Easy benchmarking
Go to file
Nils Steinger 90ed66221f Clearer feature list and backlink to GitHub repo 2017-02-26 05:50:32 +01:00
CNAME Create CNAME 2017-02-25 01:10:18 +01:00
README.md Clearer feature list and backlink to GitHub repo 2017-02-26 05:50:32 +01:00
bench.sh Symlink bench.sh → nench.sh 2017-02-25 01:12:48 +01:00
index.html Symlink bench.sh → index.html (for Github Pages) 2017-02-25 01:14:51 +01:00
ioping.static Added statically-linked ioping binary (v1.0, compiled for Linux x86_64) 2017-02-25 00:01:14 +01:00
nench.sh Clearer feature list and backlink to GitHub repo 2017-02-26 05:50:32 +01:00

README.md

nench.sh ("new bench.sh")

Current version always available at https://github.com/n-st/nench

  • loosely based on the established freevps.us/bench.sh
  • includes CPU and ioping measurements
  • reduced number of speedtests (9 x 100 MB), while retaining useful European and North American POPs
  • runs IPv6 speedtest by default (if the server has IPv6 connectivity)

Usage example

(curl -s bench.wget.racing | bash; curl -s bench.wget.racing | bash) 2>&1 | tee nench.log
(wget -qO- bench.wget.racing | bash; wget -qO- bench.wget.racing | bash) 2>&1 | tee nench.log