Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eio_cli delete - why are you so slow? #36

Open
HJarausch opened this issue Nov 15, 2017 · 1 comment
Open

eio_cli delete - why are you so slow? #36

HJarausch opened this issue Nov 15, 2017 · 1 comment

Comments

@HJarausch
Copy link

Given, the underlying hard disk is not that fast.
fio reports about 36 Mb/sec in sequential write.

But "eio_cli delete" writes only 8 Mb/sec.
I've done a fio test with 10G on the cached FS which was showed about 225 Mb/sec.
Then I tried to delete the cache.
It wrote only 1024 blocks (a 8K) per second.

@rezass
Copy link

rezass commented Feb 2, 2018

Can you run iostat -Ntx -y -d 5 when cache is flushing and see the main disk utilization?
Flushing cache will not necessarily send sequential requests to the disk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants