Advertisement
JoneK

Untitled

Jan 27th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Cpu speed from cpuinfo 3411.00Mhz
  2. cpuinfo might be wrong if cpufreq is enabled. To guess correctly try estimating via tsc
  3. Linux's inbuilt cpu_khz code emulated now
  4. True Frequency (without accounting Turbo) 3411 MHz
  5. CPU Multiplier 34x || Bus clock frequency (BCLK) 100.32 MHz
  6.  
  7. Socket [0] - [physical cores=4, logical cores=8, max online cores ever=4]
  8. TURBO ENABLED on 4 Cores, Hyper Threading ON
  9. True Frequency 3511.32 MHz (100.32 x [35])
  10. Max TURBO Multiplier (if Enabled) with 1/2/3/4 Cores is 38x/37x/36x/35x
  11. Current Frequency 1605.23 MHz [100.32 x 16.00] (Max of below)
  12. Core [core-id] :Actual Freq (Mult.) C0% Halt(C1)% C3 % C6 % C7 % Temp
  13. Core 1 [0]: 1605.23 (16.00x) 3.68 14.7 34.4 49.3 0 36
  14. Core 2 [1]: 1605.05 (16.00x) 1.21 5.89 1 92.5 0 35
  15. Core 3 [2]: 1604.87 (16.00x) 3.48 9.91 17.6 70.9 0 35
  16. Core 4 [3]: 1603.25 (15.98x) 1 2.41 1 96.3 0 33
  17.  
  18.  
  19.  
  20. C0 = Processor running without halting
  21. C1 = Processor running with halts (States >C0 are power saver)
  22. C3 = Cores running with PLL turned off and core cache turned off
  23. C6 = Everything in C3 + core state saved to last level cache
  24. Above values in table are in percentage over the last 1 sec
  25. [core-id] refers to core-id number in /proc/cpuinfo
  26. 'Garbage Values' message printed when garbage values are read
  27. Ctrl+C to exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement