forked from ThomasKaiser/sbc-bench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
3QLN.txt
417 lines (344 loc) · 19.5 KB
/
3QLN.txt
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
sbc-bench v0.9.3 Khadas VIM (Sat, 26 Feb 2022 08:54:06 +0700)
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
Armbian release info:
BOARD=aml-s905
BOARD_NAME="S905"
BOARDFAMILY=aml-s905
BUILD_REPOSITORY_URL=https://github.com/150balbes/Build-Armbian.git
BUILD_REPOSITORY_COMMIT=0d4d065-dirty
VERSION=5.91
LINUXFAMILY=aml-s905
BRANCH=default
ARCH=arm64
IMAGE_TYPE=user-built
BOARD_TYPE=conf
INITRD_ARCH=arm64
KERNEL_IMAGE_TYPE=Image
/usr/bin/gcc (Debian 8.3.0-6) 8.3.0
Uptime: 08:54:07 up 20:01, 1 user, load average: 0.44, 0.15, 0.11
Linux 5.1.0-aml-s905 (Server) 02/26/22 _aarch64_ (4 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
0.25 0.00 0.19 0.01 0.00 99.55
Device tps kB_read/s kB_wrtn/s kB_read kB_wrtn
mmcblk0 0.32 9.97 10.58 718877 762904
mmcblk1 0.00 0.04 0.00 3136 0
mmcblk1boot1 0.00 0.00 0.00 232 0
mmcblk1boot0 0.00 0.00 0.00 232 0
zram0 0.35 0.01 1.41 816 101380
zram1 0.11 0.03 0.39 1956 28384
total used free shared buff/cache available
Mem: 1.8Gi 197Mi 1.4Gi 14Mi 169Mi 1.5Gi
Swap: 903Mi 20Mi 883Mi
Filename Type Size Used Priority
/dev/zram1 partition 924788 20480 5
##########################################################################
Checking cpufreq OPP (Cortex-A53):
Cpufreq OPP: 1512 Measured: 1415 (1413.992/1414.240/1414.054)
Cpufreq OPP: 1200 Measured: 1200 (1197.966/1198.035/1198.022)
Cpufreq OPP: 1000 Measured: 1000 (997.988/997.446/998.097)
Cpufreq OPP: 667 Measured: 665 (664.736/663.522/664.770)
Cpufreq OPP: 500 Measured: 500 (497.806/498.081/498.099)
Cpufreq OPP: 250 Measured: 250 (245.497/248.135/248.118)
Cpufreq OPP: 100 Measured: 100 (96.496/87.116/96.697)
##########################################################################
Executing benchmark on cpu0 (Cortex-A53):
tinymembench v0.4.9 (simple benchmark for memory throughput and latency)
==========================================================================
== Memory bandwidth tests ==
== ==
== Note 1: 1MB = 1000000 bytes ==
== Note 2: Results for 'copy' tests show how many bytes can be ==
== copied per second (adding together read and writen ==
== bytes would have provided twice higher numbers) ==
== Note 3: 2-pass copy means that we are using a small temporary buffer ==
== to first fetch data into it, and only then write it to the ==
== destination (source -> L1 cache, L1 cache -> destination) ==
== Note 4: If sample standard deviation exceeds 0.1%, it is shown in ==
== brackets ==
==========================================================================
C copy backwards : 1826.6 MB/s (0.8%)
C copy backwards (32 byte blocks) : 1844.5 MB/s (1.2%)
C copy backwards (64 byte blocks) : 1899.4 MB/s (1.4%)
C copy : 1855.5 MB/s (1.6%)
C copy prefetched (32 bytes step) : 1417.4 MB/s (0.3%)
C copy prefetched (64 bytes step) : 1530.9 MB/s
C 2-pass copy : 1809.5 MB/s (0.2%)
C 2-pass copy prefetched (32 bytes step) : 1204.1 MB/s (0.6%)
C 2-pass copy prefetched (64 bytes step) : 1069.1 MB/s (0.1%)
C fill : 5896.2 MB/s (0.4%)
C fill (shuffle within 16 byte blocks) : 5895.8 MB/s
C fill (shuffle within 32 byte blocks) : 5896.2 MB/s (0.4%)
C fill (shuffle within 64 byte blocks) : 5893.9 MB/s
---
standard memcpy : 1930.6 MB/s (0.8%)
standard memset : 5899.7 MB/s
---
NEON LDP/STP copy : 1903.1 MB/s
NEON LDP/STP copy pldl2strm (32 bytes step) : 1287.9 MB/s (0.5%)
NEON LDP/STP copy pldl2strm (64 bytes step) : 1663.1 MB/s (0.2%)
NEON LDP/STP copy pldl1keep (32 bytes step) : 2257.5 MB/s
NEON LDP/STP copy pldl1keep (64 bytes step) : 2258.7 MB/s
NEON LD1/ST1 copy : 1885.1 MB/s (0.7%)
NEON STP fill : 5898.4 MB/s
NEON STNP fill : 5845.3 MB/s
ARM LDP/STP copy : 1906.3 MB/s (0.2%)
ARM STP fill : 5897.1 MB/s
ARM STNP fill : 5846.8 MB/s
==========================================================================
== Memory latency test ==
== ==
== Average time is measured for random memory accesses in the buffers ==
== of different sizes. The larger is the buffer, the more significant ==
== are relative contributions of TLB, L1/L2 cache misses and SDRAM ==
== accesses. For extremely large buffer sizes we are expecting to see ==
== page table walk with several requests to SDRAM for almost every ==
== memory access (though 64MiB is not nearly large enough to experience ==
== this effect to its fullest). ==
== ==
== Note 1: All the numbers are representing extra time, which needs to ==
== be added to L1 cache latency. The cycle timings for L1 cache ==
== latency can be usually found in the processor documentation. ==
== Note 2: Dual random read means that we are simultaneously performing ==
== two independent memory accesses at a time. In the case if ==
== the memory subsystem can't handle multiple outstanding ==
== requests, dual random read has the same timings as two ==
== single reads performed one after another. ==
==========================================================================
block size : single random read / dual random read, [MADV_NOHUGEPAGE]
1024 : 0.0 ns / 0.0 ns
2048 : 0.0 ns / 0.0 ns
4096 : 0.0 ns / 0.0 ns
8192 : 0.0 ns / 0.0 ns
16384 : 0.0 ns / 0.0 ns
32768 : 0.0 ns / 0.0 ns
65536 : 4.1 ns / 7.3 ns
131072 : 6.3 ns / 10.7 ns
262144 : 8.9 ns / 15.3 ns
524288 : 75.6 ns / 105.7 ns
1048576 : 104.4 ns / 127.4 ns
2097152 : 115.2 ns / 134.5 ns
4194304 : 136.3 ns / 179.8 ns
8388608 : 155.0 ns / 201.8 ns
16777216 : 177.1 ns / 215.5 ns
33554432 : 195.5 ns / 223.7 ns
67108864 : 209.4 ns / 241.5 ns
block size : single random read / dual random read, [MADV_HUGEPAGE]
1024 : 0.0 ns / 0.0 ns
2048 : 0.0 ns / 0.0 ns
4096 : 0.0 ns / 0.0 ns
8192 : 0.0 ns / 0.0 ns
16384 : 0.0 ns / 0.0 ns
32768 : 0.0 ns / 0.0 ns
65536 : 4.1 ns / 7.3 ns
131072 : 6.3 ns / 10.7 ns
262144 : 7.9 ns / 13.0 ns
524288 : 75.6 ns / 105.6 ns
1048576 : 104.3 ns / 126.9 ns
2097152 : 114.5 ns / 133.6 ns
4194304 : 118.3 ns / 136.3 ns
8388608 : 119.9 ns / 137.6 ns
16777216 : 120.6 ns / 138.2 ns
33554432 : 121.0 ns / 138.5 ns
67108864 : 121.3 ns / 138.8 ns
##########################################################################
Executing benchmark twice on cluster 0 (Cortex-A53)
OpenSSL 1.1.1d, built on 10 Sep 2019
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
aes-128-cbc 90129.73k 287666.73k 621243.39k 910376.28k 1052251.48k 1062813.70k
aes-128-cbc 90192.41k 287223.79k 620882.60k 910250.33k 1051959.30k 1063944.19k
aes-192-cbc 86709.29k 262486.83k 518960.30k 709299.54k 793408.85k 800281.94k
aes-192-cbc 86726.08k 262335.13k 518974.46k 709386.58k 793627.31k 799670.27k
aes-256-cbc 84592.78k 245155.37k 455635.88k 596739.07k 655622.14k 660084.05k
aes-256-cbc 84682.04k 245247.15k 455729.66k 596790.27k 655474.69k 658844.33k
##########################################################################
Executing benchmark single-threaded on cpu0 (Cortex-A53)
7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,4 CPUs LE)
LE
CPU Freq: 1408 1405 1413 1414 1413 1414 1413 1413 1413
RAM size: 1806 MB, # CPU hardware threads: 4
RAM usage: 435 MB, # Benchmark threads: 1
Compressing | Decompressing
Dict Speed Usage R/U Rating | Speed Usage R/U Rating
KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
22: 895 99 879 872 | 15891 100 1363 1357
23: 884 99 909 902 | 15558 100 1353 1347
24: 879 99 954 946 | 15259 100 1346 1340
25: 869 99 1001 993 | 14995 100 1341 1335
---------------------------------- | ------------------------------
Avr: 99 936 928 | 100 1351 1345
Tot: 99 1143 1136
##########################################################################
Executing benchmark 3 times multi-threaded
7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,4 CPUs LE)
LE
CPU Freq: 1408 1408 1406 1413 1413 1413 1413 1413 1413
RAM size: 1806 MB, # CPU hardware threads: 4
RAM usage: 882 MB, # Benchmark threads: 4
Compressing | Decompressing
Dict Speed Usage R/U Rating | Speed Usage R/U Rating
KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
22: 2448 303 787 2382 | 61764 395 1335 5269
23: 2388 300 811 2433 | 61107 397 1332 5287
24: 2393 303 849 2574 | 59514 394 1326 5225
25: 2381 304 896 2720 | 58055 391 1322 5167
---------------------------------- | ------------------------------
Avr: 302 835 2527 | 394 1329 5237
Tot: 348 1082 3882
7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,4 CPUs LE)
LE
CPU Freq: 1412 1413 1414 1413 1413 1414 1413 1414 1414
RAM size: 1806 MB, # CPU hardware threads: 4
RAM usage: 882 MB, # Benchmark threads: 4
Compressing | Decompressing
Dict Speed Usage R/U Rating | Speed Usage R/U Rating
KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
22: 2409 299 784 2344 | 61702 394 1335 5264
23: 2415 303 813 2461 | 60574 394 1330 5241
24: 2386 302 849 2566 | 59683 395 1327 5239
25: 2382 304 895 2720 | 54825 370 1318 4879
---------------------------------- | ------------------------------
Avr: 302 835 2523 | 388 1327 5156
Tot: 345 1081 3839
7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,4 CPUs LE)
LE
CPU Freq: 1412 1412 1414 1413 1413 1414 1413 1413 1413
RAM size: 1806 MB, # CPU hardware threads: 4
RAM usage: 882 MB, # Benchmark threads: 4
Compressing | Decompressing
Dict Speed Usage R/U Rating | Speed Usage R/U Rating
KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
22: 2406 297 788 2341 | 61814 395 1335 5274
23: 2402 300 815 2448 | 60665 395 1330 5249
24: 2396 303 851 2577 | 59975 397 1327 5265
25: 2373 303 894 2710 | 57718 389 1321 5137
---------------------------------- | ------------------------------
Avr: 301 837 2519 | 394 1328 5231
Tot: 347 1083 3875
Compression: 2527,2523,2519
Decompression: 5237,5156,5231
Total: 3882,3839,3875
##########################################################################
Testing clockspeeds again. System health now:
Time CPU load %cpu %sys %usr %nice %io %irq Temp
09:10:15: 1512MHz 2.64 78% 0% 77% 0% 0% 0% 65.0°C
Checking cpufreq OPP (Cortex-A53):
Cpufreq OPP: 1512 Measured: 1415 (1413.481/1414.194/1413.559)
Cpufreq OPP: 1200 Measured: 1200 (1198.244/1198.397/1197.716)
Cpufreq OPP: 1000 Measured: 1000 (996.508/998.422/998.253)
Cpufreq OPP: 667 Measured: 665 (664.930/664.923/663.509)
Cpufreq OPP: 500 Measured: 500 (497.490/498.422/498.386)
Cpufreq OPP: 250 Measured: 250 (248.243/248.471/248.069)
Cpufreq OPP: 100 Measured: 100 (98.444/98.460/98.372)
##########################################################################
Thermal source: /sys/class/hwmon/hwmon0/ (scpi_sensors)
System health while running tinymembench:
Time CPU load %cpu %sys %usr %nice %io %irq Temp
08:54:15: 1512MHz 0.40 0% 0% 0% 0% 0% 0% 45.0°C
08:54:55: 1512MHz 0.79 25% 0% 24% 0% 0% 0% 51.0°C
08:55:35: 1512MHz 0.89 25% 0% 25% 0% 0% 0% 54.0°C
08:56:15: 1512MHz 0.95 25% 0% 24% 0% 0% 0% 55.0°C
08:56:55: 1512MHz 0.97 25% 0% 24% 0% 0% 0% 53.0°C
08:57:35: 1512MHz 0.99 25% 0% 24% 0% 0% 0% 52.0°C
08:58:15: 1512MHz 1.48 25% 0% 24% 0% 0% 0% 52.0°C
08:58:55: 1512MHz 1.24 25% 0% 24% 0% 0% 0% 52.0°C
08:59:35: 1512MHz 1.12 25% 0% 24% 0% 0% 0% 52.0°C
09:00:15: 1512MHz 1.06 25% 0% 24% 0% 0% 0% 51.0°C
09:00:55: 1512MHz 1.03 25% 0% 24% 0% 0% 0% 51.0°C
09:01:35: 1512MHz 1.13 25% 0% 24% 0% 0% 0% 51.0°C
09:02:15: 1512MHz 1.06 25% 0% 24% 0% 0% 0% 52.0°C
09:02:55: 1512MHz 1.03 25% 0% 24% 0% 0% 0% 52.0°C
System health while running OpenSSL benchmark:
Time CPU load %cpu %sys %usr %nice %io %irq Temp
09:03:28: 1512MHz 1.02 0% 0% 0% 0% 0% 0% 53.0°C
09:03:44: 1512MHz 1.01 25% 0% 25% 0% 0% 0% 52.0°C
09:04:00: 1512MHz 1.01 25% 0% 25% 0% 0% 0% 53.0°C
09:04:16: 1512MHz 1.01 25% 0% 24% 0% 0% 0% 52.0°C
09:04:32: 1512MHz 1.00 25% 0% 24% 0% 0% 0% 53.0°C
09:04:48: 1512MHz 1.13 25% 0% 25% 0% 0% 0% 52.0°C
09:05:04: 1512MHz 1.10 25% 0% 25% 0% 0% 0% 52.0°C
System health while running 7-zip single core benchmark:
Time CPU load %cpu %sys %usr %nice %io %irq Temp
09:05:16: 1512MHz 1.09 0% 0% 0% 0% 0% 0% 53.0°C
09:05:27: 1512MHz 1.07 25% 0% 24% 0% 0% 0% 52.0°C
09:05:38: 1512MHz 1.19 25% 0% 24% 0% 0% 0% 52.0°C
09:05:49: 1512MHz 1.16 25% 0% 24% 0% 0% 0% 51.0°C
09:06:00: 1512MHz 1.14 25% 0% 24% 0% 0% 0% 52.0°C
09:06:11: 1512MHz 1.12 25% 0% 24% 0% 0% 0% 51.0°C
09:06:22: 1512MHz 1.09 25% 0% 24% 0% 0% 0% 52.0°C
09:06:33: 1512MHz 1.08 25% 0% 24% 0% 0% 0% 52.0°C
System health while running 7-zip multi core benchmark:
Time CPU load %cpu %sys %usr %nice %io %irq Temp
09:06:44: 1512MHz 1.06 0% 0% 0% 0% 0% 0% 52.0°C
09:07:07: 1512MHz 1.96 75% 0% 74% 0% 0% 0% 57.0°C
09:07:30: 1512MHz 2.65 76% 0% 74% 0% 0% 0% 59.0°C
09:07:54: 1512MHz 2.97 79% 0% 77% 0% 0% 0% 62.0°C
09:08:17: 1512MHz 2.93 75% 0% 74% 0% 0% 0% 60.0°C
09:08:40: 1512MHz 2.89 75% 0% 74% 0% 0% 0% 61.0°C
09:09:04: 1512MHz 2.76 79% 1% 77% 0% 0% 0% 64.0°C
09:09:28: 1512MHz 2.65 75% 0% 74% 0% 0% 0% 62.0°C
09:09:51: 1512MHz 2.75 76% 0% 74% 0% 0% 0% 63.0°C
09:10:15: 1512MHz 2.64 78% 0% 77% 0% 0% 0% 65.0°C
##########################################################################
Linux 5.1.0-aml-s905 (Server) 02/26/22 _aarch64_ (4 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
0.72 0.00 0.20 0.01 0.00 99.07
Device tps kB_read/s kB_wrtn/s kB_read kB_wrtn
mmcblk0 0.33 10.11 11.14 738909 813784
mmcblk1 0.00 0.04 0.00 3136 0
mmcblk1boot1 0.00 0.00 0.00 232 0
mmcblk1boot0 0.00 0.00 0.00 232 0
zram0 0.35 0.01 1.41 828 102712
zram1 0.12 0.08 0.39 5896 28384
total used free shared buff/cache available
Mem: 1.8Gi 197Mi 1.4Gi 17Mi 194Mi 1.5Gi
Swap: 903Mi 16Mi 886Mi
Filename Type Size Used Priority
/dev/zram1 partition 924788 16640 5
CPU sysfs topology (clusters, cpufreq members, clockspeeds)
cpufreq min max
CPU cluster policy speed speed core type
0 0 0 504 1512 Cortex-A53 / r0p4
1 0 0 504 1512 Cortex-A53 / r0p4
2 0 0 504 1512 Cortex-A53 / r0p4
3 0 0 504 1512 Cortex-A53 / r0p4
Architecture: aarch64
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
Vendor ID: ARM
Model: 4
Model name: Cortex-A53
Stepping: r0p4
CPU max MHz: 1512.0000
CPU min MHz: 100.0000
BogoMIPS: 48.00
L1d cache: unknown size
L1i cache: unknown size
L2 cache: unknown size
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
SoC guess: Amlogic Meson GXL (S905X) Revision 21:c (84:2)
Compiler: /usr/bin/gcc (Debian 8.3.0-6/aarch64-linux-gnu)
Userland: arm64
Kernel: 5.1.0-aml-s905/aarch64
CONFIG_HZ=250
CONFIG_HZ_250=y
CONFIG_PREEMPT=y
CONFIG_PREEMPT_COUNT=y
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_PREEMPT_RCU=y
xor: measuring software checksum speed
xor: using function: 32regs (2831.000 MB/sec)
raid6: using algorithm neonx8 gen() 0 MB/s
raid6: .... xor() 0 MB/s, rmw enabled
raid6: using neon recovery algorithm
| Khadas VIM | 1512 MHz | 5.1 | Buster arm64 | 3860 | 90160 | 659460 | 1930 | 5900 | - |