"disk" plugin
This plugin collects performance statistics of harddisks and, where supported, partitions. While the
"octets" and "operations" are quite straigt forward, the other two datasets need a little
explanation:
"merged" are the number of operations, that could be merged into other, already queued operations,
i. e. one physical disk access served two or more logical operations. Of course, the higher that number,
the better.
"time" is the average time an I/O-operation took to complete. Since this is a little messy to
calculate take the actual values with a grain of salt.
Example graphs




Dependencies
- Linux
- Either
/proc/diskstats(Linux 2.6) or/proc/partitions(Linux 2.4)
- Either
- Darwin / Mac OS X
- Solaris
libkstat(3KSTAT)
