2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
6 menu "Process Utilities"
8 config BUSYBOX_CONFIG_FREE
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.
14 The shared memory column should be ignored; it is obsolete.
16 config BUSYBOX_CONFIG_KILL
20 The command kill sends the specified signal to the specified
21 process or process group. If no signal is specified, the TERM
24 config BUSYBOX_CONFIG_KILLALL
27 depends on BUSYBOX_CONFIG_KILL
29 killall sends a signal to all processes running any of the
30 specified commands. If no signal name is specified, SIGTERM is
33 config BUSYBOX_CONFIG_KILLALL5
36 depends on BUSYBOX_CONFIG_KILL
38 config BUSYBOX_CONFIG_PIDOF
42 Pidof finds the process id's (pids) of the named programs. It prints
43 those id's on the standard output.
45 config BUSYBOX_CONFIG_PS
49 ps gives a snapshot of the current processes.
51 config BUSYBOX_CONFIG_RENICE
55 Renice alters the scheduling priority of one or more running
58 config BUSYBOX_CONFIG_TOP
62 The top program provides a dynamic real-time view of a running
65 config BUSYBOX_FEATURE_CPU_USAGE_PERCENTAGE
68 depends on BUSYBOX_CONFIG_TOP
70 Make top display CPU usage.
72 config BUSYBOX_CONFIG_UPTIME
76 uptime gives a one line display of the current time, how long
77 the system has been running, how many users are currently logged
78 on, and the system load averages for the past 1, 5, and 15 minutes.
80 config BUSYBOX_CONFIG_SYSCTL
84 sysctl - configure kernel parameters at runtime