Tagged Questions
1
vote
2answers
141 views
Monitor disk activity on a per file basis
I am trying to find a program that actively monitors how much data is read and written per second to open files and then sorts files with the highest usage at the top. This would be similar to iotop ...
3
votes
1answer
546 views
How do I monitor disk usage by processes over time?
I can see my Ubuntu instance (on a cloud provider) averaging thousands of blocks per second, yet when I observe in real time it's hard to see which process is causing this.
Is there a monitoring ...