Upgrade busybox to 1.7.2
[openwrt-10.03/.git] / package / busybox / config / procps / Config.in
index 34d1ace0873234ea9a66913e67bb8386ba5bc1e1..cd063dbf0ba49f7cac946c2c7f163427e3500a30 100644 (file)
@@ -42,7 +42,13 @@ config BUSYBOX_CONFIG_KILLALL5
        bool "killall5"
        default y
        depends on BUSYBOX_CONFIG_KILL
        bool "killall5"
        default y
        depends on BUSYBOX_CONFIG_KILL
-       
+
+config BUSYBOX_CONFIG_NMETER
+       bool "nmeter"
+       default n
+       help
+         Prints selected system stats continuously, one line per update.
+
 config BUSYBOX_CONFIG_PIDOF
        bool "pidof"
        default y
 config BUSYBOX_CONFIG_PIDOF
        bool "pidof"
        default y
@@ -102,11 +108,25 @@ config BUSYBOX_CONFIG_TOP
          system.
 
 config BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
          system.
 
 config BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
-       bool "Support showing CPU usage percentage (add 2k bytes)"
+       bool "Show CPU per-process usage percentage (adds 2k bytes)"
        default y
        depends on BUSYBOX_CONFIG_TOP
        help
        default y
        depends on BUSYBOX_CONFIG_TOP
        help
-         Make top display CPU usage.
+         Make top display CPU usage for each process.
+
+config BUSYBOX_CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS
+       bool "Show CPU global usage percentage (adds 0.5k bytes)"
+       default y
+       depends on BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
+       help
+         Makes top display "CPU: NN% usr NN% sys..." line.
+
+config BUSYBOX_CONFIG_FEATURE_TOP_DECIMALS
+       bool "Show 1/10th of a percent in CPU/mem statistics (adds 0.3k bytes)"
+       default n
+       depends on BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
+       help
+         Show 1/10th of a percent in CPU/mem statistics.
 
 config BUSYBOX_CONFIG_UPTIME
        bool "uptime"
 
 config BUSYBOX_CONFIG_UPTIME
        bool "uptime"
@@ -116,6 +136,14 @@ config BUSYBOX_CONFIG_UPTIME
          the system has been running, how many users are currently logged
          on, and the system load averages for the past 1, 5, and 15 minutes.
 
          the system has been running, how many users are currently logged
          on, and the system load averages for the past 1, 5, and 15 minutes.
 
+config BUSYBOX_CONFIG_WATCH
+       bool "watch"
+       default n
+       #huh?? select DATE
+       help
+         watch is used to execute a program periodically, showing
+         output to the screen.
+
 
 endmenu
 
 
 endmenu