1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.\" This chunk comes from ps(1). It is intented to test
.\" https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748601
.TS
expand;
lB1 lB1 lBw(\n[ColSize]n)
lB1 l1 l.
code header description
%cpu %CPU T{
cpu utilization of the process in "##.#" format. It is the CPU time.
(alias\ \fBpcpu\fP).
T}
class CLS T{
scheduling class of the process. (alias\ \fBpolicy\fP,\ \fBcls\fP).
Field's possible values are:
.br
\- not reported
.br
TS sched_other
.br
FF sched_fifo
.br
RR sched_rr
.br
? unknown value
T}
.TE
.\" #######################################################################
|