Clearer feature list and backlink to GitHub repo

This commit is contained in:
Nils Steinger 2017-02-26 05:50:32 +01:00
parent fa2dd83b51
commit 90ed66221f
2 changed files with 22 additions and 8 deletions

View File

@ -1,9 +1,13 @@
nench.sh ("new bench.sh") nench.sh ("new bench.sh")
========================= =========================
- based on the established freevps.us/bench.sh Current version always available at https://github.com/n-st/nench
- modified to include CPU and ioping measurements and to reduce the number of
speedtests while retaining useful European and North American POPs - 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 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 (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
```

View File

@ -1,11 +1,17 @@
#!/bin/bash #!/bin/bash
##### ##########
# nench.sh ("new bench.sh") # 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 # current version at https://github.com/n-st/nench
# speedtests while retaining useful European and North American POPs # - 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 '%s\n' '-------------------------'
printf ' nench.sh benchmark\n' printf ' nench.sh benchmark\n'