PDA

View Full Version : How do I measure disk I/O ?


negatory
July 11th, 2005, 06:32 AM
I want to know how can I measure disk I/O much like the gnome system monitor applet.I want to measure the disk I/O in real time (so I can know the read/writes at any given moment).
I'm planning to log the information and see the effect it has on temperatures in my system along the day.
Thanks
Pedro Carrico

sksbir
July 11th, 2005, 07:18 AM
I want to know how can I measure disk I/O much like the gnome system monitor applet.I want to measure the disk I/O in real time (so I can know the read/writes at any given moment).
I'm planning to log the information and see the effect it has on temperatures in my system along the day.
Thanks
Pedro Carrico

try netstat 5 , and vmstat 5
you have to write a script file if you want to collect datas...

wmealing
July 15th, 2005, 10:08 AM
I think "iostat" is the binary you are looking for.

vmstat is good for the virtual memory manager. Be warned that iostat shows the IO statistics on the per-disk level not the per-process level.

Denwerko
April 28th, 2009, 04:59 PM
maybe "iotop" is what you're looking for