Advertisement
Guest User

Untitled

a guest
Jan 5th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. andrew@andrew-HP-G71-Notebook-PC ~ $ cat /proc/cpuinfo
  2. processor : 0
  3. vendor_id : GenuineIntel
  4. cpu family : 6
  5. model : 23
  6. model name : Pentium(R) Dual-Core CPU T4300 @ 2.10GHz
  7. stepping : 10
  8. microcode : 0xa0b
  9. cpu MHz : 1200.000
  10. cache size : 1024 KB
  11. physical id : 0
  12. siblings : 2
  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 : 13
  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 lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm pti dtherm
  22. bugs : cpu_insecure
  23. bogomips : 4189.73
  24. clflush size : 64
  25. cache_alignment : 64
  26. address sizes : 36 bits physical, 48 bits virtual
  27. power management:
  28.  
  29. processor : 1
  30. vendor_id : GenuineIntel
  31. cpu family : 6
  32. model : 23
  33. model name : Pentium(R) Dual-Core CPU T4300 @ 2.10GHz
  34. stepping : 10
  35. microcode : 0xa0b
  36. cpu MHz : 2100.000
  37. cache size : 1024 KB
  38. physical id : 0
  39. siblings : 2
  40. core id : 1
  41. cpu cores : 2
  42. apicid : 1
  43. initial apicid : 1
  44. fpu : yes
  45. fpu_exception : yes
  46. cpuid level : 13
  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 lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm pti dtherm
  49. bugs : cpu_insecure
  50. bogomips : 4189.73
  51. clflush size : 64
  52. cache_alignment : 64
  53. address sizes : 36 bits physical, 48 bits virtual
  54. power management:
  55.  
  56. andrew@andrew-HP-G71-Notebook-PC ~ $ sudo lshw -class processor
  57. [sudo] password for andrew:
  58. *-cpu
  59. description: CPU
  60. product: Pentium(R) Dual-Core CPU T4300 @ 2.10GHz
  61. vendor: Intel Corp.
  62. physical id: f
  63. bus info: cpu@0
  64. version: Pentium(R) Dual-Core CPU T4300 @ 2.10GHz
  65. slot: CPU
  66. size: 1329MHz
  67. capacity: 2100MHz
  68. width: 64 bits
  69. clock: 800MHz
  70. capabilities: fpu fpu_exception wp 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 x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm pti dtherm cpufreq
  71. andrew@andrew-HP-G71-Notebook-PC ~ $ sudo dmidecode -t 4
  72. # dmidecode 3.0
  73. Getting SMBIOS data from sysfs.
  74. SMBIOS 2.4 present.
  75.  
  76. Handle 0x000F, DMI type 4, 35 bytes
  77. Processor Information
  78. Socket Designation: CPU
  79. Type: Central Processor
  80. Family: Pentium M
  81. Manufacturer: Intel(R) Corporation
  82. ID: 7A 06 01 00 FF FB EB BF
  83. Signature: Type 0, Family 6, Model 23, Stepping 10
  84. Flags:
  85. FPU (Floating-point unit on-chip)
  86. VME (Virtual mode extension)
  87. DE (Debugging extension)
  88. PSE (Page size extension)
  89. TSC (Time stamp counter)
  90. MSR (Model specific registers)
  91. PAE (Physical address extension)
  92. MCE (Machine check exception)
  93. CX8 (CMPXCHG8 instruction supported)
  94. APIC (On-chip APIC hardware supported)
  95. SEP (Fast system call)
  96. MTRR (Memory type range registers)
  97. PGE (Page global enable)
  98. MCA (Machine check architecture)
  99. CMOV (Conditional move instruction supported)
  100. PAT (Page attribute table)
  101. PSE-36 (36-bit page size extension)
  102. CLFSH (CLFLUSH instruction supported)
  103. DS (Debug store)
  104. ACPI (ACPI supported)
  105. MMX (MMX technology supported)
  106. FXSR (FXSAVE and FXSTOR instructions supported)
  107. SSE (Streaming SIMD extensions)
  108. SSE2 (Streaming SIMD extensions 2)
  109. SS (Self-snoop)
  110. HTT (Multi-threading)
  111. TM (Thermal monitor supported)
  112. PBE (Pending break enabled)
  113. Version: Pentium(R) Dual-Core CPU T4300 @ 2.10GHz
  114. Voltage: 1.6 V
  115. External Clock: 800 MHz
  116. Max Speed: 2100 MHz
  117. Current Speed: 2100 MHz
  118. Status: Populated, Enabled
  119. Upgrade: <OUT OF SPEC>
  120. L1 Cache Handle: 0x0012
  121. L2 Cache Handle: 0x0010
  122. L3 Cache Handle: Not Provided
  123. Serial Number: Not Specified
  124. Asset Tag: FFFF
  125. Part Number: Not Specified
  126.  
  127. andrew@andrew-HP-G71-Notebook-PC ~ $ sudo dmidecode -t 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement