Skip to content

Instantly share code, notes, and snippets.

@cyring
Created July 29, 2023 00:38
Show Gist options
  • Save cyring/0b82452420d13c85fb8036a02c7acf34 to your computer and use it in GitHub Desktop.
Save cyring/0b82452420d13c85fb8036a02c7acf34 to your computer and use it in GitHub Desktop.
Xeon CPU E3-1245 v5
Courtesy metebalci
Source: https://metebalci.com/blog/a-minimum-complete-tutorial-of-cpu-power-management-c-states-and-p-states/
@cyring
Copy link
Author

cyring commented Jul 29, 2023

Linux:
|- Release                                                   [4.15.0-45-generic]
|- Version                         [#48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019]
|- Machine                                                              [x86_64]
...
Idle driver                                                        [@intel_idle]
   |- State:          POLL    C1      C1E     C3      C6      C7s     C8
   |- Power:          -1      0       0       0       0       0       0
   |- Latency:        0       2       10      70      85      124     200
   |- Residency:      0       2       20      100     200     800     800

@cyring
Copy link
Author

cyring commented Jul 29, 2023

		Cycles		State(%)
PC02	        1121802850	  32.49
PC03	        1298328500	  37.83
PC06	                 0	   0.00
PC07	                 0	   0.00
PC08	                 0	   0.00
PC09	                 0	   0.00
PC10	                 0	   0.00
PTSC	        3503877892
UNCORE	            150231

@cyring
Copy link
Author

cyring commented Jul 29, 2023

CPU Freq(MHz) Ratio  Turbo  C0(%)  C1(%)  C3(%)  C6(%)  C7(%)  Min TMP:TS  Max
#00  355.67 ( 3.55)  10.15  10.28  26.43   0.04  11.49  51.77  41 / 45:55 / 56
#01  355.64 ( 3.55)  10.15  10.38  19.21   0.68  15.44  54.28  42 / 45:55 / 55
#02  389.95 ( 3.89)  11.13  11.35  15.67   0.16  18.17  54.65  40 / 43:57 / 54
#03  365.38 ( 3.65)  10.43  10.61  19.77   0.18  13.93  55.51  40 / 43:57 / 54

    Averages:        Turbo  C0(%)  C1(%)  C3(%)  C6(%)  C7(%)    TjMax:    Pkg:
                     10.46  10.66  20.27   0.27  14.76  54.05     100 C    46 C

@cyring
Copy link
Author

cyring commented Jul 29, 2023

CPU Freq(MHz) VID  Vcore
#00  130.70     0  0.0000
#01  120.08     0  0.0000
#02  124.18     0  0.0000
#03  103.46  9784  1.1943

              Package        Cores          Uncore         Memory
Energy(J):   13.415222168    2.248596191    0.000000000    0.951416016
Power(W) :   26.830444336    4.497192383    0.000000000    1.902832031

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment