From 915f724d2d99d461ff5cdf4a1206d1faf6cfd0eb Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Sat, 25 Feb 2017 18:43:37 +0100 Subject: [PATCH] Added README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..56da6a9 --- /dev/null +++ b/README.md @@ -0,0 +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 + +Usage example +------------- + +``` +(curl bench.wget.racing | bash; curl bench.wget.racing | bash) | tee nench.log +```