From 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 18 Jul 2017 22:01:24 +0200 Subject: Update menuconfig items with approximate applet sizes Signed-off-by: Denys Vlasenko --- procps/free.c | 2 +- procps/fuser.c | 2 +- procps/iostat.c | 2 +- procps/kill.c | 6 +++--- procps/lsof.c | 2 +- procps/mpstat.c | 2 +- procps/nmeter.c | 2 +- procps/pgrep.c | 4 ++-- procps/pidof.c | 2 +- procps/pmap.c | 2 +- procps/powertop.c | 2 +- procps/ps.c | 2 +- procps/pstree.c | 2 +- procps/pwdx.c | 2 +- procps/smemcap.c | 2 +- procps/sysctl.c | 2 +- procps/top.c | 2 +- procps/uptime.c | 2 +- procps/watch.c | 2 +- 19 files changed, 22 insertions(+), 22 deletions(-) (limited to 'procps') diff --git a/procps/free.c b/procps/free.c index f3a2c3c0c..497bf1911 100644 --- a/procps/free.c +++ b/procps/free.c @@ -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 diff --git a/procps/fuser.c b/procps/fuser.c index db28cca79..463d8800c 100644 --- a/procps/fuser.c +++ b/procps/fuser.c @@ -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 diff --git a/procps/iostat.c b/procps/iostat.c index c290c594b..94a928020 100644 --- a/procps/iostat.c +++ b/procps/iostat.c @@ -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 diff --git a/procps/kill.c b/procps/kill.c index 975a3e8c5..3c330e5b9 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -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 diff --git a/procps/lsof.c b/procps/lsof.c index b0156a538..d1e994ab9 100644 --- a/procps/lsof.c +++ b/procps/lsof.c @@ -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: diff --git a/procps/mpstat.c b/procps/mpstat.c index 6028903fa..455cdb1b2 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c @@ -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 diff --git a/procps/nmeter.c b/procps/nmeter.c index 05bf0a08c..a7c548d98 100644 --- a/procps/nmeter.c +++ b/procps/nmeter.c @@ -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. diff --git a/procps/pgrep.c b/procps/pgrep.c index 3d01c6cff..335f2d226 100644 --- a/procps/pgrep.c +++ b/procps/pgrep.c @@ -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. diff --git a/procps/pidof.c b/procps/pidof.c index b64f0cbd6..0d08c6095 100644 --- a/procps/pidof.c +++ b/procps/pidof.c @@ -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 diff --git a/procps/pmap.c b/procps/pmap.c index aa221cfb8..bbcd54482 100644 --- a/procps/pmap.c +++ b/procps/pmap.c @@ -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. diff --git a/procps/powertop.c b/procps/powertop.c index 413806836..ae3aa8938 100644 --- a/procps/powertop.c +++ b/procps/powertop.c @@ -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 diff --git a/procps/ps.c b/procps/ps.c index e8b122c5a..a8d2d188a 100644 --- a/procps/ps.c +++ b/procps/ps.c @@ -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. diff --git a/procps/pstree.c b/procps/pstree.c index bc9f0c927..cf8b81f8d 100644 --- a/procps/pstree.c +++ b/procps/pstree.c @@ -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. diff --git a/procps/pwdx.c b/procps/pwdx.c index 4e34149ed..936153861 100644 --- a/procps/pwdx.c +++ b/procps/pwdx.c @@ -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 diff --git a/procps/smemcap.c b/procps/smemcap.c index 9d1126a49..327a37cdb 100644 --- a/procps/smemcap.c +++ b/procps/smemcap.c @@ -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, diff --git a/procps/sysctl.c b/procps/sysctl.c index 93d7c3418..305783be6 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c @@ -11,7 +11,7 @@ * v1.01.1 - busybox applet aware by */ //config:config BB_SYSCTL -//config: bool "sysctl" +//config: bool "sysctl (6.9 kb)" //config: default y //config: help //config: Configure kernel parameters at runtime. diff --git a/procps/top.c b/procps/top.c index ff2fddeea..f43cd9c2c 100644 --- a/procps/top.c +++ b/procps/top.c @@ -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 diff --git a/procps/uptime.c b/procps/uptime.c index 8e8956c0f..53fbe547e 100644 --- a/procps/uptime.c +++ b/procps/uptime.c @@ -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 diff --git a/procps/watch.c b/procps/watch.c index bb34124c0..3127a0ca6 100644 --- a/procps/watch.c +++ b/procps/watch.c @@ -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 -- cgit v1.2.3