caliper.1 (2010 09)

c
caliper(1)
Integrity Systems
caliper(1)
(Requires Optional HP Caliper Software)
This will measure both /usr/bin/ls and /usr/bin/echo processes.
caliper ecount --process=*[ho] \
sh -c ’/usr/bin/ls; /usr/bin/echo done’
This will measure both /usr/bin/sh and /usr/bin/echo
processes.
caliper ecount --process=’(arg1,regexp)tmp$’ \
sh -c ’/usr/bin/ls /var/tmp; /usr/bin/echo tmp listed’
This will measure both the /usr/bin/ls and /usr/bin/echo
processes, since the regular
expression
tmp$ matches their argument 1.
caliper fprof -d fprof.db1 cc -g himom.c ;
caliper fprof -d fprof.db2 cc -O himom.c ;
caliper diff -o output fprof.db1 fprof.db2
This will create a report with the difference between the data collected in the two collection runs.
caliper advise DB1 DB2
This will analyze the data in HP Caliper databases DB1 and DB2, and make suggestions for perfor-
mance improvements.
HP-UX ONLY EXAMPLES
caliper cgprof program
This will run program , measuring and reporting an extended
gprof-like call graph profile.
AUTHOR
HP Caliper was developed by the Hewlett-Packard Company.
FILES
caliper_root Anchor location of
caliper installation, default
/opt/caliper
(HP-UX) or /opt/hp-caliper
(Linux).
caliper_root
/LICENSE The caliper license terms.
caliper_root
/THIRDPARTYLICENSEREADME.txt
Contains the license terms for third-party software used by caliper.
caliper_root
/bin/caliper caliper
executable.
caliper_root
/config/ Directory containing standard measurement configuration files.
caliper_root
/contrib/ Holds useful contributed files.
caliper_root
/doc/ Online documentation directory.
caliper_root
/examples/ Example files.
caliper_root
/gui/ Contains the local GUI client files.
caliper_root
/gui_clients/ Remote GUI client installation files.
caliper_root
/lbin/ Contains the system_usage daemon executable and the
ktracer/ktracedump executables.
caliper_root
/lib/python2.3/
Python support directory.
caliper_root
/man/ Manpage directory.
caliper_root
/rules/ Shared analysis rules directory.
˜/caliper_advisor/ User personal analysis rules directory.
./.hp_caliper_databases/
Implicit databases storage directory.
SEE ALSO
aCC(1), cc(1), chatr(1), f90(1), ld(1).
The online HP Caliper User Guide is located at caliper_root /doc/caliperug.pdf (PDF version)
24 Hewlett-Packard Company 24 HP-UX 11i Version 3: September 2010