sysbench --test=cpu --cpu-max-prime=24576 --num-threads=1 run
sysbench --test=memory --memory-total-size=20000M run
dd if=/dev/zero of=test_file bs=64k count=16k conv=fdatasync && rm -f test_file
On the server:
iperf3 -s -i 1 -p 63099
On the client side:
perf3 -c 10.0.0.1 -p 63099 -i 1