cat /dev/urandom | gzip > /dev/null
date nice stress --cpu 8
check that you have hw accel enabled
zcat /proc/config.gz | grep CRYPTO_HW openssl speed md5 sha1 sha256 sha512 des des-ede3 \ aes-128-cbc aes-192-cbc aes-256-cbc rsa2048 dsa2048 | tee /tmp/sslspeed
date stress --vm 8 --vm-keep
draft
date stress ...
on the server
iperf3 -s
on the client
iperf3 -c SERVER-ADDRESS
https://openwrt.org/docs/guide-user/perf_and_log/benchmark.openssl
https://openwrt.org/docs/guide-user/advanced/snippets#ellipticcurvesinopenssh
https://www.yugabyte.com/blog/linux-performance-tuning-memory-disk-io/