Denis Vlasenko
|
24c5fbaf42
top: make "100%" case less ugly, and shrink code while at it
|
před 17 roky |
Denis Vlasenko
|
c1166c3a8c
top: simpler loadavg processing
|
před 17 roky |
Denis Vlasenko
|
9109fbeaa1
top: truncate usernames to 8 chars
|
před 17 roky |
Denis Vlasenko
|
98ebab8b76
top,ps: improve /proc/PID/cmdinfo reading code
|
před 17 roky |
Denis Vlasenko
|
f7d07b1723
killall, pidof: use argv0 for process matching too
|
před 17 roky |
Denis Vlasenko
|
745119605e
top: on user suggestion make percentile calculations configurable. -56 bytes when off. +600 bytes when on
|
před 17 roky |
Denis Vlasenko
|
b1e5addfed
top: improve global CPU percentage (smaller & faster code)
|
před 17 roky |
Denis Vlasenko
|
5a65447e30
top: add config option and code for global CPU % display
|
před 17 roky |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
před 17 roky |
Denis Vlasenko
|
8581863a1b
procps: remove all global variables
|
před 17 roky |
Denis Vlasenko
|
ac678ec2f1
style fixes, no code changes
|
před 17 roky |
Mike Frysinger
|
0aa6ba5d44
make sure ps/top output what they claim: vsz, not rss ... down the line we should make the output controllable either at runtime or buildtime as both statistics are quite useful
|
před 18 roky |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
před 18 roky |
Denis Vlasenko
|
f7996f3b70
Trailing whitespace removal over entire tree
|
před 18 roky |
Denis Vlasenko
|
3bba545a54
done a dozen of randconfig test. guess what? ALL failed...
|
před 18 roky |
Denis Vlasenko
|
459e4d6cf7
replace /proc scanning code by more versatile one.
|
před 18 roky |
Denis Vlasenko
|
fa07680091
top: improve CPU% calculation
|
před 18 roky |
Denis Vlasenko
|
35fb512728
PID should be stored in pid_t, not int or long.
|
před 18 roky |
Denis Vlasenko
|
25d8062128
top: batch mode should output all processes
|
před 18 roky |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
před 18 roky |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
před 18 roky |
Denis Vlasenko
|
c12f53090b
dnsd fix; option_mask32 added. dnsd needs more love.
|
před 18 roky |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
před 18 roky |
Denis Vlasenko
|
266bc17690
top: add support for -b, -n <iterations>
|
před 18 roky |
Denis Vlasenko
|
42dfcd2612
top: fixed wrong comment, made error message more clear
|
před 18 roky |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
před 18 roky |
Rob Landley
|
a526c30cc5
Make another warning go away.
|
před 18 roky |
Rob Landley
|
db1ab1aeb3
Top was catching sigterm (and fumbling sigint) so it could reset the terminal
|
před 18 roky |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
před 18 roky |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
před 18 roky |