2007-12-07 08:26:21 +00:00
|
|
|
.\" Copyright (c) 2003-2007 Joseph Koshy
|
|
|
|
.\" Copyright (c) 2007 The FreeBSD Foundation
|
|
|
|
.\" All rights reserved.
|
2005-04-19 04:01:25 +00:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" This software is provided by Joseph Koshy ``as is'' and
|
|
|
|
.\" any express or implied warranties, including, but not limited to, the
|
|
|
|
.\" implied warranties of merchantability and fitness for a particular purpose
|
|
|
|
.\" are disclaimed. in no event shall Joseph Koshy be liable
|
|
|
|
.\" for any direct, indirect, incidental, special, exemplary, or consequential
|
|
|
|
.\" damages (including, but not limited to, procurement of substitute goods
|
|
|
|
.\" or services; loss of use, data, or profits; or business interruption)
|
|
|
|
.\" however caused and on any theory of liability, whether in contract, strict
|
|
|
|
.\" liability, or tort (including negligence or otherwise) arising in any way
|
|
|
|
.\" out of the use of this software, even if advised of the possibility of
|
|
|
|
.\" such damage.
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
2007-04-27 12:09:31 +00:00
|
|
|
.Dd April 23, 2007
|
2005-04-19 04:01:25 +00:00
|
|
|
.Os
|
|
|
|
.Dt PMCSTAT 8
|
|
|
|
.Sh NAME
|
|
|
|
.Nm pmcstat
|
2005-06-24 17:24:55 +00:00
|
|
|
.Nd "performance measurement with performance monitoring hardware"
|
2005-04-19 04:01:25 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl C
|
2005-06-30 19:01:26 +00:00
|
|
|
.Op Fl D Ar pathname
|
2005-06-09 19:45:09 +00:00
|
|
|
.Op Fl E
|
2007-12-07 08:26:21 +00:00
|
|
|
.Op Fl G Ar pathname
|
2006-03-26 12:20:54 +00:00
|
|
|
.Op Fl M Ar mapfilename
|
2007-12-07 08:26:21 +00:00
|
|
|
.Op Fl N
|
2005-04-19 04:01:25 +00:00
|
|
|
.Op Fl O Ar logfilename
|
|
|
|
.Op Fl P Ar event-spec
|
2005-06-09 19:45:09 +00:00
|
|
|
.Op Fl R Ar logfilename
|
2005-04-19 04:01:25 +00:00
|
|
|
.Op Fl S Ar event-spec
|
2005-06-09 19:45:09 +00:00
|
|
|
.Op Fl W
|
2007-04-22 15:00:39 +00:00
|
|
|
.Op Fl c Ar cpu-spec
|
2005-04-19 04:01:25 +00:00
|
|
|
.Op Fl d
|
2005-06-09 19:45:09 +00:00
|
|
|
.Op Fl g
|
2006-03-26 12:20:54 +00:00
|
|
|
.Op Fl k Ar kerneldir
|
2005-06-24 17:24:55 +00:00
|
|
|
.Op Fl n Ar rate
|
2005-04-19 04:01:25 +00:00
|
|
|
.Op Fl o Ar outputfile
|
|
|
|
.Op Fl p Ar event-spec
|
2006-03-26 12:20:54 +00:00
|
|
|
.Op Fl q
|
|
|
|
.Op Fl r Ar fsroot
|
2005-04-19 04:01:25 +00:00
|
|
|
.Op Fl s Ar event-spec
|
2007-04-27 12:09:31 +00:00
|
|
|
.Op Fl t Ar process-spec
|
2006-03-26 12:20:54 +00:00
|
|
|
.Op Fl v
|
2005-06-24 17:24:55 +00:00
|
|
|
.Op Fl w Ar secs
|
2007-12-07 08:26:21 +00:00
|
|
|
.Op Fl z Ar graphdepth
|
2005-06-24 17:24:55 +00:00
|
|
|
.Op Ar command Op Ar args
|
2005-04-19 04:01:25 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility measures system performance using the facilities provided by
|
|
|
|
.Xr hwpmc 4 .
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility can measure both hardware events seen by the system as a
|
2007-04-27 12:09:31 +00:00
|
|
|
whole, and those seen when a specified set of processes are executing
|
|
|
|
on the system's CPUs.
|
|
|
|
If a specific set of processes is being targeted (for example,
|
2005-04-19 04:01:25 +00:00
|
|
|
if the
|
2007-04-27 12:09:31 +00:00
|
|
|
.Fl t Ar process-spec
|
2005-04-19 04:01:25 +00:00
|
|
|
option is specified, or if a command line is specified using
|
|
|
|
.Ar command ) ,
|
2007-04-27 12:09:31 +00:00
|
|
|
then measurement occurs till
|
|
|
|
.Ar command
|
|
|
|
exits, or till all target processes specified by the
|
|
|
|
.Fl t Ar process-spec
|
|
|
|
options exit, or till the
|
2005-04-19 04:01:25 +00:00
|
|
|
.Nm
|
|
|
|
utility is interrupted by the user.
|
2007-04-27 12:09:31 +00:00
|
|
|
If a specific set of processes is not targeted for measurement, then
|
2005-04-19 04:01:25 +00:00
|
|
|
.Nm
|
|
|
|
will perform system-wide measurements till interrupted by the
|
|
|
|
user.
|
|
|
|
.Pp
|
|
|
|
A given invocation of
|
|
|
|
.Nm
|
|
|
|
can mix allocations of system-mode and process-mode PMCs, of both
|
|
|
|
counting and sampling flavors.
|
|
|
|
The values of all counting PMCs are printed in human readable form
|
|
|
|
at regular intervals by
|
|
|
|
.Nm .
|
2005-06-09 19:45:09 +00:00
|
|
|
The output of sampling PMCs may be configured to go to a log file for
|
|
|
|
subsequent offline analysis, or, at the expense of greater
|
2005-06-24 17:24:55 +00:00
|
|
|
overhead, may be configured to be printed in text form on the fly.
|
2005-04-19 04:01:25 +00:00
|
|
|
.Pp
|
|
|
|
Hardware events to measure are specified to
|
|
|
|
.Nm
|
|
|
|
using event specifier strings
|
|
|
|
.Ar event-spec .
|
|
|
|
The syntax of these event specifiers is machine dependent and is
|
|
|
|
documented in
|
|
|
|
.Xr pmc 3 .
|
|
|
|
.Pp
|
|
|
|
A process-mode PMC may be configured to be inheritable by the target
|
|
|
|
process' current and future children.
|
|
|
|
.Sh OPTIONS
|
|
|
|
The following options are available:
|
|
|
|
.Bl -tag -width indent
|
|
|
|
.It Fl C
|
2005-06-09 19:45:09 +00:00
|
|
|
Toggle between showing cumulative or incremental counts for
|
2005-04-19 04:01:25 +00:00
|
|
|
subsequent counting mode PMCs specified on the command line.
|
|
|
|
The default is to show incremental counts.
|
2005-06-09 19:45:09 +00:00
|
|
|
.It Fl D Ar pathname
|
|
|
|
Create files with per-program samples in the directory named
|
|
|
|
by
|
|
|
|
.Ar pathname .
|
|
|
|
The default is to create these files in the current directory.
|
|
|
|
.It Fl E
|
|
|
|
Toggle showing per-process counts at the time a tracked process
|
|
|
|
exits for subsequent process-mode PMCs specified on the command line.
|
|
|
|
This option is useful for mapping the performance characteristics of a
|
|
|
|
complex pipeline of processes when used in conjunction with the
|
|
|
|
.Fl d
|
|
|
|
option.
|
|
|
|
The default is to not to enable per-process tracking.
|
2007-12-07 08:26:21 +00:00
|
|
|
.It Fl G Ar pathname
|
|
|
|
Print callchain information to file
|
|
|
|
.Ar pathname .
|
|
|
|
If argument
|
|
|
|
.Ar pathname
|
|
|
|
is a
|
|
|
|
.Dq Li -
|
|
|
|
this information is sent to the output file specified by the
|
|
|
|
.Fl o
|
|
|
|
option.
|
2006-03-26 12:20:54 +00:00
|
|
|
.It Fl M Ar mapfilename
|
|
|
|
Write the mapping between executable objects encountered in the event
|
|
|
|
log and the abbreviated pathnames used for
|
|
|
|
.Xr gprof 1
|
|
|
|
profiles to file
|
|
|
|
.Ar mapfilename .
|
|
|
|
If this option is not specified, mapping information is not written.
|
|
|
|
Argument
|
|
|
|
.Ar mapfilename
|
|
|
|
may be a
|
|
|
|
.Dq Li -
|
|
|
|
in which case this mapping information is sent to the output
|
|
|
|
file configured by the
|
|
|
|
.Fl o
|
|
|
|
option.
|
2007-12-07 08:26:21 +00:00
|
|
|
.It Fl N
|
|
|
|
Toggle capturing callchain information for subsequent sampling PMCs.
|
|
|
|
The default is for sampling PMCs to capture callchain information.
|
2005-04-19 04:01:25 +00:00
|
|
|
.It Fl O Ar logfilename
|
2005-06-24 17:24:55 +00:00
|
|
|
Send logging output to file
|
2005-04-19 04:01:25 +00:00
|
|
|
.Ar logfilename .
|
2006-04-02 12:52:16 +00:00
|
|
|
If
|
|
|
|
.Ar logfilename
|
|
|
|
is of the form
|
|
|
|
.Ar hostname Ns : Ns Ar port ,
|
|
|
|
where
|
|
|
|
.Ar hostname
|
|
|
|
does not start with a
|
2006-09-29 17:57:04 +00:00
|
|
|
.Ql \&.
|
2006-04-02 12:52:16 +00:00
|
|
|
or a
|
2006-09-29 17:57:04 +00:00
|
|
|
.Ql / ,
|
2006-04-02 12:52:16 +00:00
|
|
|
then
|
|
|
|
.Nm
|
|
|
|
will open a network socket to host
|
2006-09-29 17:57:04 +00:00
|
|
|
.Ar hostname
|
2006-04-02 12:52:16 +00:00
|
|
|
on port
|
|
|
|
.Ar port .
|
|
|
|
.Pp
|
|
|
|
If the
|
|
|
|
.Fl O
|
|
|
|
option is not specified and one of the logging options is requested,
|
|
|
|
then
|
2005-06-09 19:45:09 +00:00
|
|
|
.Nm
|
2005-06-24 17:24:55 +00:00
|
|
|
will print a textual form of the logged events to the configured
|
2005-06-09 19:45:09 +00:00
|
|
|
output file.
|
2005-04-19 04:01:25 +00:00
|
|
|
.It Fl P Ar event-spec
|
|
|
|
Allocate a process mode sampling PMC measuring hardware events
|
|
|
|
specified in
|
|
|
|
.Ar event-spec .
|
2005-06-09 19:45:09 +00:00
|
|
|
.It Fl R Ar logfilename
|
|
|
|
Perform offline analysis using sampling data in file
|
|
|
|
.Ar logfilename .
|
2005-04-19 04:01:25 +00:00
|
|
|
.It Fl S Ar event-spec
|
|
|
|
Allocate a system mode sampling PMC measuring hardware events
|
|
|
|
specified in
|
|
|
|
.Ar event-spec .
|
2005-06-09 19:45:09 +00:00
|
|
|
.It Fl W
|
|
|
|
Toggle logging the incremental counts seen by the threads of a
|
|
|
|
tracked process each time they are scheduled on a CPU.
|
|
|
|
This is an experimental feature intended to help analyse the
|
|
|
|
dynamic behaviour of processes in the system.
|
|
|
|
It may incur substantial overhead if enabled.
|
|
|
|
The default is for this feature to be disabled.
|
2007-04-22 15:00:39 +00:00
|
|
|
.It Fl c Ar cpu-spec
|
|
|
|
Set the cpus for subsequent system mode PMCs specified on the
|
2005-04-19 04:01:25 +00:00
|
|
|
command line to
|
2007-04-22 15:00:39 +00:00
|
|
|
.Ar cpu-spec .
|
|
|
|
Argument
|
|
|
|
.Ar cpu-spec
|
|
|
|
is a comma separated list of CPU numbers, or the literal
|
|
|
|
.Sq *
|
|
|
|
denoting all CPUs.
|
2007-12-07 08:26:21 +00:00
|
|
|
The default is to allocate system mode PMCs on all active CPUs in
|
|
|
|
the system.
|
2005-04-19 04:01:25 +00:00
|
|
|
.It Fl d
|
|
|
|
Toggle between process mode PMCs measuring events for the target
|
|
|
|
process' current and future children or only measuring events for
|
2005-06-09 19:45:09 +00:00
|
|
|
the target process.
|
2005-04-19 04:01:25 +00:00
|
|
|
The default is to measure events for the target process alone.
|
2005-06-09 19:45:09 +00:00
|
|
|
.It Fl g
|
2007-12-07 08:26:21 +00:00
|
|
|
Produce profiles in a format compatible with
|
2005-06-09 19:45:09 +00:00
|
|
|
.Xr gprof 1 .
|
2005-07-01 03:50:30 +00:00
|
|
|
A separate profile file is generated for each executable object
|
|
|
|
encountered.
|
|
|
|
Profile files are placed in sub-directories named by their PMC
|
|
|
|
event name.
|
2006-03-26 12:20:54 +00:00
|
|
|
.It Fl k Ar kerneldir
|
|
|
|
Set the pathname of the kernel directory to argument
|
|
|
|
.Ar kerneldir .
|
|
|
|
This directory specifies where
|
|
|
|
.Nm
|
|
|
|
should look for the kernel and its modules.
|
2005-06-30 19:01:26 +00:00
|
|
|
The default is
|
2006-03-26 12:20:54 +00:00
|
|
|
.Pa /boot/kernel .
|
2005-04-19 04:01:25 +00:00
|
|
|
.It Fl n Ar rate
|
|
|
|
Set the default sampling rate for subsequent sampling mode
|
|
|
|
PMCs specified on the command line.
|
|
|
|
The default is to configure PMCs to sample the CPU's instruction
|
|
|
|
pointer every 65536 events.
|
|
|
|
.It Fl o Ar outputfile
|
2005-06-24 17:24:55 +00:00
|
|
|
Send counter readings and textual representations of logged data
|
2005-04-19 04:01:25 +00:00
|
|
|
to file
|
|
|
|
.Ar outputfile .
|
|
|
|
The default is to send output to
|
2007-12-07 08:26:21 +00:00
|
|
|
.Pa stderr
|
|
|
|
when collecting live data and to
|
|
|
|
.Pa stdout
|
|
|
|
when processing a pre-existing logfile.
|
2005-04-19 04:01:25 +00:00
|
|
|
.It Fl p Ar event-spec
|
|
|
|
Allocate a process mode counting PMC measuring hardware events
|
|
|
|
specified in
|
|
|
|
.Ar event-spec .
|
2006-03-26 12:20:54 +00:00
|
|
|
.It Fl q
|
|
|
|
Decrease verbosity.
|
|
|
|
.It Fl r Ar fsroot
|
|
|
|
Set the top of the filesystem hierarchy under which executables
|
|
|
|
are located to argument
|
|
|
|
.Ar fsroot .
|
|
|
|
The default is
|
|
|
|
.Pa / .
|
2005-04-19 04:01:25 +00:00
|
|
|
.It Fl s Ar event-spec
|
|
|
|
Allocate a system mode counting PMC measuring hardware events
|
|
|
|
specified in
|
|
|
|
.Ar event-spec .
|
2007-04-27 12:09:31 +00:00
|
|
|
.It Fl t Ar process-spec
|
|
|
|
Attach process mode PMCs to the processes named by argument
|
|
|
|
.Ar process-spec .
|
|
|
|
Argument
|
|
|
|
.Ar process-spec
|
|
|
|
may be a non-negative integer denoting a specific process id, or a
|
|
|
|
regular expression for selecting processes based on their command names.
|
2006-03-26 12:20:54 +00:00
|
|
|
.It Fl v
|
|
|
|
Increase verbosity.
|
2005-04-19 04:01:25 +00:00
|
|
|
.It Fl w Ar secs
|
|
|
|
Print the values of all counting mode PMCs every
|
|
|
|
.Ar secs
|
|
|
|
seconds.
|
|
|
|
The argument
|
|
|
|
.Ar secs
|
|
|
|
may be a fractional value.
|
|
|
|
The default interval is 5 seconds.
|
2007-12-07 08:26:21 +00:00
|
|
|
.It Fl z Ar graphdepth
|
|
|
|
When printing system-wide callgraphs, limit callgraphs to the depth
|
|
|
|
specified by argument
|
|
|
|
.Ar graphdepth .
|
2005-04-19 04:01:25 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
If
|
|
|
|
.Ar command
|
|
|
|
is specified, it is executed using
|
|
|
|
.Xr execvp 3 .
|
|
|
|
.Sh EXAMPLES
|
|
|
|
To perform system-wide statistical sampling on an AMD Athlon CPU with
|
|
|
|
samples taken every 32768 instruction retirals and data being sampled
|
|
|
|
to file
|
2005-06-24 17:24:55 +00:00
|
|
|
.Pa sample.stat ,
|
2005-04-19 04:01:25 +00:00
|
|
|
use:
|
2005-07-13 13:18:17 +00:00
|
|
|
.Dl "pmcstat -O sample.stat -n 32768 -S k7-retired-instructions"
|
2005-04-19 04:01:25 +00:00
|
|
|
.Pp
|
|
|
|
To execute
|
2005-06-24 17:24:55 +00:00
|
|
|
.Nm mozilla
|
2005-04-19 04:01:25 +00:00
|
|
|
and measure the number of data cache misses suffered
|
|
|
|
by it and its children every 12 seconds on an AMD Athlon, use:
|
2005-06-24 17:24:55 +00:00
|
|
|
.Dl "pmcstat -d -w 12 -p k7-dc-misses mozilla"
|
2005-07-01 03:50:30 +00:00
|
|
|
.Pp
|
2007-04-27 12:09:31 +00:00
|
|
|
To measure processor instructions retired for all processes named
|
|
|
|
.Dq emacs
|
|
|
|
use:
|
|
|
|
.Dl "pmcstat -t '^emacs$' -p instructions"
|
|
|
|
.Pp
|
2007-04-22 15:00:39 +00:00
|
|
|
To count instruction tlb-misses on CPUs 0 and 2 on a Intel
|
|
|
|
Pentium Pro/Pentium III SMP system use:
|
|
|
|
.Dl "pmcstat -c 0,2 -s p6-itlb-miss"
|
|
|
|
.Pp
|
2007-12-07 08:26:21 +00:00
|
|
|
To collect profiling information for a specific process with pid 1234
|
|
|
|
based on instruction cache misses seen by it use:
|
|
|
|
.Dl "pmcstat -P ic-misses -t 1234 -O /tmp/sample.out"
|
|
|
|
.Pp
|
2007-04-22 15:00:39 +00:00
|
|
|
To perform system-wide sampling on all configured processors
|
|
|
|
based on processor instructions retired use:
|
2005-07-01 03:50:30 +00:00
|
|
|
.Dl "pmcstat -S instructions -O /tmp/sample.out"
|
2007-12-07 08:26:21 +00:00
|
|
|
If callgraph capture is not desired use:
|
|
|
|
.Dl "pmcstat -N -S instructions -O /tmp/sample.out"
|
2005-07-01 03:50:30 +00:00
|
|
|
.Pp
|
2006-04-02 12:52:16 +00:00
|
|
|
To send the generated event log to a remote machine use:
|
|
|
|
.Dl "pmcstat -S instructions -O remotehost:port"
|
|
|
|
On the remote machine, the sample log can be collected using
|
|
|
|
.Xr nc 1 :
|
|
|
|
.Dl "nc -l remotehost port > /tmp/sample.out"
|
|
|
|
.Pp
|
2005-07-01 03:50:30 +00:00
|
|
|
To generate
|
|
|
|
.Xr gprof 1
|
2007-12-07 08:26:21 +00:00
|
|
|
compatible profiles from a sample file use:
|
2005-07-01 03:50:30 +00:00
|
|
|
.Dl "pmcstat -R /tmp/sample.out -g"
|
2007-12-07 08:26:21 +00:00
|
|
|
.Pp
|
|
|
|
To print a system-wide profile with callgraphs to file
|
|
|
|
.Pa "foo.graph"
|
|
|
|
use:
|
|
|
|
.Dl "pmcstat -R /tmp/sample.out -G foo.graph"
|
2005-04-19 04:01:25 +00:00
|
|
|
.Sh DIAGNOSTICS
|
2005-06-24 17:24:55 +00:00
|
|
|
.Ex -std
|
2007-12-07 08:26:21 +00:00
|
|
|
.Sh COMPATIBILITY
|
|
|
|
Due to the limitations of the
|
|
|
|
.Pa gmon.out
|
|
|
|
file format,
|
|
|
|
.Xr gprof 1
|
|
|
|
compatible profiles generated by the
|
|
|
|
.Fl g
|
|
|
|
option do not contain information about calls that cross executable
|
|
|
|
boundaries.
|
|
|
|
The generated
|
|
|
|
.Pa gmon.out
|
|
|
|
files are also only meaningful for native executables.
|
2005-04-19 04:01:25 +00:00
|
|
|
.Sh SEE ALSO
|
2005-06-09 19:45:09 +00:00
|
|
|
.Xr gprof 1 ,
|
2006-04-02 12:52:16 +00:00
|
|
|
.Xr nc 1 ,
|
2005-04-19 04:01:25 +00:00
|
|
|
.Xr execvp 3 ,
|
|
|
|
.Xr pmc 3 ,
|
2005-06-24 17:24:55 +00:00
|
|
|
.Xr pmclog 3 ,
|
2005-04-19 04:01:25 +00:00
|
|
|
.Xr hwpmc 4 ,
|
|
|
|
.Xr pmccontrol 8 ,
|
|
|
|
.Xr sysctl 8
|
2005-06-24 17:24:55 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility first appeared in
|
|
|
|
.Fx 6.0 .
|
2005-07-01 03:50:30 +00:00
|
|
|
It is
|
|
|
|
.Ud
|
2005-06-24 17:24:55 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Joseph Koshy Aq jkoshy@FreeBSD.org
|
2005-10-18 04:40:11 +00:00
|
|
|
.Sh BUGS
|
2006-09-29 17:57:04 +00:00
|
|
|
The
|
2005-10-18 04:40:11 +00:00
|
|
|
.Nm
|
2006-09-29 17:57:04 +00:00
|
|
|
utility cannot yet analyse
|
2006-04-02 12:52:16 +00:00
|
|
|
.Xr hwpmc 4
|
|
|
|
logs generated by non-native architectures.
|