aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/config/procps/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/config/procps/Config.in')
-rw-r--r--package/utils/busybox/config/procps/Config.in68
1 files changed, 34 insertions, 34 deletions
diff --git a/package/utils/busybox/config/procps/Config.in b/package/utils/busybox/config/procps/Config.in
index 227e2a0f5e..6a0d51f353 100644
--- a/package/utils/busybox/config/procps/Config.in
+++ b/package/utils/busybox/config/procps/Config.in
@@ -1,13 +1,13 @@
# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
-# see scripts/kbuild/config-language.txt.
+# see docs/Kconfig-language.txt.
#
menu "Process Utilities"
config BUSYBOX_CONFIG_FREE
- bool "free"
+ bool "free (3.1 kb)"
default BUSYBOX_DEFAULT_FREE
select BUSYBOX_CONFIG_PLATFORM_LINUX #sysinfo()
help
@@ -15,19 +15,19 @@ config BUSYBOX_CONFIG_FREE
memory in the system, as well as the buffers used by the kernel.
The shared memory column should be ignored; it is obsolete.
config BUSYBOX_CONFIG_FUSER
- bool "fuser"
+ bool "fuser (7 kb)"
default BUSYBOX_DEFAULT_FUSER
help
fuser lists all PIDs (Process 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 BUSYBOX_CONFIG_IOSTAT
- bool "iostat"
+ bool "iostat (7.6 kb)"
default BUSYBOX_DEFAULT_IOSTAT
help
Report CPU and I/O statistics
config BUSYBOX_CONFIG_KILL
- bool "kill"
+ bool "kill (3.1 kb)"
default BUSYBOX_DEFAULT_KILL
help
The command kill sends the specified signal to the specified
@@ -35,7 +35,7 @@ config BUSYBOX_CONFIG_KILL
signal is sent.
config BUSYBOX_CONFIG_KILLALL
- bool "killall"
+ bool "killall (5.6 kb)"
default BUSYBOX_DEFAULT_KILLALL
help
killall sends a signal to all processes running any of the
@@ -43,7 +43,7 @@ config BUSYBOX_CONFIG_KILLALL
sent.
config BUSYBOX_CONFIG_KILLALL5
- bool "killall5"
+ bool "killall5 (5.3 kb)"
default BUSYBOX_DEFAULT_KILLALL5
help
The SystemV killall command. killall5 sends a signal
@@ -51,34 +51,34 @@ config BUSYBOX_CONFIG_KILLALL5
in its own session, so it won't kill the shell that is running
the script it was called from.
config BUSYBOX_CONFIG_LSOF
- bool "lsof"
+ bool "lsof (3.4 kb)"
default BUSYBOX_DEFAULT_LSOF
help
Show open files in the format of:
PID <TAB> /path/to/executable <TAB> /path/to/opened/file
config BUSYBOX_CONFIG_MPSTAT
- bool "mpstat"
+ bool "mpstat (9.8 kb)"
default BUSYBOX_DEFAULT_MPSTAT
help
Per-processor statistics
config BUSYBOX_CONFIG_NMETER
- bool "nmeter"
+ bool "nmeter (11 kb)"
default BUSYBOX_DEFAULT_NMETER
help
Prints selected system stats continuously, one line per update.
config BUSYBOX_CONFIG_PGREP
- bool "pgrep"
+ bool "pgrep (6.5 kb)"
default BUSYBOX_DEFAULT_PGREP
help
Look for processes by name.
config BUSYBOX_CONFIG_PKILL
- bool "pkill"
+ bool "pkill (7.5 kb)"
default BUSYBOX_DEFAULT_PKILL
help
Send signals to processes by name.
config BUSYBOX_CONFIG_PIDOF
- bool "pidof"
+ bool "pidof (6.3 kb)"
default BUSYBOX_DEFAULT_PIDOF
help
Pidof finds the process id's (pids) of the named programs. It prints
@@ -100,12 +100,12 @@ config BUSYBOX_CONFIG_FEATURE_PIDOF_OMIT
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 BUSYBOX_CONFIG_PMAP
- bool "pmap"
- default BUSYBOX_DEFAULT_PMAP
- help
- Display processes' memory mappings.
+ bool "pmap (6 kb)"
+ default BUSYBOX_DEFAULT_PMAP
+ help
+ Display processes' memory mappings.
config BUSYBOX_CONFIG_POWERTOP
- bool "powertop"
+ bool "powertop (9.6 kb)"
default BUSYBOX_DEFAULT_POWERTOP
help
Analyze power consumption on Intel-based laptops
@@ -118,32 +118,32 @@ config BUSYBOX_CONFIG_FEATURE_POWERTOP_INTERACTIVE
Without this, powertop will only refresh display every 10 seconds.
No keyboard commands will work, only ^C to terminate.
config BUSYBOX_CONFIG_PS
- bool "ps"
+ bool "ps (11 kb)"
default BUSYBOX_DEFAULT_PS
help
ps gives a snapshot of the current processes.
config BUSYBOX_CONFIG_FEATURE_PS_WIDE
- bool "Enable wide output option (-w)"
+ bool "Enable wide output (-w)"
default BUSYBOX_DEFAULT_FEATURE_PS_WIDE
- depends on BUSYBOX_CONFIG_PS && !BUSYBOX_CONFIG_DESKTOP
+ depends on (BUSYBOX_CONFIG_PS || BUSYBOX_CONFIG_MINIPS) && !BUSYBOX_CONFIG_DESKTOP
help
Support argument 'w' for wide output.
If given once, 132 chars are printed, and if given more
than once, the length is unlimited.
config BUSYBOX_CONFIG_FEATURE_PS_LONG
- bool "Enable long output option (-l)"
+ bool "Enable long output (-l)"
default BUSYBOX_DEFAULT_FEATURE_PS_LONG
- depends on BUSYBOX_CONFIG_PS && !BUSYBOX_CONFIG_DESKTOP
+ depends on (BUSYBOX_CONFIG_PS || BUSYBOX_CONFIG_MINIPS) && !BUSYBOX_CONFIG_DESKTOP
help
Support argument 'l' for long output.
Adds fields PPID, RSS, START, TIME & TTY
config BUSYBOX_CONFIG_FEATURE_PS_TIME
- bool "Support -o time and -o etime output specifiers"
+ bool "Enable -o time and -o etime specifiers"
default BUSYBOX_DEFAULT_FEATURE_PS_TIME
- depends on BUSYBOX_CONFIG_PS && BUSYBOX_CONFIG_DESKTOP
+ depends on (BUSYBOX_CONFIG_PS || BUSYBOX_CONFIG_MINIPS) && BUSYBOX_CONFIG_DESKTOP
select BUSYBOX_CONFIG_PLATFORM_LINUX
config BUSYBOX_CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS
@@ -155,32 +155,32 @@ config BUSYBOX_CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS
(if you are on Linux 2.4.0+ and use ELF, you don't need this)
config BUSYBOX_CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS
- bool "Support -o rgroup, -o ruser, -o nice specifiers"
+ bool "Enable -o rgroup, -o ruser, -o nice specifiers"
default BUSYBOX_DEFAULT_FEATURE_PS_ADDITIONAL_COLUMNS
- depends on BUSYBOX_CONFIG_PS && BUSYBOX_CONFIG_DESKTOP
+ depends on (BUSYBOX_CONFIG_PS || BUSYBOX_CONFIG_MINIPS) && BUSYBOX_CONFIG_DESKTOP
config BUSYBOX_CONFIG_PSTREE
- bool "pstree"
+ bool "pstree (9.3 kb)"
default BUSYBOX_DEFAULT_PSTREE
help
Display a tree of processes.
config BUSYBOX_CONFIG_PWDX
- bool "pwdx"
+ bool "pwdx (3.7 kb)"
default BUSYBOX_DEFAULT_PWDX
help
Report current working directory of a process
config BUSYBOX_CONFIG_SMEMCAP
- bool "smemcap"
+ bool "smemcap (2.5 kb)"
default BUSYBOX_DEFAULT_SMEMCAP
help
smemcap is a tool for capturing process data for smem,
a memory usage statistic tool.
config BUSYBOX_CONFIG_BB_SYSCTL
- bool "sysctl"
+ bool "sysctl (7.4 kb)"
default BUSYBOX_DEFAULT_BB_SYSCTL
help
Configure kernel parameters at runtime.
config BUSYBOX_CONFIG_TOP
- bool "top"
+ bool "top (18 kb)"
default BUSYBOX_DEFAULT_TOP
help
The top program provides a dynamic real-time view of a running
@@ -241,7 +241,7 @@ config BUSYBOX_CONFIG_FEATURE_TOPMEM
help
Enable 's' in top (gives lots of memory info).
config BUSYBOX_CONFIG_UPTIME
- bool "uptime"
+ bool "uptime (3.7 kb)"
default BUSYBOX_DEFAULT_UPTIME
select BUSYBOX_CONFIG_PLATFORM_LINUX #sysinfo()
help
@@ -256,7 +256,7 @@ config BUSYBOX_CONFIG_FEATURE_UPTIME_UTMP_SUPPORT
help
Display the number of users currently logged on.
config BUSYBOX_CONFIG_WATCH
- bool "watch"
+ bool "watch (4.4 kb)"
default BUSYBOX_DEFAULT_WATCH
help
watch is used to execute a program periodically, showing