summaryrefslogtreecommitdiff
path: root/package/busybox/config/procps/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/procps/Config.in')
-rw-r--r--package/busybox/config/procps/Config.in21
1 files changed, 14 insertions, 7 deletions
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in
index 1674c0cd7..acec4e45e 100644
--- a/package/busybox/config/procps/Config.in
+++ b/package/busybox/config/procps/Config.in
@@ -7,7 +7,7 @@ menu "Process Utilities"
config BUSYBOX_FREE
bool "free"
- default y
+ default n
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.
@@ -15,7 +15,7 @@ config BUSYBOX_FREE
config BUSYBOX_FUSER
bool "fuser"
- default y
+ default n
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
@@ -51,7 +51,7 @@ config BUSYBOX_NMETER
config BUSYBOX_PGREP
bool "pgrep"
- default n
+ default y
help
Look for processes by name.
@@ -91,13 +91,13 @@ config BUSYBOX_PS
ps gives a snapshot of the current processes.
config BUSYBOX_FEATURE_PS_WIDE
- bool "Enable argument for wide output (-w)"
- default n
+ bool "Enable wide output option (-w)"
+ default y
depends on BUSYBOX_PS
help
Support argument 'w' for wide output.
- If given once, 132 chars are printed and given more than
- one, the length is unlimited.
+ If given once, 132 chars are printed, and if given more
+ than once, the length is unlimited.
config BUSYBOX_FEATURE_PS_TIME
bool "Enable time and elapsed time output"
@@ -106,6 +106,13 @@ config BUSYBOX_FEATURE_PS_TIME
help
Support -o time and -o etime output specifiers.
+config BUSYBOX_FEATURE_PS_ADDITIONAL_COLUMNS
+ bool "Enable additional ps columns"
+ default n
+ depends on BUSYBOX_PS && BUSYBOX_DESKTOP
+ help
+ Support -o rgroup, -o ruser, -o nice output specifiers.
+
config BUSYBOX_FEATURE_PS_UNUSUAL_SYSTEMS
bool "Support Linux prior to 2.4.0 and non-ELF systems"
default n