2

I'm using collectl for system performance data collection. But I fail to find how to get disk usage information using collectl, like the total_disk_size/available_space/used_space. The tool only shows the disk activity info with "-s+D". How can I get the info showing in the output of "df -h"?

Could you pls let me know if I miss something? Thanks!

1 Answers1

2

When I wrote collectl my focus was on performance data and not capacity planning. My thought process was nobody would want to see disk usage every second or even every 10 seconds AND the overhead in collecting that data would be too high. The last thing I'd want to do is run a df command every monitoring interval, especially for the cases where one has a lot of mounted devices.

Mark J Seger
  • 367
  • 2
  • 12
  • Thanks for replying here - I love collectl! As I see it, one thing that collectl is good at is having a single command and paradigm and data set that can be used to get a big-picture view of performance/usage/behavior data, which for me includes storage utilization. And there is already the notion of disparate time intervals and data types, e.g. for "top process" data vs most of the rest. So I'd love to see collectl somehow extended to collect hourly or daily disk storage utilization and trend data. Or at least suggest some good synergistic tools for doing that. – nealmcb Oct 15 '13 at 19:57