cvs commit: src/contrib/top commands.c top.c src/usr.bin/top machine.c

Giorgos Keramidas keramida at FreeBSD.org
Thu Apr 14 08:02:04 PDT 2005


keramida    2005-04-14 15:02:03 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    contrib/top          commands.c top.c 
    usr.bin/top          machine.c 
  Log:
  - Add a THR column to the process listing, that shows the number of
    threads a process has.  The THR column is disabled and disappears
    when 'H' is hit, because then every thread gets its own output line.
  - Allow sorting processes by "threads".
  
  Approved by:    davidxu
  Inspired by:    Jiawei Ye <leafy7382 at gmail.com>
  
  Revision  Changes    Path
  1.11      +1 -1      src/contrib/top/commands.c
  1.16      +5 -3      src/contrib/top/top.c
  1.70      +57 -12    src/usr.bin/top/machine.c


More information about the cvs-all mailing list