diff options
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/procps/Config.in b/procps/Config.in index 91319103f..b834fbf96 100644 --- a/procps/Config.in +++ b/procps/Config.in | |||
@@ -43,6 +43,12 @@ config KILLALL5 | |||
43 | default n | 43 | default n |
44 | depends on KILL | 44 | depends on KILL |
45 | 45 | ||
46 | config NMETER | ||
47 | bool "nmeter" | ||
48 | default n | ||
49 | help | ||
50 | Prints selected system stats continuously, one line per update. | ||
51 | |||
46 | config PIDOF | 52 | config PIDOF |
47 | bool "pidof" | 53 | bool "pidof" |
48 | default n | 54 | default n |
@@ -130,6 +136,14 @@ config UPTIME | |||
130 | the system has been running, how many users are currently logged | 136 | the system has been running, how many users are currently logged |
131 | on, and the system load averages for the past 1, 5, and 15 minutes. | 137 | on, and the system load averages for the past 1, 5, and 15 minutes. |
132 | 138 | ||
139 | config WATCH | ||
140 | bool "watch" | ||
141 | default n | ||
142 | #huh?? select DATE | ||
143 | help | ||
144 | watch is used to execute a program periodically, showing | ||
145 | output to the screen. | ||
146 | |||
133 | 147 | ||
134 | endmenu | 148 | endmenu |
135 | 149 | ||