summaryrefslogtreecommitdiff
path: root/package/busybox/config/procps/Config.in
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2011-04-12 18:31:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-12 20:02:31 +0200
commit36e2dea8b335502fbbd367d7d09018bc58769a0e (patch)
tree7620659d77fca6f8572a54d48398d939cff7b3b0 /package/busybox/config/procps/Config.in
parent933e74c07231e815bbfd9ed90073308eaf253a00 (diff)
package/busybox: minor update, some fixes and comments
- update to 1.18.4 - introduce BB_MAKE_FLAGS, simplifying package/busybox/Makefile a bit - document how the package/busybox/config may be updated - document what needs to be done so one may drop 003-defaults.patch - update package/busybox/config, a few busybox features were not selectable
Diffstat (limited to 'package/busybox/config/procps/Config.in')
-rw-r--r--package/busybox/config/procps/Config.in51
1 files changed, 34 insertions, 17 deletions
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in
index e9c14ec66..da3f280c7 100644
--- a/package/busybox/config/procps/Config.in
+++ b/package/busybox/config/procps/Config.in
@@ -8,6 +8,7 @@ menu "Process Utilities"
config BUSYBOX_FREE
bool "free"
default n
+ depends on BUSYBOX_PLATFORM_LINUX #sysinfo()
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.
@@ -21,6 +22,13 @@ config BUSYBOX_FUSER
file open. fuser can also list all PIDs that have a given network
(TCP or UDP) port open.
+config BUSYBOX_IOSTAT
+ bool "iostat"
+ default n
+ depends on !ADK_PACKAGE_SYSSTAT
+ help
+ Report CPU and I/O statistics
+
config BUSYBOX_KILL
bool "kill"
default y
@@ -44,22 +52,11 @@ config BUSYBOX_KILLALL5
depends on BUSYBOX_KILL
config BUSYBOX_MPSTAT
- bool "mpstat"
- default n
- help
- Per-processor statistics
-
-config BUSYBOX_PMAP
- bool "pmap"
- default n
- help
- Display processes' memory mappings.
-
-config BUSYBOX_POWERTOP
- bool "powertop"
- default n
- help
- Analyze power consumption on Intel-based laptops
+ bool "mpstat"
+ default n
+ depends on !ADK_PACKAGE_SYSSTAT
+ help
+ Per-processor statistics
config BUSYBOX_NMETER
bool "nmeter"
@@ -102,6 +99,18 @@ config BUSYBOX_PKILL
help
Send signals to processes by name.
+config BUSYBOX_PMAP
+ bool "pmap"
+ default n
+ help
+ Display processes' memory mappings.
+
+config BUSYBOX_POWERTOP
+ bool "powertop"
+ default n
+ help
+ Analyze power consumption on Intel-based laptops
+
config BUSYBOX_PS
bool "ps"
default y
@@ -120,7 +129,7 @@ config BUSYBOX_FEATURE_PS_WIDE
config BUSYBOX_FEATURE_PS_TIME
bool "Enable time and elapsed time output"
default n
- depends on BUSYBOX_PS && BUSYBOX_DESKTOP
+ depends on BUSYBOX_PS && BUSYBOX_DESKTOP && BUSYBOX_PLATFORM_LINUX #sysinfo()
help
Support -o time and -o etime output specifiers.
@@ -146,6 +155,13 @@ config BUSYBOX_RENICE
Renice alters the scheduling priority of one or more running
processes.
+config BUSYBOX_SMEMCAP
+ bool "smemcap"
+ default n
+ help
+ smemcap is a tool for capturing process data for smem,
+ a memory usage statistic tool.
+
config BUSYBOX_BB_SYSCTL
bool "sysctl"
default y
@@ -216,6 +232,7 @@ config BUSYBOX_FEATURE_SHOW_THREADS
config BUSYBOX_UPTIME
bool "uptime"
default y
+ depends on BUSYBOX_PLATFORM_LINUX #sysinfo()
help
uptime gives a one line display of the current time, how long
the system has been running, how many users are currently logged