Friday 4 December 2015

VPLEX CPU/Mem info

unzipping and untarring the VPLEX collect-diagnostics and found what looks a lot like a linux file:

cpuMeminfo/36/cpuinfo
cpuMeminfo/35/cpuinfo
cpuMeminfo/36/meminfo
cpuMeminfo/35/meminfo
cpuMeminfo/68/meminfo
cpuMeminfo/68/cpuinfo
cpuMeminfo/67/meminfo
cpuMeminfo/67/cpuinfo

as an example, one of the files follows:

$ cat cpuMeminfo/36/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz
stepping        : 10
microcode       : 2571
cpu MHz         : 2333.246
cache size      : 6144 KB
physical id     : 0
siblings        : 4
core id         : 0
cpu cores       : 4
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
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 aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 xsave lahf_lm dtherm tpr_shadow vnmi flexpriority
bogomips        : 4666.49
clflush size    : 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

and then repeats til all 8 processors are listed.

So, 8 sockets and 4 cores, or is it the other way around?

Memory is 3 Gbytes, or 3 Gb x 4:

$ cat cpuMeminfo/36/meminfo
MemTotal:       32458856 kB
MemFree:          239876 kB


No comments:

Post a Comment