Skip to content

collectors MountStatsCollector

Rob Smith edited this page Apr 30, 2014 · 5 revisions

MountStatsCollector

The function of MountStatsCollector is to parse the detailed per-mount NFS performance statistics provided by /proc/self/mountstats (reads, writes, remote procedure call count/latency, etc.) and provide counters to Diamond. Filesystems may be excluded using a regular expression filter, like the existing disk check collectors.

Dependencies

  • /proc/self/mountstats

Options - Generic Options

Setting Default Description Type
byte_unit byte Default numeric output(s) str
enabled False Enable collecting these metrics str
exclude_filters , A list of regex patterns. Any filesystem matching any of these patterns will be excluded from mount stats metrics collection. list
measure_collector_time False Collect the collector run time in ms bool

Example Output

__EXAMPLESHERE__

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally