Tagged Questions
8
votes
1answer
538 views
Measuring disk I/O usage of a program
time is a brilliant command if you want to figure out how much CPU time a given command takes.
I am looking for something similar that can measure the disk I/O of the program and any children. ...