diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-20 16:50:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-20 16:50:14 +0200 |
commit | 8199ab0d31bc4f42c184e369a611d2e55e082eb9 (patch) | |
tree | 8844e845e473c076506ec846facf1f30d2e52008 /TODO | |
parent | add dentrystate (diff) | |
download | xpybar-8199ab0d31bc4f42c184e369a611d2e55e082eb9.tar.gz xpybar-8199ab0d31bc4f42c184e369a611d2e55e082eb9.tar.bz2 xpybar-8199ab0d31bc4f42c184e369a611d2e55e082eb9.tar.xz |
add inodestate
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -36,14 +36,6 @@ List of plugins to implement: /proc/net/sockstat6 /proc/net/wireless /sys/class/net/<nic>/duplex (half, full) - /proc/sys/fs/inode-state - This file contains seven numbers: nr_inodes, nr_free_inodes, - preshrink, and four dummy values. nr_inodes is the number of inodes - the system has allocated. This can be slightly more than inode-max - because Linux allocates them one page full at a time. nr_free_inodes - represents the number of free inodes. preshrink is nonzero when the - nr_inodes > inode-max and the system needs to prune the inode list - instead of allocating more. /proc/sys/fs/file-nr This (read-only) file contains three numbers: the number of allocated file handles (i.e., the number of files presently opened); the number |