How-to: What program in Linux can measure I/O over time? #fix #computers #it
How-to: What program in Linux can measure I/O over time? #fix #computers #it
What program in Linux can measure I/O over time?
I’m trying to measure the total amount of disk writing and reading that is done to a particular volume by a particular process over a specified duration.
I’ve found iotop, which can output IO every second for a particular process like this:
iotop batch pid $(pidof my_process)
Where you can specify x iterations with -n x.
But then I have to filter…
View On WordPress














