]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/pmcstat/pmcstat.8
MFC r319414:
[FreeBSD/stable/9.git] / usr.sbin / pmcstat / pmcstat.8
1 .\" Copyright (c) 2003-2008 Joseph Koshy
2 .\" Copyright (c) 2007 The FreeBSD Foundation
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" This software is provided by Joseph Koshy ``as is'' and
15 .\" any express or implied warranties, including, but not limited to, the
16 .\" implied warranties of merchantability and fitness for a particular purpose
17 .\" are disclaimed.  in no event shall Joseph Koshy be liable
18 .\" for any direct, indirect, incidental, special, exemplary, or consequential
19 .\" damages (including, but not limited to, procurement of substitute goods
20 .\" or services; loss of use, data, or profits; or business interruption)
21 .\" however caused and on any theory of liability, whether in contract, strict
22 .\" liability, or tort (including negligence or otherwise) arising in any way
23 .\" out of the use of this software, even if advised of the possibility of
24 .\" such damage.
25 .\"
26 .\" $FreeBSD$
27 .\"
28 .Dd May 16, 2014
29 .Dt PMCSTAT 8
30 .Os
31 .Sh NAME
32 .Nm pmcstat
33 .Nd "performance measurement with performance monitoring hardware"
34 .Sh SYNOPSIS
35 .Nm
36 .Op Fl C
37 .Op Fl D Ar pathname
38 .Op Fl E
39 .Op Fl F Ar pathname
40 .Op Fl G Ar pathname
41 .Op Fl M Ar mapfilename
42 .Op Fl N
43 .Op Fl O Ar logfilename
44 .Op Fl P Ar event-spec
45 .Op Fl R Ar logfilename
46 .Op Fl S Ar event-spec
47 .Op Fl T
48 .Op Fl W
49 .Op Fl c Ar cpu-spec
50 .Op Fl d
51 .Op Fl f Ar pluginopt
52 .Op Fl g
53 .Op Fl k Ar kerneldir
54 .Op Fl l Ar secs
55 .Op Fl m Ar pathname
56 .Op Fl n Ar rate
57 .Op Fl o Ar outputfile
58 .Op Fl p Ar event-spec
59 .Op Fl q
60 .Op Fl r Ar fsroot
61 .Op Fl s Ar event-spec
62 .Op Fl t Ar process-spec
63 .Op Fl v
64 .Op Fl w Ar secs
65 .Op Fl z Ar graphdepth
66 .Op Ar command Op Ar args
67 .Sh DESCRIPTION
68 The
69 .Nm
70 utility measures system performance using the facilities provided by
71 .Xr hwpmc 4 .
72 .Pp
73 The
74 .Nm
75 utility can measure both hardware events seen by the system as a
76 whole, and those seen when a specified set of processes are executing
77 on the system's CPUs.
78 If a specific set of processes is being targeted (for example,
79 if the
80 .Fl t Ar process-spec
81 option is specified, or if a command line is specified using
82 .Ar command ) ,
83 then measurement occurs till
84 .Ar command
85 exits, or till all target processes specified by the
86 .Fl t Ar process-spec
87 options exit, or till the
88 .Nm
89 utility is interrupted by the user.
90 If a specific set of processes is not targeted for measurement, then
91 .Nm
92 will perform system-wide measurements till interrupted by the
93 user.
94 .Pp
95 A given invocation of
96 .Nm
97 can mix allocations of system-mode and process-mode PMCs, of both
98 counting and sampling flavors.
99 The values of all counting PMCs are printed in human readable form
100 at regular intervals by
101 .Nm .
102 The output of sampling PMCs may be configured to go to a log file for
103 subsequent offline analysis, or, at the expense of greater
104 overhead, may be configured to be printed in text form on the fly.
105 .Pp
106 Hardware events to measure are specified to
107 .Nm
108 using event specifier strings
109 .Ar event-spec .
110 The syntax of these event specifiers is machine dependent and is
111 documented in
112 .Xr pmc 3 .
113 .Pp
114 A process-mode PMC may be configured to be inheritable by the target
115 process' current and future children.
116 .Sh OPTIONS
117 The following options are available:
118 .Bl -tag -width indent
119 .It Fl C
120 Toggle between showing cumulative or incremental counts for
121 subsequent counting mode PMCs specified on the command line.
122 The default is to show incremental counts.
123 .It Fl D Ar pathname
124 Create files with per-program samples in the directory named
125 by
126 .Ar pathname .
127 The default is to create these files in the current directory.
128 .It Fl E
129 Toggle showing per-process counts at the time a tracked process
130 exits for subsequent process-mode PMCs specified on the command line.
131 This option is useful for mapping the performance characteristics of a
132 complex pipeline of processes when used in conjunction with the
133 .Fl d
134 option.
135 The default is to not to enable per-process tracking.
136 .It Fl F Ar pathname
137 Print calltree (Kcachegrind) information to file
138 .Ar pathname .
139 If argument
140 .Ar pathname
141 is a
142 .Dq Li -
143 this information is sent to the output file specified by the
144 .Fl o
145 option.
146 .It Fl G Ar pathname
147 Print callchain information to file
148 .Ar pathname .
149 If argument
150 .Ar pathname
151 is a
152 .Dq Li -
153 this information is sent to the output file specified by the
154 .Fl o
155 option.
156 .It Fl M Ar mapfilename
157 Write the mapping between executable objects encountered in the event
158 log and the abbreviated pathnames used for
159 .Xr gprof 1
160 profiles to file
161 .Ar mapfilename .
162 If this option is not specified, mapping information is not written.
163 Argument
164 .Ar mapfilename
165 may be a
166 .Dq Li -
167 in which case this mapping information is sent to the output
168 file configured by the
169 .Fl o
170 option.
171 .It Fl N
172 Toggle capturing callchain information for subsequent sampling PMCs.
173 The default is for sampling PMCs to capture callchain information.
174 .It Fl O Ar logfilename
175 Send logging output to file
176 .Ar logfilename .
177 If
178 .Ar logfilename
179 is of the form
180 .Ar hostname Ns : Ns Ar port ,
181 where
182 .Ar hostname
183 does not start with a
184 .Ql \&.
185 or a
186 .Ql / ,
187 then
188 .Nm
189 will open a network socket to host
190 .Ar hostname
191 on port
192 .Ar port .
193 .Pp
194 If the
195 .Fl O
196 option is not specified and one of the logging options is requested,
197 then
198 .Nm
199 will print a textual form of the logged events to the configured
200 output file.
201 .It Fl P Ar event-spec
202 Allocate a process mode sampling PMC measuring hardware events
203 specified in
204 .Ar event-spec .
205 .It Fl R Ar logfilename
206 Perform offline analysis using sampling data in file
207 .Ar logfilename .
208 .It Fl S Ar event-spec
209 Allocate a system mode sampling PMC measuring hardware events
210 specified in
211 .Ar event-spec .
212 .It Fl T
213 Use a top like mode for sampling PMCs. The following hotkeys
214 can be used: 'c+a' switch to accumulative mode, 'c+d' switch
215 to delta mode, 'm' merge PMCs, 'n' change view, 'p' show next
216 PMC, ' ' pause, 'q' quit. calltree only: 'f' cost under threshold
217 is seen as a dot.
218 .It Fl W
219 Toggle logging the incremental counts seen by the threads of a
220 tracked process each time they are scheduled on a CPU.
221 This is an experimental feature intended to help analyse the
222 dynamic behaviour of processes in the system.
223 It may incur substantial overhead if enabled.
224 The default is for this feature to be disabled.
225 .It Fl c Ar cpu-spec
226 Set the cpus for subsequent system mode PMCs specified on the
227 command line to
228 .Ar cpu-spec .
229 Argument
230 .Ar cpu-spec
231 is a comma separated list of CPU numbers, or the literal
232 .Sq *
233 denoting all unhalted CPUs.
234 The default is to allocate system mode PMCs on all unhalted
235 CPUs.
236 .It Fl d
237 Toggle between process mode PMCs measuring events for the target
238 process' current and future children or only measuring events for
239 the target process.
240 The default is to measure events for the target process alone.
241 .It Fl f Ar pluginopt
242 Pass option string to the active plugin.
243 .br
244 threshold=<float> do not display cost under specified value (Top).
245 .br
246 skiplink=0|1 replace node with cost under threshold by a dot (Top).
247 .It Fl g
248 Produce profiles in a format compatible with
249 .Xr gprof 1 .
250 A separate profile file is generated for each executable object
251 encountered.
252 Profile files are placed in sub-directories named by their PMC
253 event name.
254 .It Fl k Ar kerneldir
255 Set the pathname of the kernel directory to argument
256 .Ar kerneldir .
257 This directory specifies where
258 .Nm
259 should look for the kernel and its modules.
260 The default is
261 .Pa /boot/kernel .
262 .It Fl l Ar secs
263 Set system-wide performance measurement duration for
264 .Ar secs
265 seconds.
266 The argument
267 .Ar secs
268 may be a fractional value.
269 .It Fl m Ar pathname
270 Print the sampled PCs with the name, the start and ending addresses
271 of the function within they live.
272 The
273 .Ar pathname
274 argument is mandatory and indicates where informations will be stored.
275 If argument
276 .Ar pathname
277 is a
278 .Dq Li -
279 this information is sent to the output file specified by the
280 .Fl o
281 option.
282 This option requires the
283 .Fl R
284 option to read in samples that were previously collected and
285 saved with the
286 .Fl O
287 option.
288 .It Fl n Ar rate
289 Set the default sampling rate for subsequent sampling mode
290 PMCs specified on the command line.
291 The default is to configure PMCs to sample the CPU's instruction
292 pointer every 65536 events.
293 .It Fl o Ar outputfile
294 Send counter readings and textual representations of logged data
295 to file
296 .Ar outputfile .
297 The default is to send output to
298 .Pa stderr
299 when collecting live data and to
300 .Pa stdout
301 when processing a pre-existing logfile.
302 .It Fl p Ar event-spec
303 Allocate a process mode counting PMC measuring hardware events
304 specified in
305 .Ar event-spec .
306 .It Fl q
307 Decrease verbosity.
308 .It Fl r Ar fsroot
309 Set the top of the filesystem hierarchy under which executables
310 are located to argument
311 .Ar fsroot .
312 The default is
313 .Pa / .
314 .It Fl s Ar event-spec
315 Allocate a system mode counting PMC measuring hardware events
316 specified in
317 .Ar event-spec .
318 .It Fl t Ar process-spec
319 Attach process mode PMCs to the processes named by argument
320 .Ar process-spec .
321 Argument
322 .Ar process-spec
323 may be a non-negative integer denoting a specific process id, or a
324 regular expression for selecting processes based on their command names.
325 .It Fl v
326 Increase verbosity.
327 .It Fl w Ar secs
328 Print the values of all counting mode PMCs or sampling mode PMCs
329 for top mode every
330 .Ar secs
331 seconds.
332 The argument
333 .Ar secs
334 may be a fractional value.
335 The default interval is 5 seconds.
336 .It Fl z Ar graphdepth
337 When printing system-wide callgraphs, limit callgraphs to the depth
338 specified by argument
339 .Ar graphdepth .
340 .El
341 .Pp
342 If
343 .Ar command
344 is specified, it is executed using
345 .Xr execvp 3 .
346 .Sh EXAMPLES
347 To perform system-wide statistical sampling on an AMD Athlon CPU with
348 samples taken every 32768 instruction retirals and data being sampled
349 to file
350 .Pa sample.stat ,
351 use:
352 .Dl "pmcstat -O sample.stat -n 32768 -S k7-retired-instructions"
353 .Pp
354 To execute
355 .Nm firefox
356 and measure the number of data cache misses suffered
357 by it and its children every 12 seconds on an AMD Athlon, use:
358 .Dl "pmcstat -d -w 12 -p k7-dc-misses firefox"
359 .Pp
360 To measure instructions retired for all processes named
361 .Dq emacs
362 use:
363 .Dl "pmcstat -t '^emacs$' -p instructions"
364 .Pp
365 To measure instructions retired for processes named
366 .Dq emacs
367 for a period of 10 seconds use:
368 .Dl "pmcstat -t '^emacs$' -p instructions sleep 10"
369 .Pp
370 To count instruction tlb-misses on CPUs 0 and 2 on a Intel
371 Pentium Pro/Pentium III SMP system use:
372 .Dl "pmcstat -c 0,2 -s p6-itlb-miss"
373 .Pp
374 To collect profiling information for a specific process with pid 1234
375 based on instruction cache misses seen by it use:
376 .Dl "pmcstat -P ic-misses -t 1234 -O /tmp/sample.out"
377 .Pp
378 To perform system-wide sampling on all configured processors
379 based on processor instructions retired use:
380 .Dl "pmcstat -S instructions -O /tmp/sample.out"
381 If callgraph capture is not desired use:
382 .Dl "pmcstat -N -S instructions -O /tmp/sample.out"
383 .Pp
384 To send the generated event log to a remote machine use:
385 .Dl "pmcstat -S instructions -O remotehost:port"
386 On the remote machine, the sample log can be collected using
387 .Xr nc 1 :
388 .Dl "nc -l remotehost port > /tmp/sample.out"
389 .Pp
390 To generate
391 .Xr gprof 1
392 compatible profiles from a sample file use:
393 .Dl "pmcstat -R /tmp/sample.out -g"
394 .Pp
395 To print a system-wide profile with callgraphs to file
396 .Pa "foo.graph"
397 use:
398 .Dl "pmcstat -R /tmp/sample.out -G foo.graph"
399 .Sh DIAGNOSTICS
400 If option
401 .Fl v
402 is specified,
403 .Nm
404 may issue the following diagnostic messages:
405 .Bl -diag -width indent
406 .It "#callchain/dubious-frames"
407 The number of callchain records that had an
408 .Dq impossible
409 value for a return address.
410 .It "#exec handling errors"
411 The number of
412 .Xr exec 2
413 events in the log file that named executables that could not be
414 analyzed.
415 .It "#exec/elf"
416 The number of
417 .Xr exec 2
418 events that named ELF executables.
419 .It "#exec/unknown"
420 The number of
421 .Xr exec 2
422 events that named executables with unrecognized formats.
423 .It "#samples/total"
424 The total number of samples in the log file.
425 .It "#samples/unclaimed"
426 The number of samples that could not be correlated to a known
427 executable object (i.e., to an executable, shared library, the
428 kernel or the runtime loader).
429 .It "#samples/unknown-object"
430 The number of samples that were associated with an executable
431 with an unrecognized object format.
432 .El
433 .Pp
434 .Ex -std
435 .Sh COMPATIBILITY
436 Due to the limitations of the
437 .Pa gmon.out
438 file format,
439 .Xr gprof 1
440 compatible profiles generated by the
441 .Fl g
442 option do not contain information about calls that cross executable
443 boundaries.
444 The generated
445 .Pa gmon.out
446 files are also only meaningful for native executables.
447 .Sh SEE ALSO
448 .Xr gprof 1 ,
449 .Xr nc 1 ,
450 .Xr execvp 3 ,
451 .Xr pmc 3 ,
452 .Xr pmclog 3 ,
453 .Xr hwpmc 4 ,
454 .Xr pmccontrol 8 ,
455 .Xr sysctl 8
456 .Sh HISTORY
457 The
458 .Nm
459 utility first appeared in
460 .Fx 6.0 .
461 It is
462 .Ud
463 .Sh AUTHORS
464 .An Joseph Koshy Aq jkoshy@FreeBSD.org
465 .Sh BUGS
466 The
467 .Nm
468 utility cannot yet analyse
469 .Xr hwpmc 4
470 logs generated by non-native architectures.