Measure your Breeze's performance to establish baselines and verify upgrades.
CPU Benchmark
apt install sysbench -y\nsysbench cpu --threads=2 runMemory Benchmark
sysbench memory --threads=2 runDisk Benchmark
# Write test\ndd if=/dev/zero of=/tmp/test bs=1M count=1024 oflag=dsync\n\n# Read test\ndd if=/tmp/test of=/dev/null bs=1M\n\n# Cleanup\nrm /tmp/testNetwork
speedtest-cli --simpleWeb Server (Apache Bench)
apt install apache2-utils -y\nab -n 1000 -c 100 http://localhost/