freebsd-nq/tools/tools/mtxstat
John-Mark Gurney 03c439e6e0 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)
2004-07-27 00:36:53 +00:00
..
mtxratio.sh add a command to calculate the ratios of cnt_hold and cnt_lock to locks 2004-07-27 00:36:53 +00:00
mtxstat.pl