Home Explore Blog CI



man-pages

11th chunk of `ps.man`
a2847023fe69c6e882d8c0886e7433da7e57268aa756f4a60000000100000fa4
 another command, the output
                             width is  undefined  (it  may  be  80,  unlimited,
                             determined  by the TERM variable, and so on).  The
                             COLUMNS environment variable or --cols option  may
                             be  used  to  exactly  determine the width in this
                             case.  The w or -w option may be also be  used  to
                             adjust width.

       blocked     BLOCKED   mask   of  the  blocked  signals,  see  signal(7).
                             According to the width  of  the  field,  a  32  or
                             64-bit  mask  in  hexadecimal format is displayed.
                             (alias sig_block, sigmask).

       bsdstart    START     time the command  started.   If  the  process  was
                             started  less than 24 hours ago, the output format
                             is " HH:MM", else it is " Mmm:SS"  (where  Mmm  is
                             the   three  letters  of  the  month).   See  also
                             lstart, start, start_time, and stime.

       bsdtime     TIME      accumulated cpu time, user + system.  The  display
                             format  is usually "MMM:SS", but can be shifted to
                             the right  if  the  process  used  more  than  999
                             minutes of cpu time.

       c           C         processor  utilization.  Currently,  this  is  the
                             integer  value  of  the  percent  usage  over  the
                             lifetime of the process.  (see %cpu).

       caught      CAUGHT    mask   of   the  caught  signals,  see  signal(7).
                             According to the width of the field, a  32  or  64
                             bits  mask  in  hexadecimal  format  is displayed.
                             (alias sig_catch, sigcatch).

       cgname      CGNAME    display  name  of  control  groups  to  which  the
                             process belongs.

       cgroup      CGROUP    display   control  groups  to  which  the  process
                             belongs.

       cgroupns    CGROUPNS  Unique inode number describing the  namespace  the
                             process belongs to.  See namespaces(7).

       class       CLS       scheduling   class   of   the   process.    (alias
                             policy, cls).  Field’s possible values are:

                                      -    not reported
                                      TS   SCHED_OTHER
                                      FF   SCHED_FIFO
                                      RR   SCHED_RR
                                      B    SCHED_BATCH
                                      ISO  SCHED_ISO
                                      IDL  SCHED_IDLE
                                      DLN  SCHED_DEADLINE
                                      ?    unknown value

       cls         CLS       scheduling   class   of   the   process.    (alias
                             policy, cls).  Field’s possible values are:

                                      -    not reported
                                      TS   SCHED_OTHER
                                      FF   SCHED_FIFO
                                      RR   SCHED_RR
                                      B    SCHED_BATCH
                                      ISO  SCHED_ISO
                                      IDL  SCHED_IDLE
                                      DLN  SCHED_DEADLINE
                                      ?    unknown value

       cmd         CMD       see args.  (alias args, command).

       comm        COMMAND   command  name  (only  the  executable  name).  The
                             output in this column may contain spaces.   (alias
                             ucmd, ucomm).   See  also the args format keyword,
                         

Title: ps - Standard Format Specifiers (Continued)
Summary
This section continues detailing standard format specifiers for the ps command, explaining how various keywords control output format and sorting. Keywords described include bsdtime, c, caught, cgname, cgroup, cgroupns, class/cls, cmd, and comm, with explanations of the information they display, their formatting, and aliases where applicable. It covers processor utilization, signal masks, control group details, scheduling class, and command names.