diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/Config.src | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/procps/Config.src b/procps/Config.src index 6a9a36638..01f6b0cf9 100644 --- a/procps/Config.src +++ b/procps/Config.src | |||
@@ -7,7 +7,7 @@ menu "Process Utilities" | |||
7 | 7 | ||
8 | config FREE | 8 | config FREE |
9 | bool "free" | 9 | bool "free" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | free displays the total amount of free and used physical and swap | 12 | free displays the total amount of free and used physical and swap |
13 | memory in the system, as well as the buffers used by the kernel. | 13 | memory in the system, as well as the buffers used by the kernel. |
@@ -15,7 +15,7 @@ config FREE | |||
15 | 15 | ||
16 | config FUSER | 16 | config FUSER |
17 | bool "fuser" | 17 | bool "fuser" |
18 | default n | 18 | default y |
19 | help | 19 | help |
20 | fuser lists all PIDs (Process IDs) that currently have a given | 20 | fuser lists all PIDs (Process IDs) that currently have a given |
21 | file open. fuser can also list all PIDs that have a given network | 21 | file open. fuser can also list all PIDs that have a given network |
@@ -23,7 +23,7 @@ config FUSER | |||
23 | 23 | ||
24 | config KILL | 24 | config KILL |
25 | bool "kill" | 25 | bool "kill" |
26 | default n | 26 | default y |
27 | help | 27 | help |
28 | The command kill sends the specified signal to the specified | 28 | The command kill sends the specified signal to the specified |
29 | process or process group. If no signal is specified, the TERM | 29 | process or process group. If no signal is specified, the TERM |
@@ -31,7 +31,7 @@ config KILL | |||
31 | 31 | ||
32 | config KILLALL | 32 | config KILLALL |
33 | bool "killall" | 33 | bool "killall" |
34 | default n | 34 | default y |
35 | depends on KILL | 35 | depends on KILL |
36 | help | 36 | help |
37 | killall sends a signal to all processes running any of the | 37 | killall sends a signal to all processes running any of the |
@@ -40,38 +40,38 @@ config KILLALL | |||
40 | 40 | ||
41 | config KILLALL5 | 41 | config KILLALL5 |
42 | bool "killall5" | 42 | bool "killall5" |
43 | default n | 43 | default y |
44 | depends on KILL | 44 | depends on KILL |
45 | 45 | ||
46 | config NMETER | 46 | config NMETER |
47 | bool "nmeter" | 47 | bool "nmeter" |
48 | default n | 48 | default y |
49 | help | 49 | help |
50 | Prints selected system stats continuously, one line per update. | 50 | Prints selected system stats continuously, one line per update. |
51 | 51 | ||
52 | config PGREP | 52 | config PGREP |
53 | bool "pgrep" | 53 | bool "pgrep" |
54 | default n | 54 | default y |
55 | help | 55 | help |
56 | Look for processes by name. | 56 | Look for processes by name. |
57 | 57 | ||
58 | config PIDOF | 58 | config PIDOF |
59 | bool "pidof" | 59 | bool "pidof" |
60 | default n | 60 | default y |
61 | help | 61 | help |
62 | Pidof finds the process id's (pids) of the named programs. It prints | 62 | Pidof finds the process id's (pids) of the named programs. It prints |
63 | those id's on the standard output. | 63 | those id's on the standard output. |
64 | 64 | ||
65 | config FEATURE_PIDOF_SINGLE | 65 | config FEATURE_PIDOF_SINGLE |
66 | bool "Enable argument for single shot (-s)" | 66 | bool "Enable argument for single shot (-s)" |
67 | default n | 67 | default y |
68 | depends on PIDOF | 68 | depends on PIDOF |
69 | help | 69 | help |
70 | Support argument '-s' for returning only the first pid found. | 70 | Support argument '-s' for returning only the first pid found. |
71 | 71 | ||
72 | config FEATURE_PIDOF_OMIT | 72 | config FEATURE_PIDOF_OMIT |
73 | bool "Enable argument for omitting pids (-o)" | 73 | bool "Enable argument for omitting pids (-o)" |
74 | default n | 74 | default y |
75 | depends on PIDOF | 75 | depends on PIDOF |
76 | help | 76 | help |
77 | Support argument '-o' for omitting the given pids in output. | 77 | Support argument '-o' for omitting the given pids in output. |
@@ -80,19 +80,19 @@ config FEATURE_PIDOF_OMIT | |||
80 | 80 | ||
81 | config PKILL | 81 | config PKILL |
82 | bool "pkill" | 82 | bool "pkill" |
83 | default n | 83 | default y |
84 | help | 84 | help |
85 | Send signals to processes by name. | 85 | Send signals to processes by name. |
86 | 86 | ||
87 | config PS | 87 | config PS |
88 | bool "ps" | 88 | bool "ps" |
89 | default n | 89 | default y |
90 | help | 90 | help |
91 | ps gives a snapshot of the current processes. | 91 | ps gives a snapshot of the current processes. |
92 | 92 | ||
93 | config FEATURE_PS_WIDE | 93 | config FEATURE_PS_WIDE |
94 | bool "Enable wide output option (-w)" | 94 | bool "Enable wide output option (-w)" |
95 | default n | 95 | default y |
96 | depends on PS | 96 | depends on PS |
97 | help | 97 | help |
98 | Support argument 'w' for wide output. | 98 | Support argument 'w' for wide output. |
@@ -101,14 +101,14 @@ config FEATURE_PS_WIDE | |||
101 | 101 | ||
102 | config FEATURE_PS_TIME | 102 | config FEATURE_PS_TIME |
103 | bool "Enable time and elapsed time output" | 103 | bool "Enable time and elapsed time output" |
104 | default n | 104 | default y |
105 | depends on PS && DESKTOP | 105 | depends on PS && DESKTOP |
106 | help | 106 | help |
107 | Support -o time and -o etime output specifiers. | 107 | Support -o time and -o etime output specifiers. |
108 | 108 | ||
109 | config FEATURE_PS_ADDITIONAL_COLUMNS | 109 | config FEATURE_PS_ADDITIONAL_COLUMNS |
110 | bool "Enable additional ps columns" | 110 | bool "Enable additional ps columns" |
111 | default n | 111 | default y |
112 | depends on PS && DESKTOP | 112 | depends on PS && DESKTOP |
113 | help | 113 | help |
114 | Support -o rgroup, -o ruser, -o nice output specifiers. | 114 | Support -o rgroup, -o ruser, -o nice output specifiers. |
@@ -123,20 +123,20 @@ config FEATURE_PS_UNUSUAL_SYSTEMS | |||
123 | 123 | ||
124 | config RENICE | 124 | config RENICE |
125 | bool "renice" | 125 | bool "renice" |
126 | default n | 126 | default y |
127 | help | 127 | help |
128 | Renice alters the scheduling priority of one or more running | 128 | Renice alters the scheduling priority of one or more running |
129 | processes. | 129 | processes. |
130 | 130 | ||
131 | config BB_SYSCTL | 131 | config BB_SYSCTL |
132 | bool "sysctl" | 132 | bool "sysctl" |
133 | default n | 133 | default y |
134 | help | 134 | help |
135 | Configure kernel parameters at runtime. | 135 | Configure kernel parameters at runtime. |
136 | 136 | ||
137 | config TOP | 137 | config TOP |
138 | bool "top" | 138 | bool "top" |
139 | default n | 139 | default y |
140 | help | 140 | help |
141 | The top program provides a dynamic real-time view of a running | 141 | The top program provides a dynamic real-time view of a running |
142 | system. | 142 | system. |
@@ -159,7 +159,7 @@ config FEATURE_TOP_CPU_GLOBAL_PERCENTS | |||
159 | 159 | ||
160 | config FEATURE_TOP_SMP_CPU | 160 | config FEATURE_TOP_SMP_CPU |
161 | bool "SMP CPU usage display ('c' key)" | 161 | bool "SMP CPU usage display ('c' key)" |
162 | default n | 162 | default y |
163 | depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS | 163 | depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS |
164 | help | 164 | help |
165 | Allow 'c' key to switch between individual/cumulative CPU stats | 165 | Allow 'c' key to switch between individual/cumulative CPU stats |
@@ -167,7 +167,7 @@ config FEATURE_TOP_SMP_CPU | |||
167 | 167 | ||
168 | config FEATURE_TOP_DECIMALS | 168 | config FEATURE_TOP_DECIMALS |
169 | bool "Show 1/10th of a percent in CPU/mem statistics" | 169 | bool "Show 1/10th of a percent in CPU/mem statistics" |
170 | default n | 170 | default y |
171 | depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE | 171 | depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE |
172 | help | 172 | help |
173 | Show 1/10th of a percent in CPU/mem statistics. | 173 | Show 1/10th of a percent in CPU/mem statistics. |
@@ -175,7 +175,7 @@ config FEATURE_TOP_DECIMALS | |||
175 | 175 | ||
176 | config FEATURE_TOP_SMP_PROCESS | 176 | config FEATURE_TOP_SMP_PROCESS |
177 | bool "Show CPU process runs on ('j' field)" | 177 | bool "Show CPU process runs on ('j' field)" |
178 | default n | 178 | default y |
179 | depends on TOP | 179 | depends on TOP |
180 | help | 180 | help |
181 | Show CPU where process was last found running on. | 181 | Show CPU where process was last found running on. |
@@ -183,21 +183,21 @@ config FEATURE_TOP_SMP_PROCESS | |||
183 | 183 | ||
184 | config FEATURE_TOPMEM | 184 | config FEATURE_TOPMEM |
185 | bool "Topmem command ('s' key)" | 185 | bool "Topmem command ('s' key)" |
186 | default n | 186 | default y |
187 | depends on TOP | 187 | depends on TOP |
188 | help | 188 | help |
189 | Enable 's' in top (gives lots of memory info). | 189 | Enable 's' in top (gives lots of memory info). |
190 | 190 | ||
191 | config FEATURE_SHOW_THREADS | 191 | config FEATURE_SHOW_THREADS |
192 | bool "Support for showing threads in ps/top" | 192 | bool "Support for showing threads in ps/top" |
193 | default n | 193 | default y |
194 | depends on PS || TOP | 194 | depends on PS || TOP |
195 | help | 195 | help |
196 | Enables ps -T option and 'h' command in top | 196 | Enables ps -T option and 'h' command in top |
197 | 197 | ||
198 | config UPTIME | 198 | config UPTIME |
199 | bool "uptime" | 199 | bool "uptime" |
200 | default n | 200 | default y |
201 | help | 201 | help |
202 | uptime gives a one line display of the current time, how long | 202 | uptime gives a one line display of the current time, how long |
203 | the system has been running, how many users are currently logged | 203 | the system has been running, how many users are currently logged |
@@ -205,7 +205,7 @@ config UPTIME | |||
205 | 205 | ||
206 | config WATCH | 206 | config WATCH |
207 | bool "watch" | 207 | bool "watch" |
208 | default n | 208 | default y |
209 | help | 209 | help |
210 | watch is used to execute a program periodically, showing | 210 | watch is used to execute a program periodically, showing |
211 | output to the screen. | 211 | output to the screen. |