14 lines
454 B
Markdown
14 lines
454 B
Markdown
|
# Telegraf plugin: NFS
|
||
|
|
||
|
#### Plugin arguments:
|
||
|
- **iostat** bool: Collect only the common iostat metrics
|
||
|
- **fullstat** bool: Collect all metrics available
|
||
|
|
||
|
#### Description
|
||
|
|
||
|
The NFS plugin collects data from /proc/self/mountstats
|
||
|
|
||
|
#### References
|
||
|
[nfsiostat](http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary)
|
||
|
[What is in /proc/self/mountstats for NFS mounts: an introduction](https://utcc.utoronto.ca/~cks/space/blog/linux/NFSMountstatsIndex)
|