• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question Linux tool for measuring a directory's data throughput

back2future

Junior Member
Can anyone recommend a tool or explain a method for to measure data throughput for a (common) filesystem's directory, including sub-directories (maybe even with limiting on depth of recursion)? (thx)
 
You could just use "iostat"
(thx)
afai_know, iostat shows data for disks or partitions, but not directories, that are below the root directory of a partition's filesystem.
e.g. iostat /dev/sdx5 shows data IO statistics for that partition, but not for a folder on that partition (maybe there's a method for utilizing iostat for that or it's depending on distributions?)
 
Back
Top