summaryrefslogtreecommitdiff
path: root/busybox-procps.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-procps.kconfig')
-rw-r--r--busybox-procps.kconfig98
1 files changed, 49 insertions, 49 deletions
diff --git a/busybox-procps.kconfig b/busybox-procps.kconfig
index 2e6633d..0a728ba 100644
--- a/busybox-procps.kconfig
+++ b/busybox-procps.kconfig
@@ -5,168 +5,168 @@
menu "Process Utilities"
-config FREE
+config KEMBTK_BUSYB_FREE
bool "free"
help
free displays the total amount of free and used physical and swap
memory in the system, as well as the buffers used by the kernel.
The shared memory column should be ignored; it is obsolete.
-config FUSER
+config KEMBTK_BUSYB_FUSER
bool "fuser"
help
- fuser lists all PIDs (Process IDs) that currently have a given
+ fuser lists all PIDs (Process KEMBTK_BUSYB_IDs) that currently have a given
file open. fuser can also list all PIDs that have a given network
(TCP or UDP) port open.
-config KILL
+config KEMBTK_BUSYB_KILL
bool "kill"
help
The command kill sends the specified signal to the specified
process or process group. If no signal is specified, the TERM
signal is sent.
-config KILLALL
+config KEMBTK_BUSYB_KILLALL
bool "killall"
- depends on KILL
+ depends on KEMBTK_BUSYB_KILL
help
killall sends a signal to all processes running any of the
specified commands. If no signal name is specified, SIGTERM is
sent.
-config KILLALL5
+config KEMBTK_BUSYB_KILLALL5
bool "killall5"
- depends on KILL
+ depends on KEMBTK_BUSYB_KILL
-config NMETER
+config KEMBTK_BUSYB_NMETER
bool "nmeter"
help
Prints selected system stats continuously, one line per update.
-config PGREP
+config KEMBTK_BUSYB_PGREP
bool "pgrep"
help
Look for processes by name.
-config PIDOF
+config KEMBTK_BUSYB_PIDOF
bool "pidof"
help
Pidof finds the process id's (pids) of the named programs. It prints
those id's on the standard output.
-config FEATURE_PIDOF_SINGLE
+config KEMBTK_BUSYB_FEATURE_PIDOF_SINGLE
bool "Enable argument for single shot (-s)"
- depends on PIDOF
+ depends on KEMBTK_BUSYB_PIDOF
help
Support argument '-s' for returning only the first pid found.
-config FEATURE_PIDOF_OMIT
+config KEMBTK_BUSYB_FEATURE_PIDOF_OMIT
bool "Enable argument for omitting pids (-o)"
- depends on PIDOF
+ depends on KEMBTK_BUSYB_PIDOF
help
Support argument '-o' for omitting the given pids in output.
The special pid %PPID can be used to name the parent process
of the pidof, in other words the calling shell or shell script.
-config PKILL
+config KEMBTK_BUSYB_PKILL
bool "pkill"
help
Send signals to processes by name.
-config PS
+config KEMBTK_BUSYB_PS
bool "ps"
help
ps gives a snapshot of the current processes.
-config FEATURE_PS_WIDE
+config KEMBTK_BUSYB_FEATURE_PS_WIDE
bool "Enable argument for wide output (-w)"
- depends on PS
+ depends on KEMBTK_BUSYB_PS
help
Support argument 'w' for wide output.
If given once, 132 chars are printed and given more than
one, the length is unlimited.
-config FEATURE_PS_TIME
+config KEMBTK_BUSYB_FEATURE_PS_TIME
bool "Enable time and elapsed time output"
- depends on PS && DESKTOP
+ depends on KEMBTK_BUSYB_PS && KEMBTK_BUSYB_DESKTOP
help
Support -o time and -o etime output specifiers.
-config FEATURE_PS_UNUSUAL_SYSTEMS
+config KEMBTK_BUSYB_FEATURE_PS_UNUSUAL_SYSTEMS
bool "Support Linux prior to 2.4.0 and non-ELF systems"
- depends on FEATURE_PS_TIME
+ depends on KEMBTK_BUSYB_FEATURE_PS_TIME
help
Include support for measuring HZ on old kernels and non-ELF systems
(if you are on Linux 2.4.0+ and use ELF, you don't need this)
-config RENICE
+config KEMBTK_BUSYB_RENICE
bool "renice"
help
Renice alters the scheduling priority of one or more running
processes.
-config BB_SYSCTL
+config KEMBTK_BUSYB_BB_SYSCTL
bool "sysctl"
help
Configure kernel parameters at runtime.
-config TOP
+config KEMBTK_BUSYB_TOP
bool "top"
help
The top program provides a dynamic real-time view of a running
system.
-config FEATURE_TOP_CPU_USAGE_PERCENTAGE
- bool "Show CPU per-process usage percentage"
+config KEMBTK_BUSYB_FEATURE_TOP_CPU_USAGE_PERCENTAGE
+ bool "Show KEMBTK_BUSYB_CPU per-process usage percentage"
default y
- depends on TOP
+ depends on KEMBTK_BUSYB_TOP
help
- Make top display CPU usage for each process.
+ Make top display KEMBTK_BUSYB_CPU usage for each process.
This adds about 2k.
-config FEATURE_TOP_CPU_GLOBAL_PERCENTS
- bool "Show CPU global usage percentage"
+config KEMBTK_BUSYB_FEATURE_TOP_CPU_GLOBAL_PERCENTS
+ bool "Show KEMBTK_BUSYB_CPU global usage percentage"
default y
- depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
+ depends on KEMBTK_BUSYB_FEATURE_TOP_CPU_USAGE_PERCENTAGE
help
Makes top display "CPU: NN% usr NN% sys..." line.
This adds about 0.5k.
-config FEATURE_TOP_SMP_CPU
- bool "SMP CPU usage display ('c' key)"
- depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS
+config KEMBTK_BUSYB_FEATURE_TOP_SMP_CPU
+ bool "SMP KEMBTK_BUSYB_CPU usage display ('c' key)"
+ depends on KEMBTK_BUSYB_FEATURE_TOP_CPU_GLOBAL_PERCENTS
help
- Allow 'c' key to switch between individual/cumulative CPU stats
+ Allow 'c' key to switch between individual/cumulative KEMBTK_BUSYB_CPU stats
This adds about 0.5k.
-config FEATURE_TOP_DECIMALS
- bool "Show 1/10th of a percent in CPU/mem statistics"
- depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
+config KEMBTK_BUSYB_FEATURE_TOP_DECIMALS
+ bool "Show 1/10th of a percent in KEMBTK_BUSYB_CPU/mem statistics"
+ depends on KEMBTK_BUSYB_FEATURE_TOP_CPU_USAGE_PERCENTAGE
help
- Show 1/10th of a percent in CPU/mem statistics.
+ Show 1/10th of a percent in KEMBTK_BUSYB_CPU/mem statistics.
This adds about 0.3k.
-config FEATURE_TOP_SMP_PROCESS
- bool "Show CPU process runs on ('j' field)"
- depends on TOP
+config KEMBTK_BUSYB_FEATURE_TOP_SMP_PROCESS
+ bool "Show KEMBTK_BUSYB_CPU process runs on ('j' field)"
+ depends on KEMBTK_BUSYB_TOP
help
- Show CPU where process was last found running on.
+ Show KEMBTK_BUSYB_CPU where process was last found running on.
This is the 'j' field.
-config FEATURE_TOPMEM
+config KEMBTK_BUSYB_FEATURE_TOPMEM
bool "Topmem command ('s' key)"
- depends on TOP
+ depends on KEMBTK_BUSYB_TOP
help
Enable 's' in top (gives lots of memory info).
-config UPTIME
+config KEMBTK_BUSYB_UPTIME
bool "uptime"
help
uptime gives a one line display of the current time, how long
the system has been running, how many users are currently logged
on, and the system load averages for the past 1, 5, and 15 minutes.
-config WATCH
+config KEMBTK_BUSYB_WATCH
bool "watch"
help
watch is used to execute a program periodically, showing