aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-20 16:58:39 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-20 16:58:39 +0200
commit0d56006f78ec66b231b16e20d1466dc29391221c (patch)
tree36bb20f08fc3bc233f14ffe9b6d68408f72d7cec /TODO
parenttypo (diff)
downloadxpybar-0d56006f78ec66b231b16e20d1466dc29391221c.tar.gz
xpybar-0d56006f78ec66b231b16e20d1466dc29391221c.tar.bz2
xpybar-0d56006f78ec66b231b16e20d1466dc29391221c.tar.xz
add files
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--TODO13
1 files changed, 0 insertions, 13 deletions
diff --git a/TODO b/TODO
index 2d96866..a962db2 100644
--- a/TODO
+++ b/TODO
@@ -36,19 +36,6 @@ List of plugins to implement:
/proc/net/sockstat6
/proc/net/wireless
/sys/class/net/<nic>/duplex (half, full)
- /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
- of free file handles; and the maximum number of file handles (i.e.,
- the same value as /proc/sys/fs/file-max). If the number of allocated
- file handles is close to the maximum, you should consider increasing
- the maximum. Before Linux 2.6, the kernel allocated file handles
- dynamically, but it didn't free them again. Instead the free file
- handles were kept in a list for reallocation; the "free file handles"
- value indicates the size of that list. A large number of free file
- handles indicates that there was a past peak in the usage of open
- file handles. Since Linux 2.6, the kernel does deallocate freed file
- handles, and the "free file handles" value is always zero.
Demo plugins: