From 90ed66221f9862a1ff8ec7b0c7f88f10376d059d Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Sun, 26 Feb 2017 05:50:32 +0100 Subject: [PATCH] Clearer feature list and backlink to GitHub repo --- README.md | 14 +++++++++++--- nench.sh | 16 +++++++++++----- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8819380..55e7ad1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ nench.sh ("new bench.sh") ========================= -- based on the established freevps.us/bench.sh -- modified to include CPU and ioping measurements and to reduce the number of - speedtests while retaining useful European and North American POPs +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 ------------- @@ -11,3 +15,7 @@ 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 +``` diff --git a/nench.sh b/nench.sh index 0d6f336..ecf75cd 100755 --- a/nench.sh +++ b/nench.sh @@ -1,11 +1,17 @@ #!/bin/bash -##### +########## # nench.sh ("new bench.sh") -# - based on the established freevps.us/bench.sh -# - modified to include CPU and ioping measurements and to reduce the number of -# speedtests while retaining useful European and North American POPs -##### +# ========================= +# current version 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) +# Run using `curl -s bench.wget.racing | bash` +# or `wget -qO- bench.wget.racing | bash` +########## printf '%s\n' '-------------------------' printf ' nench.sh benchmark\n'