turbostat.8 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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 limits output to a 1-line system summary for each interval.
  29. .PP
  30. The \fB-c\fP option limits output to the 1st thread in each core.
  31. .PP
  32. The \fB-p\fP option limits output to the 1st thread in each package.
  33. .PP
  34. The \fB-v\fP option increases verbosity.
  35. .PP
  36. The \fB-M MSR#\fP option dumps the specified MSR,
  37. in addition to the usual frequency and idle statistics.
  38. .PP
  39. The \fB-i interval_sec\fP option prints statistics every \fiinterval_sec\fP seconds.
  40. The default is 5 seconds.
  41. .PP
  42. The \fBcommand\fP parameter forks \fBcommand\fP and upon its exit,
  43. displays the statistics gathered since it was forked.
  44. .PP
  45. .SH FIELD DESCRIPTIONS
  46. .nf
  47. \fBpk\fP processor package number.
  48. \fBcor\fP processor core number.
  49. \fBCPU\fP Linux CPU (logical processor) number.
  50. Note that multiple CPUs per core indicate support for Intel(R) Hyper-Threading Technology.
  51. \fB%c0\fP percent of the interval that the CPU retired instructions.
  52. \fBGHz\fP average clock rate while the CPU was in c0 state.
  53. \fBTSC\fP average GHz that the TSC ran during the entire interval.
  54. \fB%c1, %c3, %c6, %c7\fP show the percentage residency in hardware core idle states.
  55. \fB%pc2, %pc3, %pc6, %pc7\fP percentage residency in hardware package idle states.
  56. .fi
  57. .PP
  58. .SH EXAMPLE
  59. Without any parameters, turbostat prints out counters ever 5 seconds.
  60. (override interval with "-i sec" option, or specify a command
  61. for turbostat to fork).
  62. The first row of statistics is a summary for the entire system.
  63. Note that the summary is a weighted average.
  64. Subsequent rows show per-CPU statistics.
  65. .nf
  66. [root@x980]# ./turbostat
  67. cor CPU %c0 GHz TSC %c1 %c3 %c6 %pc3 %pc6
  68. 0.09 1.62 3.38 1.83 0.32 97.76 1.26 83.61
  69. 0 0 0.15 1.62 3.38 10.23 0.05 89.56 1.26 83.61
  70. 0 6 0.05 1.62 3.38 10.34
  71. 1 2 0.03 1.62 3.38 0.07 0.05 99.86
  72. 1 8 0.03 1.62 3.38 0.06
  73. 2 4 0.21 1.62 3.38 0.10 1.49 98.21
  74. 2 10 0.02 1.62 3.38 0.29
  75. 8 1 0.04 1.62 3.38 0.04 0.08 99.84
  76. 8 7 0.01 1.62 3.38 0.06
  77. 9 3 0.53 1.62 3.38 0.10 0.20 99.17
  78. 9 9 0.02 1.62 3.38 0.60
  79. 10 5 0.01 1.62 3.38 0.02 0.04 99.92
  80. 10 11 0.02 1.62 3.38 0.02
  81. .fi
  82. .SH SUMMARY EXAMPLE
  83. The "-s" option prints the column headers just once,
  84. and then the one line system summary for each sample interval.
  85. .nf
  86. [root@x980]# ./turbostat -s
  87. %c0 GHz TSC %c1 %c3 %c6 %pc3 %pc6
  88. 0.23 1.67 3.38 2.00 0.30 97.47 1.07 82.12
  89. 0.10 1.62 3.38 1.87 2.25 95.77 12.02 72.60
  90. 0.20 1.64 3.38 1.98 0.11 97.72 0.30 83.36
  91. 0.11 1.70 3.38 1.86 1.81 96.22 9.71 74.90
  92. .fi
  93. .SH VERBOSE EXAMPLE
  94. The "-v" option adds verbosity to the output:
  95. .nf
  96. GenuineIntel 11 CPUID levels; family:model:stepping 0x6:2c:2 (6:44:2)
  97. 12 * 133 = 1600 MHz max efficiency
  98. 25 * 133 = 3333 MHz TSC frequency
  99. 26 * 133 = 3467 MHz max turbo 4 active cores
  100. 26 * 133 = 3467 MHz max turbo 3 active cores
  101. 27 * 133 = 3600 MHz max turbo 2 active cores
  102. 27 * 133 = 3600 MHz max turbo 1 active cores
  103. .fi
  104. The \fBmax efficiency\fP frequency, a.k.a. Low Frequency Mode, is the frequency
  105. available at the minimum package voltage. The \fBTSC frequency\fP is the nominal
  106. maximum frequency of the processor if turbo-mode were not available. This frequency
  107. should be sustainable on all CPUs indefinitely, given nominal power and cooling.
  108. The remaining rows show what maximum turbo frequency is possible
  109. depending on the number of idle cores. Note that this information is
  110. not available on all processors.
  111. .SH FORK EXAMPLE
  112. If turbostat is invoked with a command, it will fork that command
  113. and output the statistics gathered when the command exits.
  114. eg. Here a cycle soaker is run on 1 CPU (see %c0) for a few seconds
  115. until ^C while the other CPUs are mostly idle:
  116. .nf
  117. [root@x980 lenb]# ./turbostat cat /dev/zero > /dev/null
  118. ^C
  119. cor CPU %c0 GHz TSC %c1 %c3 %c6 %pc3 %pc6
  120. 8.86 3.61 3.38 15.06 31.19 44.89 0.00 0.00
  121. 0 0 1.46 3.22 3.38 16.84 29.48 52.22 0.00 0.00
  122. 0 6 0.21 3.06 3.38 18.09
  123. 1 2 0.53 3.33 3.38 2.80 46.40 50.27
  124. 1 8 0.89 3.47 3.38 2.44
  125. 2 4 1.36 3.43 3.38 9.04 23.71 65.89
  126. 2 10 0.18 2.86 3.38 10.22
  127. 8 1 0.04 2.87 3.38 99.96 0.01 0.00
  128. 8 7 99.72 3.63 3.38 0.27
  129. 9 3 0.31 3.21 3.38 7.64 56.55 35.50
  130. 9 9 0.08 2.95 3.38 7.88
  131. 10 5 1.42 3.43 3.38 2.14 30.99 65.44
  132. 10 11 0.16 2.88 3.38 3.40
  133. .fi
  134. Above the cycle soaker drives cpu7 up its 3.6 Ghz turbo limit
  135. while the other processors are generally in various states of idle.
  136. Note that cpu1 and cpu7 are HT siblings within core8.
  137. As cpu7 is very busy, it prevents its sibling, cpu1,
  138. from entering a c-state deeper than c1.
  139. Note that turbostat reports average GHz of 3.63, while
  140. the arithmetic average of the GHz column above is lower.
  141. This is a weighted average, where the weight is %c0. ie. it is the total number of
  142. un-halted cycles elapsed per time divided by the number of CPUs.
  143. .SH NOTES
  144. .B "turbostat "
  145. must be run as root.
  146. .B "turbostat "
  147. reads hardware counters, but doesn't write them.
  148. So it will not interfere with the OS or other programs, including
  149. multiple invocations of itself.
  150. \fBturbostat \fP
  151. may work poorly on Linux-2.6.20 through 2.6.29,
  152. as \fBacpi-cpufreq \fPperiodically cleared the APERF and MPERF
  153. in those kernels.
  154. The APERF, MPERF MSRs are defined to count non-halted cycles.
  155. Although it is not guaranteed by the architecture, turbostat assumes
  156. that they count at TSC rate, which is true on all processors tested to date.
  157. .SH REFERENCES
  158. "Intel® Turbo Boost Technology
  159. in Intel® Core™ Microarchitecture (Nehalem) Based Processors"
  160. http://download.intel.com/design/processor/applnots/320354.pdf
  161. "Intel® 64 and IA-32 Architectures Software Developer's Manual
  162. Volume 3B: System Programming Guide"
  163. http://www.intel.com/products/processor/manuals/
  164. .SH FILES
  165. .ta
  166. .nf
  167. /dev/cpu/*/msr
  168. .fi
  169. .SH "SEE ALSO"
  170. msr(4), vmstat(8)
  171. .PP
  172. .SH AUTHOR
  173. .nf
  174. Written by Len Brown <len.brown@intel.com>