Advertisement
SnowyCoder

cat /proc/cpuinfo

Feb 28th, 2020
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. ➜ cat /proc/cpuinfo
  2. processor : 0
  3. vendor_id : GenuineIntel
  4. cpu family : 6
  5. model : 142
  6. model name : Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
  7. stepping : 9
  8. microcode : 0xca
  9. cpu MHz : 889.444
  10. cache size : 3072 KB
  11. physical id : 0
  12. siblings : 4
  13. core id : 0
  14. cpu cores : 2
  15. apicid : 0
  16. initial apicid : 0
  17. fpu : yes
  18. fpu_exception : yes
  19. cpuid level : 22
  20. wp : yes
  21. 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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d
  22. bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit
  23. bogomips : 5401.81
  24. clflush size : 64
  25. cache_alignment : 64
  26. address sizes : 39 bits physical, 48 bits virtual
  27. power management:
  28.  
  29. processor : 1
  30. vendor_id : GenuineIntel
  31. cpu family : 6
  32. model : 142
  33. model name : Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
  34. stepping : 9
  35. microcode : 0xca
  36. cpu MHz : 894.381
  37. cache size : 3072 KB
  38. physical id : 0
  39. siblings : 4
  40. core id : 1
  41. cpu cores : 2
  42. apicid : 2
  43. initial apicid : 2
  44. fpu : yes
  45. fpu_exception : yes
  46. cpuid level : 22
  47. wp : yes
  48. 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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp
  49. bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit
  50. bogomips : 5401.81
  51. clflush size : 64
  52. cache_alignment : 64
  53. address sizes : 39 bits physical, 48 bits virtual
  54. power management:
  55.  
  56. processor : 2
  57. vendor_id : GenuineIntel
  58. cpu family : 6
  59. model : 142
  60. model name : Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
  61. stepping : 9
  62. microcode : 0xca
  63. cpu MHz : 891.718
  64. cache size : 3072 KB
  65. physical id : 0
  66. siblings : 4
  67. core id : 0
  68. cpu cores : 2
  69. apicid : 1
  70. initial apicid : 1
  71. fpu : yes
  72. fpu_exception : yes
  73. cpuid level : 22
  74. wp : yes
  75. 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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d
  76. bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit
  77. bogomips : 5401.81
  78. clflush size : 64
  79. cache_alignment : 64
  80. address sizes : 39 bits physical, 48 bits virtual
  81. power management:
  82.  
  83. processor : 3
  84. vendor_id : GenuineIntel
  85. cpu family : 6
  86. model : 142
  87. model name : Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
  88. stepping : 9
  89. microcode : 0xca
  90. cpu MHz : 895.324
  91. cache size : 3072 KB
  92. physical id : 0
  93. siblings : 4
  94. core id : 1
  95. cpu cores : 2
  96. apicid : 3
  97. initial apicid : 3
  98. fpu : yes
  99. fpu_exception : yes
  100. cpuid level : 22
  101. wp : yes
  102. 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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d
  103. bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit
  104. bogomips : 5401.81
  105. clflush size : 64
  106. cache_alignment : 64
  107. address sizes : 39 bits physical, 48 bits virtual
  108. power management:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement