Print this page
XXX Remove nawk(1)

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/cpustat.1m
          +++ new/usr/src/man/man1m/cpustat.1m
↓ open down ↓ 187 lines elided ↑ open up ↑
 188  188  .LP
 189  189  On some hardware platforms running in system mode using the "sys" token, the
 190  190  counters are implemented using 32-bit registers. While the kernel attempts to
 191  191  catch all overflows to synthesize 64-bit counters, because of hardware
 192  192  implementation restrictions, overflows can be lost unless the sampling interval
 193  193  is kept short enough. The events most prone to wrap are those that count
 194  194  processor clock cycles. If such an event is of interest, sampling should occur
 195  195  frequently so that less than 4 billion clock cycles can occur between samples.
 196  196  .sp
 197  197  .LP
 198      -The output of cpustat is designed to be readily parseable by \fBnawk\fR(1) and
      198 +The output of cpustat is designed to be readily parseable by \fBawk\fR(1) and
 199  199  \fBperl\fR(1), thereby allowing performance tools to be composed by embedding
 200  200  \fBcpustat\fR in scripts. Alternatively, tools can be constructed directly
 201  201  using the same \fBAPI\fRs that \fBcpustat\fR is built upon using the facilities
 202  202  of \fBlibcpc\fR(3LIB). See \fBcpc\fR(3CPC).
 203  203  .sp
 204  204  .LP
 205  205  The \fBcpustat\fR utility only monitors the \fBCPU\fRs that are accessible to
 206  206  it in the current processor set. Thus, several instances of the utility can be
 207  207  running on the \fBCPU\fRs in different processor sets. See \fBpsrset\fR(1M) for
 208  208  more information about processor sets.
↓ open down ↓ 125 lines elided ↑ open up ↑
 334  334  c | c
 335  335  l | l .
 336  336  ATTRIBUTE TYPE  ATTRIBUTE VALUE
 337  337  _
 338  338  Interface Stability     Evolving
 339  339  .TE
 340  340  
 341  341  .SH SEE ALSO
 342  342  .sp
 343  343  .LP
 344      -\fBcputrack\fR(1), \fBnawk\fR(1), \fBperl\fR(1), \fBiostat\fR(1M),
      344 +\fBcputrack\fR(1), \fBawk\fR(1), \fBperl\fR(1), \fBiostat\fR(1M),
 345  345  \fBprstat\fR(1M), \fBpsrset\fR(1M), \fBvmstat\fR(1M), \fBcpc\fR(3CPC),
 346  346  \fBcpc_open\fR(3CPC), \fBcpc_bind_cpu\fR(3CPC), \fBgethrtime\fR(3C),
 347  347  \fBstrtoll\fR(3C), \fBlibcpc\fR(3LIB), \fBattributes\fR(5)
 348  348  .SH NOTES
 349  349  .sp
 350  350  .LP
 351  351  When \fBcpustat\fR is run on a Pentium 4 with HyperThreading enabled, a CPC set
 352  352  is bound to only one logical CPU of each physical CPU. See
 353  353  \fBcpc_bind_cpu\fR(3CPC).
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX