cvs commit: src/tools/tools/mtxstat mtxratio.sh

John-Mark Gurney jmg at FreeBSD.org
Mon Jul 26 17:36:54 PDT 2004


jmg         2004-07-27 00:36:53 UTC

  FreeBSD src repository

  Added files:
    tools/tools/mtxstat  mtxratio.sh 
  Log:
  add a command to calculate the ratios of cnt_hold and cnt_lock to locks
  from mutex profiling...  This takes cnt_* and divides it by count, so
  lower is better...
  
  Sample command:
  sh mtxpercent.sh | sort -rn +7 -8
  
  SEE ALSO
          MUTEX_PROFILING(9)
  
  Revision  Changes    Path
  1.1       +2 -0      src/tools/tools/mtxstat/mtxratio.sh (new)


More information about the cvs-src mailing list