X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a656395fe8018b9cdc0432a53e551a3af890b698..f6ceb966a6d45934fb5ebf157f4e4f30652ea8ca:/package/busybox/config/procps/Config.in diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in index bd21cb377..3a95439ce 100644 --- a/package/busybox/config/procps/Config.in +++ b/package/busybox/config/procps/Config.in @@ -5,6 +5,13 @@ menu "Process Utilities" +config BUSYBOX_CONFIG_SMEMCAP + bool "smemcap" + default n + help + smemcap is a tool for capturing process data for smem, + a memory usage statistic tool. + config BUSYBOX_CONFIG_FREE bool "free" default y @@ -188,6 +195,13 @@ config BUSYBOX_CONFIG_FEATURE_TOPMEM help Enable 's' in top (gives lots of memory info). +config BUSYBOX_CONFIG_FEATURE_SHOW_THREADS + bool "Support for showing threads in ps/top" + default n + depends on BUSYBOX_CONFIG_PS || BUSYBOX_CONFIG_TOP + help + Enables ps -T option and 'h' command in top + config BUSYBOX_CONFIG_UPTIME bool "uptime" default y @@ -203,5 +217,4 @@ config BUSYBOX_CONFIG_WATCH watch is used to execute a program periodically, showing output to the screen. - endmenu