History log of /freebsd-10.1-release/tools/tools/mtxstat/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


228953 29-Dec-2011 uqs

Reencode files from latin1 to UTF-8.


132679 27-Jul-2004 jmg

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)


120245 19-Sep-2003 sam

o the kernel sysctl uses 'avg' for a key; change to suit
o change header field widths to match the kernel so columns line up


97303 26-May-2002 des

Mutex statistics script.