commit | 08dc20ad276251f61a9a4036f9d17ee601a4b3a0 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Dec 30 20:18:18 2015 -0600 |
committer | Rob Landley <rob@landley.net> | Wed Dec 30 20:18:18 2015 -0600 |
tree | 192e60ed1fdae2717fb692f29f304a37551c7d86 | |
parent | f82a848793fbba3b3416fe037947afe73785270b [diff] |
First half of iotop. Add READ, WRITE, IO, DREAD, DWRITE, SWAP, DIO, and corresponding percentile fields to ps. Move FLAG_ macro usage to ps-specific code (top/iotop have their own flag contexts). Split init and match code into shared and ps-specific parts. Fix bug in COMMAND for privileged processes.