OSDN Git Service

First pass at iotop.
authorRob Landley <rob@landley.net>
Fri, 1 Jan 2016 21:24:46 +0000 (15:24 -0600)
committerRob Landley <rob@landley.net>
Fri, 1 Jan 2016 21:24:46 +0000 (15:24 -0600)
commit7b746d26f5134fc3fe805443187177656b24036e
treef766b6d400fd2ea4a4159daec4fb2d40699b5568
parentadf6f03bdd7bc19013463780d059b721bf90f4d5
First pass at iotop.

Lotsa TODOs: Currently exit it with ctrl-c, not q.
Doesn't show totals, PID instead ofTID, PR instead of PRIO (type/pri),
human_readable can't display fixed point, IO isn't a percentage,
COMM instead of COMMAND (so no [kernelthread] brackets), and no
cursor left/right to change sort field...
toys/posix/ps.c