ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Z620 - 40 way Intel Xeon E5-2680 v2 - 2.8 GHz (3.6 GHz In turbo boost)
2
minfreq: 1.2 Ghz, MaxFreq: 3.6 Ghz
3
Benchmark: cc_perftests --gtest_filter=TileManagerPerfTest.EvictionTileQueueConstructAndIterate (2_16)
4
Sample 1Sample 2Sample 3Sample 4Sample 5Sample 6StdDevStdDev %
5
after reboot160889.59153476.02160128.88161425.72155683.75162588.703608.702.27%
6
affinity161494.36161614.59159176.97161284.28160693.88161932.25998.270.62%taskset -c 39 CMD
7
affinity+sched160497.27161454.84160677.83161023.88160526.70160065.28479.340.30%sudo schedtool -F -p 50 -e CMD
8
affinity + performance + maxfreq196765.97200409.41198774.30200694.88202048.39201817.882003.441.00%
for cpu in /sys/devices/system/cpu/cpu*; do sudo sh -c "echo performance > $cpu/cpufreq/scaling_governor"; sudo sh -c "echo 3600000 > $cpu/cpufreq/scaling_min_freq"; done
9
affinity + performance + minfreq201370.47199420.00200186.89199033.41202179.19196381.472034.031.02%
10
affinity + powersave + minfreq + noturbo70424.1970724.9670711.0170516.1370590.6670002.27267.180.38%sudo sh -c "echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo"
11
affinity + powersave + minfreq + noturbo + nopstate38898.9138838.9338855.8038914.0738856.3738868.2528.660.07%
for cpu in /sys/devices/system/cpu/cpu*; do for p in $(seq 4); do sudo sh -c "echo 1 > $cpu/cpuidle/state$p/disable"; done; done
12
affinity + performance + maxfreq + noturbo + nopstate100784.30100884.14100752.73100252.04101029.09100820.11264.530.26%
13
affinity + powersave + maxfreq + noturbo + nopstate87690.9287808.9187686.3287291.0787444.1387710.79195.550.22%
14
affinity + powersave + 2GHz + noturbo + nopstate61692.0161722.9061525.0561750.3161651.2461458.22116.500.19%
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100