Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2004 00:36:53 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/tools/mtxstat mtxratio.sh
Message-ID:  <200407270036.i6R0ar76006961@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407270036.i6R0ar76006961>