I'm trying to monitor disk I/Os on a server.
I need to fetch two metrics:
- read IO/sec
- write IO/sec
Using iotop I'm able to read those metrics (DISK READ and DISK WRITE). My major problem is that I can't use any non-built-in commands.
How can I get an instant snapshot of read IO/sec and write IO/sec without any third-party utility?
iotopis not installed on target server and I don't have rights to install a new utility. @richard: yes – Florent Sep 20 '12 at 11:37