intelsdi-x / snap-plugin-collector-disk

Collects Linux disk metrics from /proc/diskstats
http://snap-telemetry.io/
Apache License 2.0
4 stars 23 forks source link

Disk statistics collector #1

Closed IzabellaRaulin closed 8 years ago

IzabellaRaulin commented 8 years ago

This plugin has ability to gather disk statistics such as:

Namespace Description
merged_read The number of read operations per second that could be merged with already queued operations.
merged_write The number of write operations per second that could be merged with already queued operations.
octets_read The number of octets (bytes) read per second.
octets_write The number of octets (bytes) written per second.
ops_read The number of read operations per second.
ops_write The number of write operations per second.
time_read The average time for a read operation to complete in the last interval.
time_write the average time for a write operation to complete in the last interval.

Metric namespace prefix is /intel/linux/disk/<disk_device>/

Sample output from snapctl task watch: image

andrzej-k commented 8 years ago

LGTM