ar71xx: ag71xx: use dynamically allocated buffer for napi_stats
[openwrt.git] / package / busybox / config / procps / Config.in
index bd21cb3..fbb2cee 100644 (file)
@@ -5,9 +5,37 @@
 
 menu "Process Utilities"
 
 
 menu "Process Utilities"
 
+config BUSYBOX_CONFIG_IOSTAT
+       bool "iostat"
+       default n
+       help
+         Report CPU and I/O statistics
+config BUSYBOX_CONFIG_MPSTAT
+       bool "mpstat"
+       default n
+       help
+         Per-processor statistics
+config BUSYBOX_CONFIG_PMAP
+       bool "pmap"
+       default n
+       help
+         Display processes' memory mappings.
+config BUSYBOX_CONFIG_POWERTOP
+       bool "powertop"
+       default n
+       help
+         Analyze power consumption on Intel-based laptops
+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
 config BUSYBOX_CONFIG_FREE
        bool "free"
        default y
+       depends on BUSYBOX_CONFIG_PLATFORM_LINUX
        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.
        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.
@@ -40,7 +68,7 @@ config BUSYBOX_CONFIG_KILLALL
 
 config BUSYBOX_CONFIG_KILLALL5
        bool "killall5"
 
 config BUSYBOX_CONFIG_KILLALL5
        bool "killall5"
-       default y
+       default n
        depends on BUSYBOX_CONFIG_KILL
 
 config BUSYBOX_CONFIG_NMETER
        depends on BUSYBOX_CONFIG_KILL
 
 config BUSYBOX_CONFIG_NMETER
@@ -102,7 +130,7 @@ config BUSYBOX_CONFIG_FEATURE_PS_WIDE
 config BUSYBOX_CONFIG_FEATURE_PS_TIME
        bool "Enable time and elapsed time output"
        default n
 config BUSYBOX_CONFIG_FEATURE_PS_TIME
        bool "Enable time and elapsed time output"
        default n
-       depends on BUSYBOX_CONFIG_PS && BUSYBOX_CONFIG_DESKTOP
+       depends on BUSYBOX_CONFIG_PS && BUSYBOX_CONFIG_DESKTOP && BUSYBOX_CONFIG_PLATFORM_LINUX
        help
          Support -o time and -o etime output specifiers.
 
        help
          Support -o time and -o etime output specifiers.
 
@@ -188,9 +216,17 @@ config BUSYBOX_CONFIG_FEATURE_TOPMEM
        help
          Enable 's' in top (gives lots of memory info).
 
        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
 config BUSYBOX_CONFIG_UPTIME
        bool "uptime"
        default y
+       depends on BUSYBOX_CONFIG_PLATFORM_LINUX
        help
          uptime gives a one line display of the current time, how long
          the system has been running, how many users are currently logged
        help
          uptime gives a one line display of the current time, how long
          the system has been running, how many users are currently logged
@@ -203,5 +239,4 @@ config BUSYBOX_CONFIG_WATCH
          watch is used to execute a program periodically, showing
          output to the screen.
 
          watch is used to execute a program periodically, showing
          output to the screen.
 
-
 endmenu
 endmenu
This page took 0.029337 seconds and 4 git commands to generate.