1 # DO NOT EDIT. This file is generated from Config.src
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
7 menu "Process Utilities"
9 config BUSYBOX_CONFIG_IOSTAT
13 Report CPU and I/O statistics
14 config BUSYBOX_CONFIG_MPSTAT
18 Per-processor statistics
19 config BUSYBOX_CONFIG_NMETER
23 Prints selected system stats continuously, one line per update.
24 config BUSYBOX_CONFIG_PMAP
28 Display processes' memory mappings.
29 config BUSYBOX_CONFIG_POWERTOP
33 Analyze power consumption on Intel-based laptops
34 config BUSYBOX_CONFIG_PSTREE
38 Display a tree of processes.
39 config BUSYBOX_CONFIG_PWDX
43 Report current working directory of a process
44 config BUSYBOX_CONFIG_SMEMCAP
48 smemcap is a tool for capturing process data for smem,
49 a memory usage statistic tool.
50 config BUSYBOX_CONFIG_UPTIME
53 select BUSYBOX_CONFIG_PLATFORM_LINUX #sysinfo()
55 uptime gives a one line display of the current time, how long
56 the system has been running, how many users are currently logged
57 on, and the system load averages for the past 1, 5, and 15 minutes.
59 config BUSYBOX_CONFIG_FEATURE_UPTIME_UTMP_SUPPORT
60 bool "Support for showing the number of users"
62 depends on BUSYBOX_CONFIG_UPTIME && BUSYBOX_CONFIG_FEATURE_UTMP
64 Makes uptime display the number of users currently logged on.
66 config BUSYBOX_CONFIG_FREE
69 select BUSYBOX_CONFIG_PLATFORM_LINUX #sysinfo()
71 free displays the total amount of free and used physical and swap
72 memory in the system, as well as the buffers used by the kernel.
73 The shared memory column should be ignored; it is obsolete.
75 config BUSYBOX_CONFIG_FUSER
79 fuser lists all PIDs (Process IDs) that currently have a given
80 file open. fuser can also list all PIDs that have a given network
81 (TCP or UDP) port open.
83 config BUSYBOX_CONFIG_KILL
87 The command kill sends the specified signal to the specified
88 process or process group. If no signal is specified, the TERM
91 config BUSYBOX_CONFIG_KILLALL
94 depends on BUSYBOX_CONFIG_KILL
96 killall sends a signal to all processes running any of the
97 specified commands. If no signal name is specified, SIGTERM is
100 config BUSYBOX_CONFIG_KILLALL5
103 depends on BUSYBOX_CONFIG_KILL
105 config BUSYBOX_CONFIG_PGREP
109 Look for processes by name.
111 config BUSYBOX_CONFIG_PIDOF
115 Pidof finds the process id's (pids) of the named programs. It prints
116 those id's on the standard output.
118 config BUSYBOX_CONFIG_FEATURE_PIDOF_SINGLE
119 bool "Enable argument for single shot (-s)"
121 depends on BUSYBOX_CONFIG_PIDOF
123 Support argument '-s' for returning only the first pid found.
125 config BUSYBOX_CONFIG_FEATURE_PIDOF_OMIT
126 bool "Enable argument for omitting pids (-o)"
128 depends on BUSYBOX_CONFIG_PIDOF
130 Support argument '-o' for omitting the given pids in output.
131 The special pid %PPID can be used to name the parent process
132 of the pidof, in other words the calling shell or shell script.
134 config BUSYBOX_CONFIG_PKILL
138 Send signals to processes by name.
140 config BUSYBOX_CONFIG_PS
144 ps gives a snapshot of the current processes.
146 config BUSYBOX_CONFIG_FEATURE_PS_WIDE
147 bool "Enable wide output option (-w)"
149 depends on BUSYBOX_CONFIG_PS
151 Support argument 'w' for wide output.
152 If given once, 132 chars are printed, and if given more
153 than once, the length is unlimited.
155 config BUSYBOX_CONFIG_FEATURE_PS_TIME
156 bool "Enable time and elapsed time output"
158 depends on BUSYBOX_CONFIG_PS && BUSYBOX_CONFIG_DESKTOP
159 select BUSYBOX_CONFIG_PLATFORM_LINUX
161 Support -o time and -o etime output specifiers.
163 config BUSYBOX_CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS
164 bool "Enable additional ps columns"
166 depends on BUSYBOX_CONFIG_PS && BUSYBOX_CONFIG_DESKTOP
168 Support -o rgroup, -o ruser, -o nice output specifiers.
170 config BUSYBOX_CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS
171 bool "Support Linux prior to 2.4.0 and non-ELF systems"
173 depends on BUSYBOX_CONFIG_FEATURE_PS_TIME
175 Include support for measuring HZ on old kernels and non-ELF systems
176 (if you are on Linux 2.4.0+ and use ELF, you don't need this)
178 config BUSYBOX_CONFIG_RENICE
182 Renice alters the scheduling priority of one or more running
185 config BUSYBOX_CONFIG_BB_SYSCTL
189 Configure kernel parameters at runtime.
191 config BUSYBOX_CONFIG_TOP
195 The top program provides a dynamic real-time view of a running
198 config BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
199 bool "Show CPU per-process usage percentage"
201 depends on BUSYBOX_CONFIG_TOP
203 Make top display CPU usage for each process.
206 config BUSYBOX_CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS
207 bool "Show CPU global usage percentage"
209 depends on BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
211 Makes top display "CPU: NN% usr NN% sys..." line.
212 This adds about 0.5k.
214 config BUSYBOX_CONFIG_FEATURE_TOP_SMP_CPU
215 bool "SMP CPU usage display ('c' key)"
217 depends on BUSYBOX_CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS
219 Allow 'c' key to switch between individual/cumulative CPU stats
220 This adds about 0.5k.
222 config BUSYBOX_CONFIG_FEATURE_TOP_DECIMALS
223 bool "Show 1/10th of a percent in CPU/mem statistics"
225 depends on BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
227 Show 1/10th of a percent in CPU/mem statistics.
228 This adds about 0.3k.
230 config BUSYBOX_CONFIG_FEATURE_TOP_SMP_PROCESS
231 bool "Show CPU process runs on ('j' field)"
233 depends on BUSYBOX_CONFIG_TOP
235 Show CPU where process was last found running on.
236 This is the 'j' field.
238 config BUSYBOX_CONFIG_FEATURE_TOPMEM
239 bool "Topmem command ('s' key)"
241 depends on BUSYBOX_CONFIG_TOP
243 Enable 's' in top (gives lots of memory info).
245 config BUSYBOX_CONFIG_FEATURE_SHOW_THREADS
246 bool "Support for showing threads in ps/pstree/top"
248 depends on BUSYBOX_CONFIG_PS || BUSYBOX_CONFIG_TOP || BUSYBOX_CONFIG_PSTREE
250 Enables the ps -T option, showing of threads in pstree,
251 and 'h' command in top.
253 config BUSYBOX_CONFIG_WATCH
257 watch is used to execute a program periodically, showing
258 output to the screen.