diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-14 11:50:34 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-14 11:50:34 +0000 |
commit | 9616aff095d47ac8529f09e43a4e57937eabd9c1 (patch) | |
tree | 50cc7f77819ab6d58cca6ce601b0cd089d26a280 /docs/keep_data_small.txt | |
parent | 26a8016da6d4bb1b92efae8b83fbd6b3dcc5e5a2 (diff) | |
download | busybox-w32-9616aff095d47ac8529f09e43a4e57937eabd9c1.tar.gz busybox-w32-9616aff095d47ac8529f09e43a4e57937eabd9c1.tar.bz2 busybox-w32-9616aff095d47ac8529f09e43a4e57937eabd9c1.zip |
cosmetic documentation change
Diffstat (limited to 'docs/keep_data_small.txt')
-rw-r--r-- | docs/keep_data_small.txt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/keep_data_small.txt b/docs/keep_data_small.txt index 88cc2bc66..272aa21c5 100644 --- a/docs/keep_data_small.txt +++ b/docs/keep_data_small.txt | |||
@@ -16,22 +16,22 @@ bbox binary is practically allyesconfig static one, | |||
16 | built against uclibc: | 16 | built against uclibc: |
17 | 17 | ||
18 | bash-3.2# nmeter '%t %c %b %m %p %[pn]' | 18 | bash-3.2# nmeter '%t %c %b %m %p %[pn]' |
19 | 23:17:28 .......... 0 0 168M 0 147 | 19 | 23:17:28 .......... 0 0 168M 0 147 |
20 | 23:17:29 .......... 0 0 168M 0 147 | 20 | 23:17:29 .......... 0 0 168M 0 147 |
21 | 23:17:30 U......... 0 0 168M 1 147 | 21 | 23:17:30 U......... 0 0 168M 1 147 |
22 | 23:17:31 SU........ 0 188k 181M 244 391 | 22 | 23:17:31 SU........ 0 188k 181M 244 391 |
23 | 23:17:32 SSSSUUU... 0 0 223M 757 1147 | 23 | 23:17:32 SSSSUUU... 0 0 223M 757 1147 |
24 | 23:17:33 UUU....... 0 0 223M 0 1147 | 24 | 23:17:33 UUU....... 0 0 223M 0 1147 |
25 | 23:17:34 U......... 0 0 223M 1 1147 | 25 | 23:17:34 U......... 0 0 223M 1 1147 |
26 | 23:17:35 .......... 0 0 223M 0 1147 | 26 | 23:17:35 .......... 0 0 223M 0 1147 |
27 | 23:17:36 .......... 0 0 223M 0 1147 | 27 | 23:17:36 .......... 0 0 223M 0 1147 |
28 | 23:17:37 S......... 0 0 223M 0 1147 | 28 | 23:17:37 S......... 0 0 223M 0 1147 |
29 | 23:17:38 .......... 0 0 223M 1 1147 | 29 | 23:17:38 .......... 0 0 223M 1 1147 |
30 | 23:17:39 .......... 0 0 223M 0 1147 | 30 | 23:17:39 .......... 0 0 223M 0 1147 |
31 | 23:17:40 .......... 0 0 223M 0 1147 | 31 | 23:17:40 .......... 0 0 223M 0 1147 |
32 | 23:17:41 .......... 0 0 210M 0 906 | 32 | 23:17:41 .......... 0 0 210M 0 906 |
33 | 23:17:42 .......... 0 0 168M 1 147 | 33 | 23:17:42 .......... 0 0 168M 1 147 |
34 | 23:17:43 .......... 0 0 168M 0 147 | 34 | 23:17:43 .......... 0 0 168M 0 147 |
35 | 35 | ||
36 | This requires 55M of memory. Thus 1 trivial busybox applet | 36 | This requires 55M of memory. Thus 1 trivial busybox applet |
37 | takes 55k of userspace memory (nmeter doesn't account for kernel-side | 37 | takes 55k of userspace memory (nmeter doesn't account for kernel-side |