commit | 941f9d6cc09adaa0155ee71ac34e6f9b773a90f1 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Jan 20 16:51:17 2016 -0600 |
committer | Rob Landley <rob@landley.net> | Wed Jan 20 16:51:17 2016 -0600 |
tree | 12620e41d1dae88099e84bbf487215cb9c56d902 | |
parent | 59781de0c0512ed3c862bef5735d569b2adcd4a3 [diff] |
Add basic top support to ps.c, delete toys/pending/top.c. While I'm there, pack the ps help text, break out TOP_COMMON (todo: update config2help to collate that properly), add -o CPU showing which processor this pid is running on, implement -o C (it's %cpu without the fractional part), add -o %MEM, fix header padding.