How do I monitor disk usage by processes over time?
Solution 1:
You can run iotop
with the accumulated switch:
sudo iotop -a
See its manpage for more options.
You can run iotop
with the accumulated switch:
sudo iotop -a
See its manpage for more options.