snench/README.md

76 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2021-04-15 15:54:51 +02:00
snench.sh ("Snel.com benchmark")
2017-02-25 18:43:37 +01:00
=========================
2021-04-15 15:54:51 +02:00
Current version always available at https://git.snel.com/snelcom/snench
2021-04-15 15:54:51 +02:00
- Based on nench (https://github.com/n-st/nench)
- Includes CPU and ioping measurements
2021-04-15 16:01:25 +02:00
- Successfully tested on Debian, Ubuntu, CentOS, Arch Linux and FreeBSD
2017-02-27 18:30:12 +01:00
2017-02-25 18:43:37 +01:00
Usage example
-------------
```
2021-04-15 17:44:05 +02:00
(curl -s https://git.snel.com/snelcom/snench/raw/branch/master/snench.sh | bash) 2>&1 | tee snench.log
```
2017-05-08 22:39:40 +02:00
Example output
--------------
2021-04-15 15:54:51 +02:00
Output from a VPS hosted with Snel.com in Rotterdam:
2017-05-08 22:39:40 +02:00
```
2021-04-15 16:01:25 +02:00
-------------------------------------------------
snench.sh v2021.04.15 -- https://git.snel.com/snelcom/snench
2021-04-15 17:44:05 +02:00
benchmark timestamp: 2021-04-15 15:42:05 UTC
2021-04-15 16:01:25 +02:00
-------------------------------------------------
Processor: Intel(R) Xeon(R) Gold 5222 CPU @ 3.80GHz
CPU cores: 4
Frequency: 3791.092 MHz
RAM: 7.8Gi
Swap: 5.0Gi
Kernel: Linux 4.19.0-16-amd64 x86_64
Disks:
sda 100G SSD
CPU: SHA256-hashing 500 MB
2021-04-15 17:44:05 +02:00
2.198 seconds
2021-04-15 16:01:25 +02:00
CPU: bzip2-compressing 500 MB
2021-04-15 17:44:05 +02:00
3.874 seconds
2021-04-15 16:01:25 +02:00
CPU: AES-encrypting 500 MB
2021-04-15 17:44:05 +02:00
0.803 seconds
2021-04-15 16:01:25 +02:00
ioping: seek rate
2021-04-15 17:44:05 +02:00
min/avg/max/mdev = 26.4 us / 41.3 us / 6.05 ms / 32.9 us
2021-04-15 16:01:25 +02:00
ioping: sequential read speed
2021-04-15 17:44:05 +02:00
generated 58.4 k requests in 5.00 s, 14.3 GiB, 11.7 k iops, 2.85 GiB/s
2021-04-15 16:01:25 +02:00
ioping: sequential write speed
2021-04-15 17:44:05 +02:00
generated 25.1 k requests in 5.00 s, 6.13 GiB, 5.03 k iops, 1.23 GiB/s
2021-04-15 16:01:25 +02:00
ioping: random 4k read speed
2021-04-15 17:44:05 +02:00
generated 125.9 k requests in 5.00 s, 491.8 MiB, 25.2 k iops, 98.4 MiB/s
2021-04-15 16:01:25 +02:00
ioping: random 4k write speed
2021-04-15 17:44:05 +02:00
generated 69.2 k requests in 5.00 s, 270.2 MiB, 13.8 k iops, 54.0 MiB/s
2021-04-15 16:01:25 +02:00
IPv4 speedtests
your IPv4: 193.33.60.xxxx
2021-04-15 17:44:05 +02:00
Cachefly CDN 222.22 MiB/s
Snel.com (NL) 793.65 MiB/s
Hetzner (DE) 121.07 MiB/s
Online.net (FR) 198.68 MiB/s
Linode NJ (US) 32.44 MiB/s
DigitalOcean (CA) 26.51 MiB/s
2021-04-15 16:01:25 +02:00
IPv6 speedtests
your IPv6: 2a00:7b80:3043:xxxx
2021-04-15 17:44:05 +02:00
Snel.com (NL) 1010.10 MiB/s
Hetzner (DE) 185.19 MiB/s
Online.net (FR) 216.25 MiB/s
Linode NJ (US) 32.40 MiB/s
DigitalOcean (CA) 27.10 MiB/s
2021-04-15 16:01:25 +02:00
-------------------------------------------------
2017-05-08 22:39:40 +02:00
```