README.md: Mention /proc/sys/fs/file-nr filename.

This commit is contained in:
Karsten Weiss 2016-06-20 18:09:13 +02:00 committed by Karsten Weiss
parent 69ba0e916b
commit 262ed7a8c1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfil
cpu | Exposes CPU statistics | FreeBSD
diskstats | Exposes disk I/O statistics from `/proc/diskstats`. | Linux
entropy | Exposes available entropy. | Linux
filefd | Exposes file descriptor statistics. | Linux
filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux
filesystem | Exposes filesystem statistics, such as disk space used. | FreeBSD, Linux, OpenBSD
loadavg | Exposes load average. | Darwin, Dragonfly, FreeBSD, Linux, NetBSD, OpenBSD, Solaris
mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present). | Linux