January 17, 2022

benchmark быстрый и легкий

curl -sL yabs.sh | bash -s --  -i
  • -b this option forces use of pre-compiled binaries from repo over local packages
  • -f/-d this option disables the fio (disk performance) test
  • -i this option disables the iperf (network performance) test
  • -g this option disables the Geekbench (system performance) test
  • -h this option prints the help message with usage, flags detected, and local package (fio/iperf) status
  • -r this option reduces the number of iperf locations (Online.net/Clouvider LON+NYC) to lessen bandwidth usage
  • -4 this option overrides the Geekbench 5 performance test and runs a Geekbench 4 test instead
  • -9 this option runs the Geekbench 4 test in addition to the Geekbench 5 test

Source: https://github.com/masonr/yet-another-bench-script