Intel(R) Xeon(R) CPU E5-2678 v3

提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档


前言

记录Intel® Xeon® CPU E5-2678 v3 的详细参数:


一、查询详细参数的网站

详细参数可以从下面的网站中查到
查询网站

二、如何在Ubuntu中查询cpu详细参数

1.命令

代码如下(示例):

lscpu

2.查询结果

Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                48
On-line CPU(s) list:   0-47
Thread(s) per core:    2
Core(s) per socket:    12
Socket(s):             2
NUMA node(s):          2
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 63
Model name:            Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
Stepping:              2
CPU MHz:               1201.348
CPU max MHz:           3300.0000
CPU min MHz:           1200.0000
BogoMIPS:              5001.57
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              30720K
NUMA node0 CPU(s):     0-11,24-35
NUMA node1 CPU(s):     12-23,36-47
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 nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti intel_ppin ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm ida arat pln pts md_clear flush_l1d

总结

介绍了查询cpu详细参数的方法,和查询网站

猜你喜欢

转载自blog.csdn.net/qq_41823532/article/details/128385560