I am trying to understand the meaning of some of the CPU related output provided by lshw.
$ sudo lshw -class processor
*-cpu
description: CPU
product: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
vendor: Intel Corp.
physical id: 4
bus info: cpu@0
version: Intel(R) Core(TM) i5-2400 CPU @ 3.10GH
serial: Not Specified
slot: CPU 1
size: 1600MHz
capacity: 4GHz
width: 64 bits
clock: 100MHz
capabilities: x86-64 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 rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts tpr_shadow vnmi flexpriority ept vpid cpufreq
configuration: cores=4 enabledcores=4 threads=4
I would appreciate if somebody can shed some light on the following keys:
- slot
- size
- capacity
- width
- clock: I was under the impression that the clock speed is 3.10 GHz.