[BACK]Return to pctr.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / pctr

Annotation of src/usr.bin/pctr/pctr.1, Revision 1.4

1.4     ! aaron       1: .\"    $OpenBSD: pctr.1,v 1.3 1998/12/16 02:38:50 aaron Exp $
1.1       downsj      2: .\"
                      3: .\" Copyright (c) 1998, Jason Downs.  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 THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
                     15: .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
                     16: .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
                     17: .\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
                     18: .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
                     19: .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
                     20: .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
                     21: .\" 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: .Dd August 30, 1998
                     27: .Dt PCTR 1
                     28: .Os
                     29: .Sh NAME
                     30: .Nm pctr
1.2       aaron      31: .Nd display CPU performance counters
1.1       downsj     32: .Sh SYNOPSIS
1.3       aaron      33: .Nm pctr
1.1       downsj     34: .Op Fl l Ar 5 | 6
                     35: .Sh DESCRIPTION
                     36: The
                     37: .Nm
                     38: program is a sample implementation of how to access the
                     39: .Xr pctr 4
                     40: pseudo device available on many i386 compatible machines.
                     41: .Pp
                     42: By default, the
                     43: .Nm
                     44: command displays the current values of the TSC and any vendor specific
                     45: counter registers.
1.4     ! aaron      46: .Pp
        !            47: The options are as follows:
1.1       downsj     48: .Bl -tag -width indent
                     49: .It Fl l Ar 5 | 6
                     50: List all possible vendor specific counters.  The argument specifies which
                     51: .Dq family
                     52: to display; it defaults to the
                     53: .Dq family
                     54: designation of the current processor.
                     55: .El
1.4     ! aaron      56: .Pp
1.1       downsj     57: The
                     58: .Nm
1.2       aaron      59: program exits with a value of 0 on success or 1 on failure.
1.1       downsj     60: .Sh SEE ALSO
                     61: .Xr pctr 4
                     62: .Sh HISTORY
                     63: The
                     64: .Nm
                     65: program appeared in
                     66: .Ox 2.0 .
1.4     ! aaron      67: .Sh BUGS
        !            68: The
        !            69: .Nm
        !            70: program is still orientated towards Intel brand microprocessors.