Jump to content

Read Statistics: Is this bad?


mrkazador

Recommended Posts

Well of 128 MiB cache, you are using 5 for reading, and presumably the other 123 for writing...

Reads of 16 KiB blocks is very common, and file hashing likely is the reason for 128 KiB operations. (even though hashing is only done to write... it suggests your piecesize is 128 KiB). You do seem to be performing only .5Mbit reads, if this is MUCH more than your upload speed you may have a bottleneck.

Link to comment
Share on other sites

It doesn't matter, really. If the read cache needs more space, it'll be taken from the write cache (the 128MB is shared, after all). If your cache is completely full to the point where you're getting disk overloading issues, then you're probably transferring at combined rates faster than the disk can handle, in which case you'll need to increase the overall cache size (double it, or something).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...