Plugins currently available:

"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

Example "disk_merged" graph of the disk plugin
Example "disk_octets" graph of the disk plugin
Example "disk_ops" graph of the disk plugin
Example "disk_time" graph of the disk plugin

Dependencies