Add NFS Server metrics collector. (#803)
* Add NFS Server metrics collector. * Add File Handles metrics. * Add nfsd IO stats. * Add metrics for NFSd threads. * Add metrics for NFSd read ahead cache. * Add NFSd network traffic counters. * Add RPC metrics. * Add V2 requests metrics. * Add NFSv3 metrics. * Add NFSv4 metrics. * Update reply cache comment. * Update help text.
This commit is contained in:
parent
9a5bd5f8e4
commit
6a041692ed
4 changed files with 520 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ enabled_collectors=$(cat << COLLECTORS
|
|||
netdev
|
||||
netstat
|
||||
nfs
|
||||
nfsd
|
||||
qdisc
|
||||
sockstat
|
||||
stat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue