Ensure that the kernel was compiled with
options LOCK_PROFILING
To start lock profiling
sh# sysctl debug.lock.prof.enable=1
To stop lock profiling
sh# sysctl debug.lock.prof.enable=0
To display the statistics
sh# sysctl debug.lock.prof.stats
To reset the stats
sh# sysctl debug.lock.prof.reset =1
man LOCK_PROFILING for more options and to understand the output of the stats
Remove any compiler optimization flags (-O2 etc) to get the correct file and line numbers in the output
Friday, August 31, 2012
Subscribe to:
Posts (Atom)
Solaris 11 Destkop installation
Simple step to install a desktop (Gnome) on Solaris 11 As root run the following command # pkg install solaris-desktop If the download ...
-
Simple step to install a desktop (Gnome) on Solaris 11 As root run the following command # pkg install solaris-desktop If the download ...
-
Tape storage technology has been receiving serious competition from disk storage technology for the past few years. Decrease in disk drive p...
-
In /etc/rc.conf change the value of the hostname to the desired name. For example: hostname="fbsdtest" Restart the system