Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 1 | # |
| 2 | # For a description of the syntax of this configuration file, |
| 3 | # see scripts/kbuild/config-language.txt. |
| 4 | # |
| 5 | |
| 6 | menu "Process Utilities" |
| 7 | |
| 8 | config CONFIG_FREE |
| 9 | bool "free" |
| 10 | default n |
| 11 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 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. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 15 | |
Eric Andersen | 110ee23 | 2002-12-06 21:44:50 +0000 | [diff] [blame] | 16 | config CONFIG_KILL |
Eric Andersen | 110ee23 | 2002-12-06 21:44:50 +0000 | [diff] [blame] | 17 | bool "kill" |
| 18 | default n |
Eric Andersen | 110ee23 | 2002-12-06 21:44:50 +0000 | [diff] [blame] | 19 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 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. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 23 | |
| 24 | config CONFIG_KILLALL |
| 25 | bool "killall" |
| 26 | default n |
| 27 | depends on CONFIG_KILL |
| 28 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 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. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 32 | |
| 33 | config CONFIG_PIDOF |
| 34 | bool "pidof" |
| 35 | default n |
| 36 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 37 | Pidof finds the process id's (pids) of the named programs. It prints |
| 38 | those id's on the standard output. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 39 | |
Bernhard Reutner-Fischer | 81c3a51 | 2005-10-06 15:37:02 +0000 | [diff] [blame] | 40 | config CONFIG_FEATURE_PIDOF_SINGLE |
| 41 | bool " Enable argument for single shot (-s)" |
| 42 | default n |
| 43 | depends on CONFIG_PIDOF |
| 44 | help |
| 45 | Support argument '-s' for returning only the first pid found. |
| 46 | |
| 47 | config CONFIG_FEATURE_PIDOF_OMIT |
| 48 | bool " Enable argument for omitting pids (-o)" |
| 49 | default n |
| 50 | depends on CONFIG_PIDOF |
| 51 | help |
| 52 | Support argument '-o' for omitting the given pids in output. |
| 53 | The special pid %PPID can be used to name the parent process |
| 54 | of the pidof, in other words the calling shell or shell script. |
| 55 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 56 | config CONFIG_PS |
| 57 | bool "ps" |
| 58 | default n |
| 59 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 60 | ps gives a snapshot of the current processes. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 61 | |
Bernhard Reutner-Fischer | 6d6a40c | 2005-10-04 14:31:18 +0000 | [diff] [blame] | 62 | config CONFIG_FEATURE_PS_WIDE |
| 63 | bool " Enable argument for wide output (-w)" |
| 64 | default n |
| 65 | depends on CONFIG_PS |
| 66 | help |
| 67 | Support argument 'w' for wide output. |
| 68 | If given once, 132 chars are printed and given more than |
| 69 | one, the length is unlimited. |
| 70 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 71 | config CONFIG_RENICE |
| 72 | bool "renice" |
| 73 | default n |
| 74 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 75 | Renice alters the scheduling priority of one or more running |
| 76 | processes. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 77 | |
Mike Frysinger | d1c8ae5 | 2005-09-24 23:13:22 +0000 | [diff] [blame] | 78 | config CONFIG_BB_SYSCTL |
| 79 | bool "sysctl" |
| 80 | default n |
| 81 | help |
| 82 | Configure kernel parameters at runtime. |
| 83 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 84 | config CONFIG_TOP |
| 85 | bool "top" |
| 86 | default n |
| 87 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 88 | The top program provides a dynamic real-time view of a running |
| 89 | system. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 90 | |
"Vladimir N. Oleynik" | f246dc7 | 2005-09-16 12:55:29 +0000 | [diff] [blame] | 91 | config CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 92 | bool " Support showing CPU usage percentage (add 2k bytes)" |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 93 | default y |
| 94 | depends on CONFIG_TOP |
| 95 | help |
Eric Andersen | 9c3c38d | 2003-07-22 09:59:34 +0000 | [diff] [blame] | 96 | Make top display CPU usage. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 97 | |
| 98 | config CONFIG_UPTIME |
| 99 | bool "uptime" |
| 100 | default n |
| 101 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 102 | uptime gives a one line display of the current time, how long |
| 103 | the system has been running, how many users are currently logged |
| 104 | on, and the system load averages for the past 1, 5, and 15 minutes. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 105 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 106 | endmenu |
| 107 | |