tprof - reports cpu usage for individual programs and the system in IBM AIX
Description
The tprof command reports CPU usage for individual programs and the system as a whole. This command is a useful tool for anyone with a JAVA, C, C++, or FORTRAN program that might be CPU-bound and who wants to know which sections of the program are most heavily using the CPU.
coolcommand: removing a physical volume from a volume group on IBM AIX server
Example: rmlvcopy <LVname> 1 <hdisk#>
[show me the details]
coolcommand: sotruss - how to trace shared library procedure calls in Sun Solaris
Example: sotruss ls
[show me the details]
coolcommand: vxmksdpart - how to rebuild the partition table after a root disk failure in Veritas Volume Manager
Example: vxmksdpart -g rootdg diskpart 1 0x03 0x01
[show me the details]
coolcommand: ssh - create a private/public key for passwordless login
Example: ssh-keygen -t dsa -f .ssh/id_dsa
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts