linux view system configuration

In the Linux system, we often encounter some problems. At this time, we need to check the configuration of the system. As a novice, you may not know what parameters you want to check and what commands are used to check the configuration of the system server.

1. Check memory: this is very common

There are two commands to view the memory configuration:

①free -m: This is to view the total memory of the system, how much it occupies, and how much is left. The information viewed by this command is displayed in units of M

hadoop@slave2:~$ free -m



             total       used       free     shared    buffers     cached



Mem:          5950        918       5031          8         57        291



-/+ buffers/cache:        569       5381



Swap:         1021          0       1021



hadoop@slave2:~$ 

②free -g: This is also to check the total memory of the system, how much is occupied, and how much is left. The result obtained by this command is displayed in the unit of G. Since the unit is relatively large, the accuracy is not enough compared to the previous one. Accurate

hadoop@slave2:~$ free -g



             total       used       free     shared    buffers     cached



Mem:             5          0          4          0          0          0



-/+ buffers/cache:          0          5



Swap:            0          0          0



hadoop@slave2:~$ 

2. Check the system version number:

Command used: cat /etc/issue

hadoop@slave2:~$ cat /etc/issue



Ubuntu 14.04.5 LTS \n \l







hadoop@slave2:~$ 

3. View CPU frequency information

hadoop@slave2:~$ lscpu



Architecture:          x86_64



CPU op-mode(s):        32-bit, 64-bit



Byte Order:            Little Endian



CPU(s):                2



On-line CPU(s) list:   0,1



Thread(s) per core:    1



Core(s) per socket:    2



Socket(s):             1



NUMA node(s):          1



Vendor ID:             GenuineIntel



CPU family:            6



Model:                 142



Stepping:              9



CPU MHz:               2711.999



BogoMIPS:              5423.99



Hypervisor vendor:     VMware



Virtualization type:   full



L1d cache:             32K



L1i cache:             32K



L2 cache:              256K



L3 cache:              3072K



NUMA node0 CPU(s):     0,1



hadoop@slave2:~$ 

4. Check the ip address of the system

Command: ifconfig

hadoop@slave2:~$ ifconfig



docker0   Link encap:Ethernet  HWaddr 56:84:7a:fe:97:99  



          inet addr:172.17.42.1  Bcast:0.0.0.0  Mask:255.255.0.0



          UP BROADCAST MULTICAST  MTU:1500  Metric:1



          RX packets:0 errors:0 dropped:0 overruns:0 frame:0



          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0



          collisions:0 txqueuelen:1000 



          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)







eth0      Link encap:Ethernet  HWaddr 00:0c:29:a6:f9:ad  



          inet6 addr: fe80::20c:29ff:fea6:f9ad/64 Scope:Link



          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1



          RX packets:2 errors:0 dropped:0 overruns:0 frame:0



          TX packets:164 errors:0 dropped:0 overruns:0 carrier:0



          collisions:0 txqueuelen:1000 



          RX bytes:501 (501.0 B)  TX bytes:23931 (23.9 KB)







eth0:avahi Link encap:Ethernet  HWaddr 00:0c:29:a6:f9:ad  



          inet addr:169.254.10.150  Bcast:169.254.255.255  Mask:255.255.0.0



          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1







lo        Link encap:Local Loopback  



          inet addr:127.0.0.1  Mask:255.0.0.0



          inet6 addr: ::1/128 Scope:Host



          UP LOOPBACK RUNNING  MTU:65536  Metric:1



          RX packets:52 errors:0 dropped:0 overruns:0 frame:0



          TX packets:52 errors:0 dropped:0 overruns:0 carrier:0



          collisions:0 txqueuelen:1 



          RX bytes:4636 (4.6 KB)  TX bytes:4636 (4.6 KB)







hadoop@slave2:~$

5. View the detailed CPU information of the system:

Command to view the information of the CPU of the system: cat /proc/cpuinfo

In this way, you can see the main frequency of the system CPU, the main frequency of 128G is cpu MHz: 2394.558

power management:







processor    : 74



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 1



siblings    : 28



core id        : 4



cpu cores    : 14



apicid        : 41



initial apicid    : 41



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 75



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 1



siblings    : 28



core id        : 5



cpu cores    : 14



apicid        : 43



initial apicid    : 43



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 76



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 1



siblings    : 28



core id        : 6



cpu cores    : 14



apicid        : 45



initial apicid    : 45



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 77



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 1



siblings    : 28



core id        : 8



cpu cores    : 14



apicid        : 49



initial apicid    : 49



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.42



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 78



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 1



siblings    : 28



core id        : 9



cpu cores    : 14



apicid        : 51



initial apicid    : 51



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 79



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 1



siblings    : 28



core id        : 10



cpu cores    : 14



apicid        : 53



initial apicid    : 53



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 80



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 1



siblings    : 28



core id        : 11



cpu cores    : 14



apicid        : 55



initial apicid    : 55



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 81



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 1



siblings    : 28



core id        : 12



cpu cores    : 14



apicid        : 57



initial apicid    : 57



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.42



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 82



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 1



siblings    : 28



core id        : 13



cpu cores    : 14



apicid        : 59



initial apicid    : 59



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.43



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 83



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 1



siblings    : 28



core id        : 14



cpu cores    : 14



apicid        : 61



initial apicid    : 61



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 84



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 0



cpu cores    : 14



apicid        : 65



initial apicid    : 65



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 85



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 1



cpu cores    : 14



apicid        : 67



initial apicid    : 67



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 86



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 2



cpu cores    : 14



apicid        : 69



initial apicid    : 69



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 87



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 3



cpu cores    : 14



apicid        : 71



initial apicid    : 71



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 88



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 4



cpu cores    : 14



apicid        : 73



initial apicid    : 73



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 89



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 5



cpu cores    : 14



apicid        : 75



initial apicid    : 75



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 90



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 6



cpu cores    : 14



apicid        : 77



initial apicid    : 77



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 91



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 8



cpu cores    : 14



apicid        : 81



initial apicid    : 81



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 92



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 9



cpu cores    : 14



apicid        : 83



initial apicid    : 83



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 93



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 10



cpu cores    : 14



apicid        : 85



initial apicid    : 85



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 94



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 11



cpu cores    : 14



apicid        : 87



initial apicid    : 87



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 95



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 12



cpu cores    : 14



apicid        : 89



initial apicid    : 89



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 96



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 13



cpu cores    : 14



apicid        : 91



initial apicid    : 91



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 97



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 2



siblings    : 28



core id        : 14



cpu cores    : 14



apicid        : 93



initial apicid    : 93



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.45



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 98



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 0



cpu cores    : 14



apicid        : 97



initial apicid    : 97



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 99



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 1



cpu cores    : 14



apicid        : 99



initial apicid    : 99



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 100



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 2000.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 2



cpu cores    : 14



apicid        : 101



initial apicid    : 101



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 101



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 3



cpu cores    : 14



apicid        : 103



initial apicid    : 103



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 102



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 4



cpu cores    : 14



apicid        : 105



initial apicid    : 105



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.42



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 103



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 5



cpu cores    : 14



apicid        : 107



initial apicid    : 107



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 104



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 6



cpu cores    : 14



apicid        : 109



initial apicid    : 109



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 105



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 8



cpu cores    : 14



apicid        : 113



initial apicid    : 113



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 106



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 9



cpu cores    : 14



apicid        : 115



initial apicid    : 115



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 107



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 10



cpu cores    : 14



apicid        : 117



initial apicid    : 117



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 108



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 11



cpu cores    : 14



apicid        : 119



initial apicid    : 119



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 109



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 12



cpu cores    : 14



apicid        : 121



initial apicid    : 121



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 110



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 13



cpu cores    : 14



apicid        : 123



initial apicid    : 123



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:







processor    : 111



vendor_id    : GenuineIntel



cpu family    : 6



model        : 79



model name    : Intel(R) Xeon(R) CPU E7-4830 v4 @ 2.00GHz



stepping    : 1



cpu MHz        : 1200.000



cache size    : 35840 KB



physical id    : 3



siblings    : 28



core id        : 14



cpu cores    : 14



apicid        : 125



initial apicid    : 125



fpu        : yes



fpu_exception    : yes



cpuid level    : 20



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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx lahf_lm abm 3dnowprefetch arat tpr_shadow vnmi flexpriority ept vpidbogomips    : 3999.44



clflush size    : 64



cache_alignment    : 64



address sizes    : 46 bits physical, 48 bits virtual



power management:



The above is the Linux-related knowledge shared by Liangxu Tutorial Network for all friends.

Guess you like

Origin blog.csdn.net/manongxianfeng/article/details/112990940