Our sysads would like to see a five minute average of disk I/O; reads and writes in bytes/second.
RHEL 5.3 w/ net-snmp makes disk I/O data available via the UCD-DISKIO-MIB as Counter data (number of bytes read from device since boot, etc.), but not as averages.
We thought about making a universal poller to poll disk reads and writes every 5 minutes and then use a transform to compute (current poller reading minus previous poller reading) but could not figure it out.
Any ideas?