$ time dd if=/dev/zero of=./data.dat bs=8192 count=1000000
1000000+0 records in
1000000+0 records out
8192000000 bytes (8.2 GB, 7.6 GiB) copied, 55.6718 s, 147 MB/s
real 0m56.642s
user 0m0.572s
sys 0m25.776s
$ time dd if=./data.dat of=/dev/null
16000000+0 records in
16000000+0 records out
8192000000 bytes (8.2 GB, 7.6 GiB) copied, 48.1263 s, 170 MB/s
real 0m48.132s
user 0m7.672s
sys 0m33.244s
rock64はカードサイズのSBC( Single Board Computer)である。そのネットワーク性能をiperfで計測したので掲載しておく。サーバーがrock64側で、クライアントはi7搭載のノートPCである。同じ環境でデスクトップとノートPC間でiperfを試しても同じパフォーマンスだったので、rock64のパフォーマンスに関しては十分な性能が出ていると判断して良いだろう。
$ iperf -c rock64.local
------------------------------------------------------------
Client connecting to rock64.local, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.100.5 port 48250 connected with 192.168.100.56 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 1.09 GBytes 940 Mbits/sec
$ !!
iperf -c rock64.local
------------------------------------------------------------
Client connecting to rock64.local, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.100.5 port 48252 connected with 192.168.100.56 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 1.09 GBytes 940 Mbits/sec