Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /procps
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps')
-rw-r--r--procps/free.c2
-rw-r--r--procps/fuser.c2
-rw-r--r--procps/iostat.c2
-rw-r--r--procps/kill.c6
-rw-r--r--procps/lsof.c2
-rw-r--r--procps/mpstat.c2
-rw-r--r--procps/nmeter.c2
-rw-r--r--procps/pgrep.c4
-rw-r--r--procps/pidof.c2
-rw-r--r--procps/pmap.c2
-rw-r--r--procps/powertop.c2
-rw-r--r--procps/ps.c2
-rw-r--r--procps/pstree.c2
-rw-r--r--procps/pwdx.c2
-rw-r--r--procps/smemcap.c2
-rw-r--r--procps/sysctl.c2
-rw-r--r--procps/uptime.c2
-rw-r--r--procps/watch.c2
18 files changed, 21 insertions, 21 deletions
diff --git a/procps/free.c b/procps/free.c
index 0b68e1b88..d0c849b79 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 (3.1 kb)"
+//config: bool "free (3.8 kb)"
//config: default y
//config: help
//config: free displays the total amount of free and used physical and swap
diff --git a/procps/fuser.c b/procps/fuser.c
index 191746751..f72552f1b 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 (7 kb)"
+//config: bool "fuser (7.3 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 1c6fb87ba..d3157757f 100644
--- a/procps/iostat.c
+++ b/procps/iostat.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config IOSTAT
-//config: bool "iostat (7.6 kb)"
+//config: bool "iostat (8 kb)"
//config: default y
//config: help
//config: Report CPU and I/O statistics
diff --git a/procps/kill.c b/procps/kill.c
index 208efebde..d4be18dd8 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 (3.1 kb)"
+//config: bool "kill (3.4 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 (5.6 kb)"
+//config: bool "killall (5.9 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 (5.3 kb)"
+//config: bool "killall5 (5.6 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 9cb8d066c..57e385c3f 100644
--- a/procps/lsof.c
+++ b/procps/lsof.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config LSOF
-//config: bool "lsof (3.4 kb)"
+//config: bool "lsof (3.7 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 c78c1f0a0..795b4ccb7 100644
--- a/procps/mpstat.c
+++ b/procps/mpstat.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config MPSTAT
-//config: bool "mpstat (9.8 kb)"
+//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 4197174ba..dca07eac6 100644
--- a/procps/nmeter.c
+++ b/procps/nmeter.c
@@ -6,7 +6,7 @@
* Contact me: vda.linux@googlemail.com
*/
//config:config NMETER
-//config: bool "nmeter (11 kb)"
+//config: bool "nmeter (12 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 82e00322f..04ae92a67 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 (6.5 kb)"
+//config: bool "pgrep (6.8 kb)"
//config: default y
//config: help
//config: Look for processes by name.
//config:
//config:config PKILL
-//config: bool "pkill (7.5 kb)"
+//config: bool "pkill (7.8 kb)"
//config: default y
//config: help
//config: Send signals to processes by name.
diff --git a/procps/pidof.c b/procps/pidof.c
index b81709a81..507a011a2 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 (6.3 kb)"
+//config: bool "pidof (6.5 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 408cbfce7..49f7688d9 100644
--- a/procps/pmap.c
+++ b/procps/pmap.c
@@ -8,7 +8,7 @@
* for details.
*/
//config:config PMAP
-//config: bool "pmap (6 kb)"
+//config: bool "pmap (6.2 kb)"
//config: default y
//config: help
//config: Display processes' memory mappings.
diff --git a/procps/powertop.c b/procps/powertop.c
index 8d5d9295d..147b7a3ef 100644
--- a/procps/powertop.c
+++ b/procps/powertop.c
@@ -9,7 +9,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config POWERTOP
-//config: bool "powertop (9.6 kb)"
+//config: bool "powertop (9.9 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 03b9c418c..5b521aebd 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 (11 kb)"
+//config: bool "ps (12 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 67b711168..bf6ceed5a 100644
--- a/procps/pstree.c
+++ b/procps/pstree.c
@@ -10,7 +10,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config PSTREE
-//config: bool "pstree (9.3 kb)"
+//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 24ba25d90..9257347bb 100644
--- a/procps/pwdx.c
+++ b/procps/pwdx.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config PWDX
-//config: bool "pwdx (3.7 kb)"
+//config: bool "pwdx (3.9 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 2f1897dae..a2231788b 100644
--- a/procps/smemcap.c
+++ b/procps/smemcap.c
@@ -8,7 +8,7 @@
herein by reference.
*/
//config:config SMEMCAP
-//config: bool "smemcap (2.5 kb)"
+//config: bool "smemcap (3 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 40afa0c90..84c5be4f7 100644
--- a/procps/sysctl.c
+++ b/procps/sysctl.c
@@ -11,7 +11,7 @@
* v1.01.1 - busybox applet aware by <solar@gentoo.org>
*/
//config:config BB_SYSCTL
-//config: bool "sysctl (7.4 kb)"
+//config: bool "sysctl (7.9 kb)"
//config: default y
//config: help
//config: Configure kernel parameters at runtime.
diff --git a/procps/uptime.c b/procps/uptime.c
index 4fd0c9d2d..aec7bd7d1 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 (3.7 kb)"
+//config: bool "uptime (4 kb)"
//config: default y
//config: help
//config: uptime gives a one line display of the current time, how long
diff --git a/procps/watch.c b/procps/watch.c
index 1190b29df..05b72723c 100644
--- a/procps/watch.c
+++ b/procps/watch.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config WATCH
-//config: bool "watch (4.4 kb)"
+//config: bool "watch (5.2 kb)"
//config: default y
//config: help
//config: watch is used to execute a program periodically, showing