Moved system package inputs out to top level (#4406)
This commit is contained in:
committed by
Daniel Nelson
parent
9a14d1f074
commit
7b73b0db3a
9
plugins/inputs/linux_sysctl_fs/README.md
Normal file
9
plugins/inputs/linux_sysctl_fs/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Linux Sysctl FS Input
|
||||
|
||||
The linux_sysctl_fs input provides Linux system level file metrics. The documentation on these fields can be found at https://www.kernel.org/doc/Documentation/sysctl/fs.txt.
|
||||
|
||||
Example output:
|
||||
|
||||
```
|
||||
> linux_sysctl_fs,host=foo dentry-want-pages=0i,file-max=44222i,aio-max-nr=65536i,inode-preshrink-nr=0i,dentry-nr=64340i,dentry-unused-nr=55274i,file-nr=1568i,aio-nr=0i,inode-nr=35952i,inode-free-nr=12957i,dentry-age-limit=45i 1490982022000000000
|
||||
```
|
||||
Reference in New Issue
Block a user