aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/Config.in27
1 files changed, 19 insertions, 8 deletions
diff --git a/procps/Config.in b/procps/Config.in
index a9bf726a4..9458618b3 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -9,44 +9,53 @@ config CONFIG_FREE
9 bool "free" 9 bool "free"
10 default n 10 default n
11 help 11 help
12 Please submit a patch to add help text for this item. 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.
13 15
14config CONFIG_KILL 16config CONFIG_KILL
15 bool "kill" 17 bool "kill"
16 default n 18 default n
17 help 19 help
18 Please submit a patch to add help text for this item. 20 The command kill sends the specified signal to the specified
21 process or process group. If no signal is specified, the TERM
22 signal is sent.
19 23
20config CONFIG_KILLALL 24config CONFIG_KILLALL
21 bool "killall" 25 bool "killall"
22 default n 26 default n
23 depends on CONFIG_KILL 27 depends on CONFIG_KILL
24 help 28 help
25 Please submit a patch to add help text for this item. 29 killall sends a signal to all processes running any of the
30 specified commands. If no signal name is specified, SIGTERM is
31 sent.
26 32
27config CONFIG_PIDOF 33config CONFIG_PIDOF
28 bool "pidof" 34 bool "pidof"
29 default n 35 default n
30 help 36 help
31 Please submit a patch to add help text for this item. 37 Pidof finds the process id's (pids) of the named programs. It prints
38 those id's on the standard output.
32 39
33config CONFIG_PS 40config CONFIG_PS
34 bool "ps" 41 bool "ps"
35 default n 42 default n
36 help 43 help
37 Please submit a patch to add help text for this item. 44 ps gives a snapshot of the current processes.
38 45
39config CONFIG_RENICE 46config CONFIG_RENICE
40 bool "renice" 47 bool "renice"
41 default n 48 default n
42 help 49 help
43 Please submit a patch to add help text for this item. 50 Renice alters the scheduling priority of one or more running
51 processes.
44 52
45config CONFIG_TOP 53config CONFIG_TOP
46 bool "top" 54 bool "top"
47 default n 55 default n
48 help 56 help
49 Please submit a patch to add help text for this item. 57 The top program provides a dynamic real-time view of a running
58 system.
50 59
51config FEATURE_CPU_USAGE_PERCENTAGE 60config FEATURE_CPU_USAGE_PERCENTAGE
52 bool " Support show CPU usage percentage (add 2k bytes)" 61 bool " Support show CPU usage percentage (add 2k bytes)"
@@ -59,7 +68,9 @@ config CONFIG_UPTIME
59 bool "uptime" 68 bool "uptime"
60 default n 69 default n
61 help 70 help
62 Please submit a patch to add help text for this item. 71 uptime gives a one line display of the current time, how long
72 the system has been running, how many users are currently logged
73 on, and the system load averages for the past 1, 5, and 15 minutes.
63 74
64endmenu 75endmenu
65 76