Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/procps/Config.src


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/procps/Config.src

    r2725 r3232  
    1111    bool "free"
    1212    default y
    13     depends on PLATFORM_LINUX #sysinfo()
     13    select PLATFORM_LINUX #sysinfo()
    1414    help
    1515      free displays the total amount of free and used physical and swap
     
    4646    default y
    4747    depends on KILL
    48 
    49 config NMETER
    50     bool "nmeter"
    51     default y
    52     help
    53       Prints selected system stats continuously, one line per update.
    5448
    5549config PGREP
     
    9791    bool "Enable wide output option (-w)"
    9892    default y
    99     depends on PS
     93    depends on PS && !DESKTOP
    10094    help
    10195      Support argument 'w' for wide output.
     
    10397      than once, the length is unlimited.
    10498
     99config FEATURE_PS_LONG
     100    bool "Enable long output option (-l)"
     101    default y
     102    depends on PS && !DESKTOP
     103    help
     104      Support argument 'l' for long output.
     105      Adds fields PPID, RSS, START, TIME & TTY
     106
    105107config FEATURE_PS_TIME
    106108    bool "Enable time and elapsed time output"
    107109    default y
    108     depends on PS && DESKTOP && PLATFORM_LINUX #sysinfo()
     110    depends on PS && DESKTOP
     111    select PLATFORM_LINUX
    109112    help
    110113      Support -o time and -o etime output specifiers.
     
    138141      Configure kernel parameters at runtime.
    139142
    140 config TOP
    141     bool "top"
     143config FEATURE_SHOW_THREADS
     144    bool "Support for showing threads in ps/pstree/top"
    142145    default y
     146    depends on PS || TOP || PSTREE
    143147    help
    144       The top program provides a dynamic real-time view of a running
    145       system.
    146 
    147 config FEATURE_TOP_CPU_USAGE_PERCENTAGE
    148     bool "Show CPU per-process usage percentage"
    149     default y
    150     depends on TOP
    151     help
    152       Make top display CPU usage for each process.
    153       This adds about 2k.
    154 
    155 config FEATURE_TOP_CPU_GLOBAL_PERCENTS
    156     bool "Show CPU global usage percentage"
    157     default y
    158     depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
    159     help
    160       Makes top display "CPU: NN% usr NN% sys..." line.
    161       This adds about 0.5k.
    162 
    163 config FEATURE_TOP_SMP_CPU
    164     bool "SMP CPU usage display ('c' key)"
    165     default y
    166     depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS
    167     help
    168       Allow 'c' key to switch between individual/cumulative CPU stats
    169       This adds about 0.5k.
    170 
    171 config FEATURE_TOP_DECIMALS
    172     bool "Show 1/10th of a percent in CPU/mem statistics"
    173     default y
    174     depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
    175     help
    176       Show 1/10th of a percent in CPU/mem statistics.
    177       This adds about 0.3k.
    178 
    179 config FEATURE_TOP_SMP_PROCESS
    180     bool "Show CPU process runs on ('j' field)"
    181     default y
    182     depends on TOP
    183     help
    184       Show CPU where process was last found running on.
    185       This is the 'j' field.
    186 
    187 config FEATURE_TOPMEM
    188     bool "Topmem command ('s' key)"
    189     default y
    190     depends on TOP
    191     help
    192       Enable 's' in top (gives lots of memory info).
    193 
    194 config FEATURE_SHOW_THREADS
    195     bool "Support for showing threads in ps/top"
    196     default y
    197     depends on PS || TOP
    198     help
    199       Enables ps -T option and 'h' command in top
    200 
    201 config UPTIME
    202     bool "uptime"
    203     default y
    204     depends on PLATFORM_LINUX #sysinfo()
    205     help
    206       uptime gives a one line display of the current time, how long
    207       the system has been running, how many users are currently logged
    208       on, and the system load averages for the past 1, 5, and 15 minutes.
     148      Enables the ps -T option, showing of threads in pstree,
     149      and 'h' command in top.
    209150
    210151config WATCH
Note: See TracChangeset for help on using the changeset viewer.