Advertisement
Guest User

large cpu use for mp3s

a guest
Nov 17th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. $ lscpu
  2. Architecture: x86_64
  3. CPU op-mode(s): 32-bit, 64-bit
  4. Byte Order: Little Endian
  5. CPU(s): 2
  6. On-line CPU(s) list: 0,1
  7. Thread(s) per core: 1
  8. Core(s) per socket: 2
  9. Socket(s): 1
  10. NUMA node(s): 1
  11. Vendor ID: GenuineIntel
  12. CPU family: 6
  13. Model: 60
  14. Stepping: 3
  15. CPU MHz: 2700.000
  16. BogoMIPS: 5387.51
  17. Virtualization: VT-x
  18. L1d cache: 32K
  19. L1i cache: 32K
  20. L2 cache: 256K
  21. L3 cache: 2048K
  22. NUMA node0 CPU(s): 0,1
  23.  
  24.  
  25. $ cat /proc/cpuinfo
  26. processor : 0
  27. vendor_id : GenuineIntel
  28. cpu family : 6
  29. model : 60
  30. model name : Intel(R) Celeron(R) CPU G1820 @ 2.70GHz
  31. stepping : 3
  32. microcode : 0x12
  33. cpu MHz : 2698.101
  34. cache size : 2048 KB
  35. physical id : 0
  36. siblings : 2
  37. core id : 0
  38. cpu cores : 2
  39. apicid : 0
  40. initial apicid : 0
  41. fpu : yes
  42. fpu_exception : yes
  43. cpuid level : 13
  44. wp : yes
  45. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer xsave rdrand lahf_lm abm arat pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust erms invpcid xsaveopt
  46. bugs :
  47. bogomips : 5387.51
  48. clflush size : 64
  49. cache_alignment : 64
  50. address sizes : 39 bits physical, 48 bits virtual
  51. power management:
  52.  
  53. processor : 1
  54. vendor_id : GenuineIntel
  55. cpu family : 6
  56. model : 60
  57. model name : Intel(R) Celeron(R) CPU G1820 @ 2.70GHz
  58. stepping : 3
  59. microcode : 0x12
  60. cpu MHz : 2693.039
  61. cache size : 2048 KB
  62. physical id : 0
  63. siblings : 2
  64. core id : 1
  65. cpu cores : 2
  66. apicid : 2
  67. initial apicid : 2
  68. fpu : yes
  69. fpu_exception : yes
  70. cpuid level : 13
  71. wp : yes
  72. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer xsave rdrand lahf_lm abm arat pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust erms invpcid xsaveopt
  73. bugs :
  74. bogomips : 5387.51
  75. clflush size : 64
  76. cache_alignment : 64
  77. address sizes : 39 bits physical, 48 bits virtual
  78. power management:
  79.  
  80. $ sudo cpufreq-info
  81. cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
  82. Report errors and bugs to cpufreq@vger.kernel.org, please.
  83. analyzing CPU 0:
  84. driver: intel_pstate
  85. CPUs which run at the same hardware frequency: 0
  86. CPUs which need to have their frequency coordinated by software: 0
  87. maximum transition latency: 0.97 ms.
  88. hardware limits: 800 MHz - 2.70 GHz
  89. available cpufreq governors: performance, powersave
  90. current policy: frequency should be within 800 MHz and 2.70 GHz.
  91. The governor "powersave" may decide which speed to use
  92. within this range.
  93. current CPU frequency is 2.70 GHz (asserted by call to hardware).
  94. analyzing CPU 1:
  95. driver: intel_pstate
  96. CPUs which run at the same hardware frequency: 1
  97. CPUs which need to have their frequency coordinated by software: 1
  98. maximum transition latency: 0.97 ms.
  99. hardware limits: 800 MHz - 2.70 GHz
  100. available cpufreq governors: performance, powersave
  101. current policy: frequency should be within 800 MHz and 2.70 GHz.
  102. The governor "powersave" may decide which speed to use
  103. within this range.
  104. current CPU frequency is 2.70 GHz (asserted by call to hardware).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement