caliper.1 (2010 09)

c
caliper(1)
Integrity Systems
caliper(1)
(Requires Optional HP Caliper Software)
NAME
caliper - measure, report, and analyze program performance data
SYNOPSIS
caliper measurement [collect_options][report_options] program [program_args ]
caliper measurement [collect_options][report_options] pid [pid]...
caliper measurement [collect_options][report_options]
-w
caliper {report|merge|diff}[report_options][database ]...
caliper advise [advise_options][database ]...
caliper info [info_options ]
caliper -g [--jre path_to_java ]
caliper { -h | -H }
caliper -v
Remarks
This command requires installation of the optional HP Caliper software, which is not included in the
standard operating system.
DESCRIPTION
The
caliper command measures, reports on, and analyzes the performance of native Itanium(R) pro-
grams.
Quick Start
This Quick Start section provides examples of common command invocations and frequently used options.
Note that additional quick start help is available from HP Caliper’s Quick Start Reference card located at:
caliper_root
/doc/quick_start.pdf
and also downloadable from:
http://www.hp.com/go/caliper
.
To make a sampled call-graph measurement and report results:
caliper my_app
To measure and report sampled data cache misses:
caliper dcache my_app
To find a process’s hottest functions (for example, pid 1234) over a 60-second period:
caliper fprof -e60 1234
To find the hottest functions across the entire system (for both kernel and processes) over a 120-second
period:
caliper fprof -o output_file -w -e120
To re-report the last measurement run with source and assembly code:
caliper report -rall
To analyze the latest performance runs and provide advice:
caliper advise
To see the difference between two collection runs of the same application:
caliper diff database1 database2
To start the caliper GUI to interactively measure and explore performance data:
caliper -g
HP-UX 11i Version 3: September 2010 1 Hewlett-Packard Company 1

Summary of content (26 pages)