System information
echo@amlogic:~$ uname -a
Linux amlogic 3.14.29 #207 SMP PREEMPT Fri Jun 1 09:27:52 MSK 2018 aarch64 aa
64 aarch64 GNU/Linux
Memory information
echo@amlogic:~$ free -h
total used free shared buff/cache available
Mem: 1.8G 87M 1.4G 17M 256M 1.6G
Swap: 899M 0B 899M
Storage information
echo@amlogic:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 788M 0 788M 0% /dev
tmpfs 180M 5.3M 175M 3% /run
/dev/data 5.0G 1.8G 3.2G 37% /
tmpfs 900M 0 900M 0% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 900M 0 900M 0% /sys/fs/cgroup
tmpfs 900M 0 900M 0% /tmp
log2ram 50M 12M 39M 24% /var/log
tmpfs 180M 0 180M 0% /run/user/1000
CPU information
echo@amlogic:~$ cat /proc/cpuinfo
Processor : AArch64 Processor rev 4 (aarch64)
processor : 0
processor : 1
processor : 2
processor : 3
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: AArch64
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : Amlogic
Serial : 210d04003d3e10cf51c1c2442b2ad991
7zip single thread test
echo@amlogic:~$ 7z b -mmt1
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs LE)
LE
CPU Freq: 1151 1415 1415 1415 1415 1414 1415 1414 1415
RAM size: 1799 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: 835 100 813 813 | 15619 100 1334 1334
23: 799 100 815 815 | 15298 100 1324 1324
24: 756 100 814 814 | 14952 100 1313 1313
25: 721 100 824 824 | 14348 100 1277 1277
---------------------------------- | ------------------------------
Avr: 100 816 816 | 100 1312 1312
Tot: 100 1064 1064
7zip multi thread test
echo@amlogic:~$ 7z b
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs LE)
LE
CPU Freq: 1162 1415 1415 1414 1414 1415 1414 1414 1414
RAM size: 1799 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: 2310 309 728 2247 | 60622 398 1298 5172
23: 2348 324 738 2393 | 59354 398 1290 5136
24: 2304 334 743 2478 | 58013 398 1280 5093
25: 2282 345 756 2607 | 55289 395 1246 4921
---------------------------------- | ------------------------------
Avr: 328 741 2431 | 397 1278 5080
Tot: 363 1010 3756
Internal eMMC speed test
echo@amlogic:~$ sudo hdparm -Tt /dev/data
/dev/data:
Timing cached reads: 1938 MB in 2.00 seconds = 969.02 MB/sec
Timing buffered disk reads: 434 MB in 3.00 seconds = 144.58 MB/sec
echo@amlogic:~$ sudo dd if=/dev/data of=/dev/null bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 7.01682 s, 153 MB/s
USB2.0 Port test
echo@amlogic:~$ sudo hdparm -Tt /dev/sda1
/dev/sda1:
Timing cached reads: 1868 MB in 2.00 seconds = 933.43 MB/sec
Timing buffered disk reads: 98 MB in 3.02 seconds = 32.46 MB/sec
echo@amlogic:~$ sudo dd if=/dev/sda1 of=/dev/null bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 26.6966 s, 40.2 MB/s
Ethernet test
echo@amlogic:~$ iperf -c 192.168.1.246 -i 1
------------------------------------------------------------
Client connecting to 192.168.1.246, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.1.247 port 49385 connected with 192.168.1.246 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0- 1.0 sec 113 MBytes 945 Mbits/sec
[ 3] 1.0- 2.0 sec 112 MBytes 942 Mbits/sec
[ 3] 2.0- 3.0 sec 111 MBytes 934 Mbits/sec
[ 3] 3.0- 4.0 sec 113 MBytes 947 Mbits/sec
[ 3] 4.0- 5.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5.0- 6.0 sec 113 MBytes 946 Mbits/sec
[ 3] 6.0- 7.0 sec 112 MBytes 937 Mbits/sec
[ 3] 7.0- 8.0 sec 112 MBytes 943 Mbits/sec
[ 3] 8.0- 9.0 sec 112 MBytes 941 Mbits/sec
[ 3] 9.0-10.0 sec 112 MBytes 936 Mbits/sec
[ 3] 0.0-10.0 sec 1.10 GBytes 941 Mbits/sec