turbostat.8 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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 [ Options ]
  8. .RB command
  9. .br
  10. .B turbostat
  11. .RB [ Options ]
  12. .RB [ "\-i interval_sec" ]
  13. .SH DESCRIPTION
  14. \fBturbostat \fP reports processor topology, frequency,
  15. idle power-state statistics, temperature and power on modern X86 processors.
  16. Either \fBcommand\fP is forked and statistics are printed
  17. upon its completion, or statistics are printed periodically.
  18. \fBturbostat \fP
  19. must be run on root, and
  20. minimally requires that the processor
  21. supports an "invariant" TSC, plus the APERF and MPERF MSRs.
  22. Additional information is reported depending on hardware counter support.
  23. .SS Options
  24. The \fB-p\fP option limits output to the 1st thread in 1st core of each package.
  25. .PP
  26. The \fB-P\fP option limits output to the 1st thread in each Package.
  27. .PP
  28. The \fB-S\fP option limits output to a 1-line System Summary for each interval.
  29. .PP
  30. The \fB-v\fP option increases verbosity.
  31. .PP
  32. The \fB-c MSR#\fP option includes the delta of the specified 32-bit MSR counter.
  33. .PP
  34. The \fB-C MSR#\fP option includes the delta of the specified 64-bit MSR counter.
  35. .PP
  36. The \fB-m MSR#\fP option includes the the specified 32-bit MSR value.
  37. .PP
  38. The \fB-M MSR#\fP option includes the the specified 64-bit MSR value.
  39. .PP
  40. The \fB-i interval_sec\fP option prints statistics every \fiinterval_sec\fP seconds.
  41. The default is 5 seconds.
  42. .PP
  43. The \fBcommand\fP parameter forks \fBcommand\fP and upon its exit,
  44. displays the statistics gathered since it was forked.
  45. .PP
  46. .SH FIELD DESCRIPTIONS
  47. .nf
  48. \fBPackage\fP processor package number.
  49. \fBCore\fP processor core number.
  50. \fBCPU\fP Linux CPU (logical processor) number.
  51. Note that multiple CPUs per core indicate support for Intel(R) Hyper-Threading Technology.
  52. \fBAVG_MHz\fP number of cycles executed divided by time elapsed.
  53. \fB%Buzy\fP percent of the interval that the CPU retired instructions, aka. % of time in "C0" state.
  54. \fBBzy_MHz\fP average clock rate while the CPU was busy (in "c0" state).
  55. \fBTSC_MHz\fP average MHz that the TSC ran during the entire interval.
  56. \fBCPU%c1, CPU%c3, CPU%c6, CPU%c7\fP show the percentage residency in hardware core idle states.
  57. \fBCoreTmp\fP Degrees Celsius reported by the per-core Digital Thermal Sensor.
  58. \fBPkgTtmp\fP Degrees Celsius reported by the per-package Package Thermal Monitor.
  59. \fBPkg%pc2, Pkg%pc3, Pkg%pc6, Pkg%pc7\fP percentage residency in hardware package idle states.
  60. \fBPkgWatt\fP Watts consumed by the whole package.
  61. \fBCorWatt\fP Watts consumed by the core part of the package.
  62. \fBGFXWatt\fP Watts consumed by the Graphics part of the package -- available only on client processors.
  63. \fBRAMWatt\fP Watts consumed by the DRAM DIMMS -- available only on server processors.
  64. \fBPKG_%\fP percent of the interval that RAPL throttling was active on the Package.
  65. \fBRAM_%\fP percent of the interval that RAPL throttling was active on DRAM.
  66. .fi
  67. .PP
  68. .SH EXAMPLE
  69. Without any parameters, turbostat prints out counters ever 5 seconds.
  70. (override interval with "-i sec" option, or specify a command
  71. for turbostat to fork).
  72. The first row of statistics is a summary for the entire system.
  73. For residency % columns, the summary is a weighted average.
  74. For Temperature columns, the summary is the column maximum.
  75. For Watts columns, the summary is a system total.
  76. Subsequent rows show per-CPU statistics.
  77. .nf
  78. [root@ivy]# ./turbostat
  79. Core CPU Avg_MHz %Busy Bzy_MHz TSC_MHz SMI CPU%c1 CPU%c3 CPU%c6 CPU%c7 CoreTmp PkgTmp Pkg%pc2 Pkg%pc3 Pkg%pc6 Pkg%pc7 PkgWatt CorWatt GFXWatt
  80. - - 6 0.36 1596 3492 0 0.59 0.01 99.04 0.00 23 24 23.82 0.01 72.47 0.00 6.40 1.01 0.00
  81. 0 0 9 0.58 1596 3492 0 0.28 0.01 99.13 0.00 23 24 23.82 0.01 72.47 0.00 6.40 1.01 0.00
  82. 0 4 1 0.07 1596 3492 0 0.79
  83. 1 1 10 0.65 1596 3492 0 0.59 0.00 98.76 0.00 23
  84. 1 5 5 0.28 1596 3492 0 0.95
  85. 2 2 10 0.66 1596 3492 0 0.41 0.01 98.92 0.00 23
  86. 2 6 2 0.10 1597 3492 0 0.97
  87. 3 3 3 0.20 1596 3492 0 0.44 0.00 99.37 0.00 23
  88. 3 7 5 0.31 1596 3492 0 0.33
  89. .fi
  90. .SH VERBOSE EXAMPLE
  91. The "-v" option adds verbosity to the output:
  92. .nf
  93. [root@ivy]# turbostat -v
  94. turbostat v3.0 November 23, 2012 - Len Brown <lenb@kernel.org>
  95. CPUID(0): GenuineIntel 13 CPUID levels; family:model:stepping 0x6:3a:9 (6:58:9)
  96. CPUID(6): APERF, DTS, PTM, EPB
  97. RAPL: 851 sec. Joule Counter Range
  98. cpu0: MSR_NHM_PLATFORM_INFO: 0x81010f0012300
  99. 16 * 100 = 1600 MHz max efficiency
  100. 35 * 100 = 3500 MHz TSC frequency
  101. cpu0: MSR_NHM_SNB_PKG_CST_CFG_CTL: 0x1e008402 (UNdemote-C3, UNdemote-C1, demote-C3, demote-C1, locked: pkg-cstate-limit=2: pc6-noret)
  102. cpu0: MSR_NHM_TURBO_RATIO_LIMIT: 0x25262727
  103. 37 * 100 = 3700 MHz max turbo 4 active cores
  104. 38 * 100 = 3800 MHz max turbo 3 active cores
  105. 39 * 100 = 3900 MHz max turbo 2 active cores
  106. 39 * 100 = 3900 MHz max turbo 1 active cores
  107. cpu0: MSR_IA32_ENERGY_PERF_BIAS: 0x00000006 (balanced)
  108. cpu0: MSR_RAPL_POWER_UNIT: 0x000a1003 (0.125000 Watts, 0.000015 Joules, 0.000977 sec.)
  109. cpu0: MSR_PKG_POWER_INFO: 0x01e00268 (77 W TDP, RAPL 60 - 0 W, 0.000000 sec.)
  110. cpu0: MSR_PKG_POWER_LIMIT: 0x830000148268 (UNlocked)
  111. cpu0: PKG Limit #1: ENabled (77.000000 Watts, 1.000000 sec, clamp DISabled)
  112. cpu0: PKG Limit #2: ENabled (96.000000 Watts, 0.000977* sec, clamp DISabled)
  113. cpu0: MSR_PP0_POLICY: 0
  114. cpu0: MSR_PP0_POWER_LIMIT: 0x00000000 (UNlocked)
  115. cpu0: Cores Limit: DISabled (0.000000 Watts, 0.000977 sec, clamp DISabled)
  116. cpu0: MSR_PP1_POLICY: 0
  117. cpu0: MSR_PP1_POWER_LIMIT: 0x00000000 (UNlocked)
  118. cpu0: GFX Limit: DISabled (0.000000 Watts, 0.000977 sec, clamp DISabled)
  119. cpu0: MSR_IA32_TEMPERATURE_TARGET: 0x00691400 (105 C)
  120. cpu0: MSR_IA32_PACKAGE_THERM_STATUS: 0x884e0000 (27 C)
  121. cpu0: MSR_IA32_THERM_STATUS: 0x88560000 (19 C +/- 1)
  122. cpu1: MSR_IA32_THERM_STATUS: 0x88560000 (19 C +/- 1)
  123. cpu2: MSR_IA32_THERM_STATUS: 0x88540000 (21 C +/- 1)
  124. cpu3: MSR_IA32_THERM_STATUS: 0x884e0000 (27 C +/- 1)
  125. ...
  126. .fi
  127. The \fBmax efficiency\fP frequency, a.k.a. Low Frequency Mode, is the frequency
  128. available at the minimum package voltage. The \fBTSC frequency\fP is the nominal
  129. maximum frequency of the processor if turbo-mode were not available. This frequency
  130. should be sustainable on all CPUs indefinitely, given nominal power and cooling.
  131. The remaining rows show what maximum turbo frequency is possible
  132. depending on the number of idle cores. Note that this information is
  133. not available on all processors.
  134. .SH FORK EXAMPLE
  135. If turbostat is invoked with a command, it will fork that command
  136. and output the statistics gathered when the command exits.
  137. eg. Here a cycle soaker is run on 1 CPU (see %c0) for a few seconds
  138. until ^C while the other CPUs are mostly idle:
  139. .nf
  140. root@ivy: turbostat cat /dev/zero > /dev/null
  141. ^C
  142. Core CPU Avg_MHz %Busy Bzy_MHz TSC_MHz SMI CPU%c1 CPU%c3 CPU%c6 CPU%c7 CoreTmp PkgTmp Pkg%pc2 Pkg%pc3 Pkg%pc6 Pkg%pc7 PkgWatt CorWatt GFXWatt
  143. - - 496 12.75 3886 3492 0 13.16 0.04 74.04 0.00 36 36 0.00 0.00 0.00 0.00 23.15 17.65 0.00
  144. 0 0 22 0.57 3830 3492 0 0.83 0.02 98.59 0.00 27 36 0.00 0.00 0.00 0.00 23.15 17.65 0.00
  145. 0 4 9 0.24 3829 3492 0 1.15
  146. 1 1 4 0.09 3783 3492 0 99.91 0.00 0.00 0.00 36
  147. 1 5 3880 99.82 3888 3492 0 0.18
  148. 2 2 17 0.44 3813 3492 0 0.77 0.04 98.75 0.00 28
  149. 2 6 12 0.32 3823 3492 0 0.89
  150. 3 3 16 0.43 3844 3492 0 0.63 0.11 98.84 0.00 30
  151. 3 7 4 0.11 3827 3492 0 0.94
  152. 30.372243 sec
  153. .fi
  154. Above the cycle soaker drives cpu5 up its 3.8 GHz turbo limit
  155. while the other processors are generally in various states of idle.
  156. Note that cpu1 and cpu5 are HT siblings within core1.
  157. As cpu5 is very busy, it prevents its sibling, cpu1,
  158. from entering a c-state deeper than c1.
  159. Note that the Avg_MHz column reflects the total number of cycles executed
  160. divided by the measurement interval. If the %Busy column is 100%,
  161. then the processor was running at that speed the entire interval.
  162. The Avg_MHz multiplied by the %Busy results in the Bzy_MHz --
  163. which is the average frequency while the processor was executing --
  164. not including any non-busy idle time.
  165. .SH NOTES
  166. .B "turbostat "
  167. must be run as root.
  168. .B "turbostat "
  169. reads hardware counters, but doesn't write them.
  170. So it will not interfere with the OS or other programs, including
  171. multiple invocations of itself.
  172. \fBturbostat \fP
  173. may work poorly on Linux-2.6.20 through 2.6.29,
  174. as \fBacpi-cpufreq \fPperiodically cleared the APERF and MPERF
  175. in those kernels.
  176. If the TSC column does not make sense, then
  177. the other numbers will also make no sense.
  178. Turbostat is lightweight, and its data collection is not atomic.
  179. These issues are usually caused by an extremely short measurement
  180. interval (much less than 1 second), or system activity that prevents
  181. turbostat from being able to run on all CPUS to quickly collect data.
  182. The APERF, MPERF MSRs are defined to count non-halted cycles.
  183. Although it is not guaranteed by the architecture, turbostat assumes
  184. that they count at TSC rate, which is true on all processors tested to date.
  185. .SH REFERENCES
  186. "Intel® Turbo Boost Technology
  187. in Intel® Core™ Microarchitecture (Nehalem) Based Processors"
  188. http://download.intel.com/design/processor/applnots/320354.pdf
  189. "Intel® 64 and IA-32 Architectures Software Developer's Manual
  190. Volume 3B: System Programming Guide"
  191. http://www.intel.com/products/processor/manuals/
  192. .SH FILES
  193. .ta
  194. .nf
  195. /dev/cpu/*/msr
  196. .fi
  197. .SH "SEE ALSO"
  198. msr(4), vmstat(8)
  199. .PP
  200. .SH AUTHOR
  201. .nf
  202. Written by Len Brown <len.brown@intel.com>