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

Read Performance on ZFS Vol or FS ( dd test ) #419

Closed
mike7512 opened this issue Oct 11, 2011 · 5 comments
Closed

Read Performance on ZFS Vol or FS ( dd test ) #419

mike7512 opened this issue Oct 11, 2011 · 5 comments
Labels
Type: Performance Performance improvement or performance problem
Milestone

Comments

@mike7512
Copy link

Hi

i have a Kernel 3.0.4 with zfs 0.6.0-rc5 .

Write Performance on a raidz1 whit 3 x 2TB SATA Drivs is 240MB/sek
( dd if=/dev/zero of=/datapool bs=1M count=10000 )
( compress and dedup is Off )

Read performance is 70MB/sek ?
On zpool scrub i can see 300MB/sek Read ( iostat )

Any any ideas ?
Thanks for help !

@in4mer
Copy link

in4mer commented Oct 6, 2012

Was this superceded or duplicated by another ticket? I too have read bandwidth problems.

@ryao
Copy link
Contributor

ryao commented Oct 6, 2012

If I had to guess, I would say that read throughput was low because of various seeks that needed to be done on the disks for metadata (that is already cached when doing writes) and the iostat figure is the combined sum for IOs done on all 3 disks. In that case, this is not a bug.

With that said, @behlendorf likely closed this because it is hard to see what is actionable here.

@behlendorf
Copy link
Contributor

Exactly right. I closed this issue because it was over a year old, we've fixed a ton of stuff in the code, and there wasn't enough detail for us to do anything.

@in4mer
Copy link

in4mer commented Oct 6, 2012

OK.

I have a specific use case that has unbelievably bad performance. Continuous reads from a single large media file, originally written to an otherwise quiescent array. The size of the file is roughly 8GB. The array, roughly 7TB.

If you take the average amount of data read from the array during playback, it totals roughly 2.3TB. No hyperbole.

Any objection to me opening a new issue about this?

@behlendorf
Copy link
Contributor

@in4mer By all means open a new issue, and please provide as much detail about your setup as possible.

sdimitro added a commit to sdimitro/zfs that referenced this issue Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Performance Performance improvement or performance problem
Projects
None yet
Development

No branches or pull requests

4 participants