turbostat.8 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. .TH TURBOSTAT 8
  2. .SH NAME
  3. turbostat \- Report processor frequency and idle statistics
  4. .SH SYNOPSIS
  5. .ft B
  6. .B turbostat
  7. .RB [ "\-s" ]
  8. .RB [ "\-v" ]
  9. .RB [ "\-M MSR#" ]
  10. .RB command
  11. .br
  12. .B turbostat
  13. .RB [ "\-s" ]
  14. .RB [ "\-v" ]
  15. .RB [ "\-M MSR#" ]
  16. .RB [ "\-i interval_sec" ]
  17. .SH DESCRIPTION
  18. \fBturbostat \fP reports processor topology, frequency
  19. and idle power state statistics on modern X86 processors.
  20. Either \fBcommand\fP is forked and statistics are printed
  21. upon its completion, or statistics are printed periodically.
  22. \fBturbostat \fP
  23. requires that the processor
  24. supports an "invariant" TSC, plus the APERF and MPERF MSRs.
  25. \fBturbostat \fP will report idle cpu power state residency
  26. on processors that additionally support C-state residency counters.
  27. .SS Options
  28. The \fB-s\fP option prints only a 1-line summary for each sample interval.
  29. .PP
  30. The \fB-v\fP option increases verbosity.
  31. .PP
  32. The \fB-M MSR#\fP option dumps the specified MSR,
  33. in addition to the usual frequency and idle statistics.
  34. .PP
  35. The \fB-i interval_sec\fP option prints statistics every \fiinterval_sec\fP seconds.
  36. The default is 5 seconds.
  37. .PP
  38. The \fBcommand\fP parameter forks \fBcommand\fP and upon its exit,
  39. displays the statistics gathered since it was forked.
  40. .PP
  41. .SH FIELD DESCRIPTIONS
  42. .nf
  43. \fBpk\fP processor package number.
  44. \fBcor\fP processor core number.
  45. \fBCPU\fP Linux CPU (logical processor) number.
  46. Note that multiple CPUs per core indicate support for Intel(R) Hyper-Threading Technology.
  47. \fB%c0\fP percent of the interval that the CPU retired instructions.
  48. \fBGHz\fP average clock rate while the CPU was in c0 state.
  49. \fBTSC\fP average GHz that the TSC ran during the entire interval.
  50. \fB%c1, %c3, %c6, %c7\fP show the percentage residency in hardware core idle states.
  51. \fB%pc2, %pc3, %pc6, %pc7\fP percentage residency in hardware package idle states.
  52. .fi
  53. .PP
  54. .SH EXAMPLE
  55. Without any parameters, turbostat prints out counters ever 5 seconds.
  56. (override interval with "-i sec" option, or specify a command
  57. for turbostat to fork).
  58. The first row of statistics is a summary for the entire system.
  59. Note that the summary is a weighted average.
  60. Subsequent rows show per-CPU statistics.
  61. .nf
  62. [root@x980]# ./turbostat
  63. cor CPU %c0 GHz TSC %c1 %c3 %c6 %pc3 %pc6
  64. 0.60 1.63 3.38 2.91 0.00 96.49 0.00 76.64
  65. 0 0 0.59 1.62 3.38 4.51 0.00 94.90 0.00 76.64
  66. 0 6 1.13 1.64 3.38 3.97 0.00 94.90 0.00 76.64
  67. 1 2 0.08 1.62 3.38 0.07 0.00 99.85 0.00 76.64
  68. 1 8 0.03 1.62 3.38 0.12 0.00 99.85 0.00 76.64
  69. 2 4 0.01 1.62 3.38 0.06 0.00 99.93 0.00 76.64
  70. 2 10 0.04 1.62 3.38 0.02 0.00 99.93 0.00 76.64
  71. 8 1 2.85 1.62 3.38 11.71 0.00 85.44 0.00 76.64
  72. 8 7 1.98 1.62 3.38 12.58 0.00 85.44 0.00 76.64
  73. 9 3 0.36 1.62 3.38 0.71 0.00 98.93 0.00 76.64
  74. 9 9 0.09 1.62 3.38 0.98 0.00 98.93 0.00 76.64
  75. 10 5 0.03 1.62 3.38 0.09 0.00 99.87 0.00 76.64
  76. 10 11 0.07 1.62 3.38 0.06 0.00 99.87 0.00 76.64
  77. .fi
  78. .SH SUMMARY EXAMPLE
  79. The "-s" option prints the column headers just once,
  80. and then the one line system summary for each sample interval.
  81. .nf
  82. [root@x980]# ./turbostat -s
  83. %c0 GHz TSC %c1 %c3 %c6 %pc3 %pc6
  84. 0.61 1.89 3.38 5.95 0.00 93.44 0.00 66.33
  85. 0.52 1.62 3.38 6.83 0.00 92.65 0.00 61.11
  86. 0.62 1.92 3.38 5.47 0.00 93.91 0.00 67.31
  87. .fi
  88. .SH VERBOSE EXAMPLE
  89. The "-v" option adds verbosity to the output:
  90. .nf
  91. GenuineIntel 11 CPUID levels; family:model:stepping 0x6:2c:2 (6:44:2)
  92. 12 * 133 = 1600 MHz max efficiency
  93. 25 * 133 = 3333 MHz TSC frequency
  94. 26 * 133 = 3467 MHz max turbo 4 active cores
  95. 26 * 133 = 3467 MHz max turbo 3 active cores
  96. 27 * 133 = 3600 MHz max turbo 2 active cores
  97. 27 * 133 = 3600 MHz max turbo 1 active cores
  98. .fi
  99. The \fBmax efficiency\fP frequency, a.k.a. Low Frequency Mode, is the frequency
  100. available at the minimum package voltage. The \fBTSC frequency\fP is the nominal
  101. maximum frequency of the processor if turbo-mode were not available. This frequency
  102. should be sustainable on all CPUs indefinitely, given nominal power and cooling.
  103. The remaining rows show what maximum turbo frequency is possible
  104. depending on the number of idle cores. Note that this information is
  105. not available on all processors.
  106. .SH FORK EXAMPLE
  107. If turbostat is invoked with a command, it will fork that command
  108. and output the statistics gathered when the command exits.
  109. eg. Here a cycle soaker is run on 1 CPU (see %c0) for a few seconds
  110. until ^C while the other CPUs are mostly idle:
  111. .nf
  112. [root@x980 lenb]# ./turbostat cat /dev/zero > /dev/null
  113. ^C
  114. cor CPU %c0 GHz TSC %c1 %c3 %c6 %pc3 %pc6
  115. 8.63 3.64 3.38 14.46 0.49 76.42 0.00 0.00
  116. 0 0 0.34 3.36 3.38 99.66 0.00 0.00 0.00 0.00
  117. 0 6 99.96 3.64 3.38 0.04 0.00 0.00 0.00 0.00
  118. 1 2 0.14 3.50 3.38 1.75 2.04 96.07 0.00 0.00
  119. 1 8 0.38 3.57 3.38 1.51 2.04 96.07 0.00 0.00
  120. 2 4 0.01 2.65 3.38 0.06 0.00 99.93 0.00 0.00
  121. 2 10 0.03 2.12 3.38 0.04 0.00 99.93 0.00 0.00
  122. 8 1 0.91 3.59 3.38 35.27 0.92 62.90 0.00 0.00
  123. 8 7 1.61 3.63 3.38 34.57 0.92 62.90 0.00 0.00
  124. 9 3 0.04 3.38 3.38 0.20 0.00 99.76 0.00 0.00
  125. 9 9 0.04 3.29 3.38 0.20 0.00 99.76 0.00 0.00
  126. 10 5 0.03 3.08 3.38 0.12 0.00 99.85 0.00 0.00
  127. 10 11 0.05 3.07 3.38 0.10 0.00 99.85 0.00 0.00
  128. 4.907015 sec
  129. .fi
  130. Above the cycle soaker drives cpu6 up 3.6 Ghz turbo limit
  131. while the other processors are generally in various states of idle.
  132. Note that cpu0 is an HT sibling sharing core0
  133. with cpu6, and thus it is unable to get to an idle state
  134. deeper than c1 while cpu6 is busy.
  135. Note that turbostat reports average GHz of 3.64, while
  136. the arithmetic average of the GHz column above is lower.
  137. This is a weighted average, where the weight is %c0. ie. it is the total number of
  138. un-halted cycles elapsed per time divided by the number of CPUs.
  139. .SH NOTES
  140. .B "turbostat "
  141. must be run as root.
  142. .B "turbostat "
  143. reads hardware counters, but doesn't write them.
  144. So it will not interfere with the OS or other programs, including
  145. multiple invocations of itself.
  146. \fBturbostat \fP
  147. may work poorly on Linux-2.6.20 through 2.6.29,
  148. as \fBacpi-cpufreq \fPperiodically cleared the APERF and MPERF
  149. in those kernels.
  150. The APERF, MPERF MSRs are defined to count non-halted cycles.
  151. Although it is not guaranteed by the architecture, turbostat assumes
  152. that they count at TSC rate, which is true on all processors tested to date.
  153. .SH REFERENCES
  154. "Intel® Turbo Boost Technology
  155. in Intel® Core™ Microarchitecture (Nehalem) Based Processors"
  156. http://download.intel.com/design/processor/applnots/320354.pdf
  157. "Intel® 64 and IA-32 Architectures Software Developer's Manual
  158. Volume 3B: System Programming Guide"
  159. http://www.intel.com/products/processor/manuals/
  160. .SH FILES
  161. .ta
  162. .nf
  163. /dev/cpu/*/msr
  164. .fi
  165. .SH "SEE ALSO"
  166. msr(4), vmstat(8)
  167. .PP
  168. .SH AUTHOR
  169. .nf
  170. Written by Len Brown <len.brown@intel.com>