Unix and Linux Discussions Tagged with performance |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
59,555 |
Web Development |
|
|
|
3 |
4,751 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
16,958 |
Windows & DOS: Issues & Discussions |
|
|
|
17 |
19,348 |
Shell Programming and Scripting |
|
|
|
14 |
16,267 |
What is on Your Mind? |
|
|
|
6 |
12,789 |
Shell Programming and Scripting |
|
|
|
8 |
20,149 |
AIX |
|
|
|
5 |
7,238 |
AIX |
|
|
|
5 |
2,744 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
4,270 |
Shell Programming and Scripting |
|
|
|
11 |
10,882 |
Solaris |
|
|
|
11 |
7,277 |
AIX |
|
|
|
12 |
3,812 |
Shell Programming and Scripting |
|
|
|
1 |
3,782 |
Shell Programming and Scripting |
|
|
|
3 |
12,686 |
Virtualization and Cloud Computing |
|
|
|
182 |
206,430 |
SuSE |
|
|
|
13 |
5,556 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,140 |
OS X (Apple) |
|
|
|
7 |
6,849 |
Shell Programming and Scripting |
|
|
|
0 |
4,112 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,796 |
AIX |
|
|
|
2 |
6,486 |
High Performance Computing |
|
|
|
6 |
14,617 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
8,107 |
AIX |
|
|
|
6 |
9,545 |
AIX |
|
|
|
5 |
14,637 |
AIX |
|
|
|
7 |
8,599 |
AIX |
|
|
|
1 |
5,075 |
AIX |
|
|
|
7 |
5,090 |
Shell Programming and Scripting |
|
|
|
1 |
17,538 |
Tips and Tutorials |
|
|
|
7 |
17,040 |
AIX |
|
|
|
2 |
10,962 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
14,254 |
AIX |
|
|
|
14 |
6,261 |
Programming |
|
|
|
3 |
4,093 |
UNIX and Linux Applications |
|
|
|
0 |
5,294 |
Solaris |
|
|
|
1 |
4,963 |
Solaris |
|
|
|
1 |
2,843 |
Shell Programming and Scripting |
|
|
|
9 |
4,958 |
Solaris |
|
|
|
7 |
6,870 |
Solaris |
PMC(1) BSD General Commands Manual PMC(1)
NAME
pmc -- performance-monitoring counter interface for command execution
SYNOPSIS
pmc -h
pmc -C
pmc -c event command [options ...]
DESCRIPTION
pmc is a means of using a processor's performance-monitoring counter (PMC) facility to measure various aspects of a program's execution. It
is meant to be used in a fashion similar to time(1).
The arguments are as follows:
-h Display a list of performance counter events available on the system.
-C Cancel any performance counters that are currently running.
-c event
Count the event specified by event while running the command.
DIAGNOSTICS
PMC support is not compiled into the kernel Performance-monitoring counter support has not been compiled into the kernel. It may be
included using the PERFCTRS option. See options(4) for details.
PMC counters are not supported by CPU Performance-monitoring counters are not available for the CPU.
SEE ALSO
time(1), options(4)
HISTORY
The pmc command first appeared in NetBSD 1.6.
AUTHORS
The pmc command was written by Frank van der Linden <fvdl@wasabisystems.com>. The kernel support for reading performance counters on the
i386 architecture was written by
Jason R. Thorpe <thorpej@zembu.com>.
BUGS
The pmc command currently only supports performance-monitoring counters on the i386 architecture.
BSD
October 24, 2000 BSD