qps icon indicating copy to clipboard operation
qps copied to clipboard

feature request:fetch and set ionice

Open BrainDamage opened this issue 5 years ago • 0 comments
trafficstars

util-linux has ionice which sets the kernel IO scheduling process. This in turn has 3 subclasses ( realtime, best-effort, idle ) and for the first two, an optional argument from 0 to 7. It'd be nice if qps would be able to view/set a process IO policies without having to resort to the command line hunting for the pid. see man ionice(1) and man ioprio_set(2) and man ioprio_get(2)

BrainDamage avatar Jan 02 '20 20:01 BrainDamage