Update menuconfig items with approximate applet sizes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-07-18 22:01:24 +02:00
parent 483405a9b0
commit 4eed2c6c50
303 changed files with 409 additions and 379 deletions

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config FREE
//config: bool "free"
//config: bool "free (2.4 kb)"
//config: default y
//config: select PLATFORM_LINUX #sysinfo()
//config: help

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config FUSER
//config: bool "fuser"
//config: bool "fuser (7 kb)"
//config: default y
//config: help
//config: fuser lists all PIDs (Process IDs) that currently have a given

View File

@@ -8,7 +8,7 @@
*/
//config:config IOSTAT
//config: bool "iostat"
//config: bool "iostat (7.4 kb)"
//config: default y
//config: help
//config: Report CPU and I/O statistics

View File

@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config KILL
//config: bool "kill"
//config: bool "kill (2.6 kb)"
//config: default y
//config: help
//config: The command kill sends the specified signal to the specified
@@ -16,7 +16,7 @@
//config: signal is sent.
//config:
//config:config KILLALL
//config: bool "killall"
//config: bool "killall (5.6 kb)"
//config: default y
//config: help
//config: killall sends a signal to all processes running any of the
@@ -24,7 +24,7 @@
//config: sent.
//config:
//config:config KILLALL5
//config: bool "killall5"
//config: bool "killall5 (5.3 kb)"
//config: default y
//config: help
//config: The SystemV killall command. killall5 sends a signal

View File

@@ -8,7 +8,7 @@
*/
//config:config LSOF
//config: bool "lsof"
//config: bool "lsof (3.6 kb)"
//config: default y
//config: help
//config: Show open files in the format of:

View File

@@ -12,7 +12,7 @@
//kbuild:lib-$(CONFIG_MPSTAT) += mpstat.o
//config:config MPSTAT
//config: bool "mpstat"
//config: bool "mpstat (10 kb)"
//config: default y
//config: help
//config: Per-processor statistics

View File

@@ -7,7 +7,7 @@
*/
//config:config NMETER
//config: bool "nmeter"
//config: bool "nmeter (10 kb)"
//config: default y
//config: help
//config: Prints selected system stats continuously, one line per update.

View File

@@ -7,13 +7,13 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config PGREP
//config: bool "pgrep"
//config: bool "pgrep (6.8 kb)"
//config: default y
//config: help
//config: Look for processes by name.
//config:
//config:config PKILL
//config: bool "pkill"
//config: bool "pkill (7.6 kb)"
//config: default y
//config: help
//config: Send signals to processes by name.

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config PIDOF
//config: bool "pidof"
//config: bool "pidof (6.6 kb)"
//config: default y
//config: help
//config: Pidof finds the process id's (pids) of the named programs. It prints

View File

@@ -9,7 +9,7 @@
*/
//config:config PMAP
//config: bool "pmap"
//config: bool "pmap (6 kb)"
//config: default y
//config: help
//config: Display processes' memory mappings.

View File

@@ -14,7 +14,7 @@
//kbuild:lib-$(CONFIG_POWERTOP) += powertop.o
//config:config POWERTOP
//config: bool "powertop"
//config: bool "powertop (9.1 kb)"
//config: default y
//config: help
//config: Analyze power consumption on Intel-based laptops

View File

@@ -9,7 +9,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config PS
//config: bool "ps"
//config: bool "ps (11 kb)"
//config: default y
//config: help
//config: ps gives a snapshot of the current processes.

View File

@@ -11,7 +11,7 @@
*/
//config:config PSTREE
//config: bool "pstree"
//config: bool "pstree (9.4 kb)"
//config: default y
//config: help
//config: Display a tree of processes.

View File

@@ -9,7 +9,7 @@
*/
//config:config PWDX
//config: bool "pwdx"
//config: bool "pwdx (3.5 kb)"
//config: default y
//config: help
//config: Report current working directory of a process

View File

@@ -13,7 +13,7 @@
//kbuild:lib-$(CONFIG_SMEMCAP) += smemcap.o
//config:config SMEMCAP
//config: bool "smemcap"
//config: bool "smemcap (2.5 kb)"
//config: default y
//config: help
//config: smemcap is a tool for capturing process data for smem,

View File

@@ -11,7 +11,7 @@
* v1.01.1 - busybox applet aware by <solar@gentoo.org>
*/
//config:config BB_SYSCTL
//config: bool "sysctl"
//config: bool "sysctl (6.9 kb)"
//config: default y
//config: help
//config: Configure kernel parameters at runtime.

View File

@@ -50,7 +50,7 @@
* chroot . ./top -bn1 >top1.out
*/
//config:config TOP
//config: bool "top"
//config: bool "top (17 kb)"
//config: default y
//config: help
//config: The top program provides a dynamic real-time view of a running

View File

@@ -12,7 +12,7 @@
* Added FEATURE_UPTIME_UTMP_SUPPORT flag.
*/
//config:config UPTIME
//config: bool "uptime"
//config: bool "uptime (632 bytes)"
//config: default y
//config: select PLATFORM_LINUX #sysinfo()
//config: help

View File

@@ -12,7 +12,7 @@
/* BB_AUDIT GNU defects -- only option -n is supported. */
//config:config WATCH
//config: bool "watch"
//config: bool "watch (4.1 kb)"
//config: default y
//config: help
//config: watch is used to execute a program periodically, showing