1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
CPU(s): 16
On-line CPU(s) list: 0-15
Vendor ID: AuthenticAMD
Model name: AMD Opteron(tm) Processor 6328
CPU family: 21
Model: 2
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 2
Stepping: 0
Frequency boost: enabled
CPU(s) scaling MHz: 52%
CPU max MHz: 3200.0000
CPU min MHz: 1400.0000
BogoMIPS: 6399.69
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid amd_dcm aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr tbm topoext perfctr_core perfctr_nb cpb hw_pstate ssbd ibpb vmmcall bmi1 arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
Virtualization: AMD-V
L1d cache: 256 KiB (16 instances)
L1i cache: 512 KiB (8 instances)
L2 cache: 16 MiB (8 instances)
L3 cache: 24 MiB (4 instances)
NUMA node(s): 4
NUMA node0 CPU(s): 0-3
NUMA node1 CPU(s): 4-7
NUMA node2 CPU(s): 8-11
NUMA node3 CPU(s): 12-15
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1: Mitigation; __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, STIBP disabled, RSB filling
# The following is the parsable format, which can be fed to other
# programs. Each different item in every column has an unique ID
# starting usually from zero.
# CPU,Core,Socket,Node,,L1d,L1i,L2,L3
0,0,0,0,,32,16,16,8
1,0,0,0,,33,16,16,8
2,1,0,0,,34,17,17,8
3,1,0,0,,35,17,17,8
4,2,0,1,,36,18,18,9
5,2,0,1,,37,18,18,9
6,3,0,1,,38,19,19,9
7,3,0,1,,39,19,19,9
8,4,1,2,,64,32,32,16
9,4,1,2,,65,32,32,16
10,5,1,2,,66,33,33,16
11,5,1,2,,67,33,33,16
12,6,1,3,,68,34,34,17
13,6,1,3,,69,34,34,17
14,7,1,3,,70,35,35,17
15,7,1,3,,71,35,35,17
# The following is the parsable format, which can be fed to other
# programs. Each different item in every column has an unique ID
# starting usually from zero.
# CPU,Core,Socket,Node,,L1d,L1i,L2,L3
0,0,0,0,,32,16,16,8
1,1,0,0,,33,16,16,8
2,2,0,0,,34,17,17,8
3,3,0,0,,35,17,17,8
4,0,0,1,,36,18,18,9
5,1,0,1,,37,18,18,9
6,2,0,1,,38,19,19,9
7,3,0,1,,39,19,19,9
8,0,1,2,,64,32,32,16
9,1,1,2,,65,32,32,16
10,2,1,2,,66,33,33,16
11,3,1,2,,67,33,33,16
12,0,1,3,,68,34,34,17
13,1,1,3,,69,34,34,17
14,2,1,3,,70,35,35,17
15,3,1,3,,71,35,35,17
|