Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/ps.1.man.txt
          +++ new/usr/src/man/man1/ps.1.man.txt
↓ open down ↓ 595 lines elided ↑ open up ↑
 596  596                    The obsolete priority of the process. Lower numbers mean
 597  597                    higher priority.
 598  598  
 599  599  
 600  600         lwp
 601  601                    The decimal value of the lwp ID. Requesting this formatting
 602  602                    option causes one line to be printed for each lwp in the
 603  603                    process.
 604  604  
 605  605  
      606 +       lwpname
      607 +                  The name of the lwp, if set. Requesting this formatting
      608 +                  option causes one line to be printed for each lwp in the
      609 +                  process.
      610 +
      611 +
 606  612         nlwp
 607  613                    The number of lwps in the process.
 608  614  
 609  615  
 610  616         psr
 611  617                    The number of the processor to which the process or lwp is
 612  618                    bound.
 613  619  
 614  620  
 615  621         pset
↓ open down ↓ 46 lines elided ↑ open up ↑
 662  668                    The home lgroup of the process.
 663  669  
 664  670  
 665  671         dmodel
 666  672                    The data model of the process, printed in the same manner as
 667  673                    via pflags(1). The currently supported data models are
 668  674                    _ILP32 and _LP64.
 669  675  
 670  676  
 671  677  
 672      -       Only comm and args are allowed to contain blank characters; all others,
 673      -       including the Solaris implementation variables, are not.
      678 +       Only comm, lwpname, and args are allowed to contain blank characters;
      679 +       all others, including the Solaris implementation variables, are not.
 674  680  
 675  681  
 676  682         The following table specifies the default header to be used in the
 677  683         POSIX locale corresponding to each format specifier.
 678  684  
 679  685  
 680  686  
 681  687  
 682  688         +------------------------------------------+
 683  689         | Format     Default    Format     Default |
↓ open down ↓ 21 lines elided ↑ open up ↑
 705  711         |Specifier   Header    Specifier   Header  |
 706  712         +------------------------------------------+
 707  713         |  addr       ADDR      projid     PROJID  |
 708  714         |    c          C       project    PROJECT |
 709  715         |  class       CLS        psr        PSR   |
 710  716         |    f          F        rgid       RGID   |
 711  717         |  fname     COMMAND      rss        RSS   |
 712  718         |   gid        GID       ruid       RUID   |
 713  719         |  lgrp       LGRP         s          S    |
 714  720         |   lwp        LWP        sid        SID   |
 715      -       |  nlwp       NLWP       stime      STIME  |
 716      -       |  opri        PRI      taskid     TASKID  |
 717      -       |   osz        SZ         uid        UID   |
 718      -       |  pmem       %MEM       wchan      WCHAN  |
 719      -       |   pri        PRI       zone       ZONE   |
 720      -       |  ctid       CTID      zoneid     ZONEID  |
      721 +       | lwpname    LWPNAME     stime      STIME  |
      722 +       |  nlwp       NLWP      taskid     TASKID  |
      723 +       |  opri        PRI        uid        UID   |
      724 +       |   osz        SZ        wchan      WCHAN  |
      725 +       |  pmem       %MEM       zone       ZONE   |
      726 +       |   pri        PRI      zoneid     ZONEID  |
      727 +       |  ctid       CTID                         |
 721  728         +------------------------------------------+
 722  729  
 723  730  EXAMPLES
 724  731         Example 1 Using ps Command
 725  732  
 726  733  
 727  734         The command:
 728  735  
 729  736  
 730  737           example% ps -o user,pid,ppid=MOM -o args
↓ open down ↓ 86 lines elided ↑ open up ↑
 817  824  
 818  825         ps -ef or ps -o stime might not report the actual start of a tty login
 819  826         session, but rather an earlier time, when a getty was last respawned on
 820  827         the tty line.
 821  828  
 822  829  
 823  830         ps is CSI-enabled except for login names (usernames).
 824  831  
 825  832  
 826  833  
 827      -                                 June 13, 2017                           PS(1)
      834 +                                August 22, 2018                          PS(1)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX