summaryrefslogtreecommitdiff
path: root/package/busybox/config/procps
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-02 17:04:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-02 17:04:53 +0100
commit16d76134888cc7a5d9c3bd531aeffaa1a6d3995e (patch)
tree790230adc6fd68ae298ab6a1a0d66ffff203aab1 /package/busybox/config/procps
parent031ac4e91cb65e6b09fe62ccf609d477b176e3e3 (diff)
update busybox to latest upstream
Diffstat (limited to 'package/busybox/config/procps')
-rw-r--r--package/busybox/config/procps/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in
index 66d18a0f9..b63391bb3 100644
--- a/package/busybox/config/procps/Config.in
+++ b/package/busybox/config/procps/Config.in
@@ -11,48 +11,57 @@ config BUSYBOX_IOSTAT
default y
help
Report CPU and I/O statistics
+
config BUSYBOX_LSOF
bool "lsof"
default y
help
Show open files in the format of:
PID <TAB> /path/to/executable <TAB> /path/to/opened/file
+
config BUSYBOX_MPSTAT
bool "mpstat"
default n
help
Per-processor statistics
+
config BUSYBOX_NMETER
bool "nmeter"
default n
help
Prints selected system stats continuously, one line per update.
+
config BUSYBOX_PMAP
bool "pmap"
default y
help
Display processes' memory mappings.
+
config BUSYBOX_POWERTOP
bool "powertop"
default n
help
Analyze power consumption on Intel-based laptops
+
config BUSYBOX_PSTREE
bool "pstree"
default y
help
Display a tree of processes.
+
config BUSYBOX_PWDX
bool "pwdx"
default n
help
Report current working directory of a process
+
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_UPTIME
bool "uptime"
default y