cvs commit: src/bin/ps keyword.c

Garance A Drosehn gad at FreeBSD.org
Sun Jun 20 15:22:51 PDT 2004


gad         2004-06-20 22:22:50 UTC

  FreeBSD src repository

  Modified files:
    bin/ps               keyword.c 
  Log:
  Add new output-format keywords of LWP and NLWP, which show the thread-id
  and number-of-threads tied to a process.  Result can be seen by typing,
  e.g.:   ps -HO lwp,nlwp
  These new options are not documented yet.  More options will be coming,
  and I will update the man page after I get farther along.
  
  PR:             bin/65803  (though adjusted to fit our present source)
  Submitted by:   Cyrille Lefevre
  
  Revision  Changes    Path
  1.67      +8 -0      src/bin/ps/keyword.c


More information about the cvs-src mailing list