mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
* CPU% = process[i].ticks/sum(process[i].ticks) * busy_cpu_ticks/total_cpu_ticks * got rid of empty line under "Load average" line and used last line - +2 visible processes * do not do float conversion of loadavg, just read it as string from /proc * fix display on small screens * dropped unused .stime, .utime fields * a few variables were renamed * style fixes |
||
|---|---|---|
| .. | ||
| Config.in | ||
| free.c | ||
| fuser.c | ||
| kill.c | ||
| Makefile | ||
| Makefile.in | ||
| pidof.c | ||
| ps.c | ||
| renice.c | ||
| sysctl.c | ||
| top.c | ||
| uptime.c | ||