Usage:
1. Download bench
wget https://bench.im/bench.py -O bench
2. Run bench
python3 bench
Detail:
You can select multiple regions at the same time:
python3 bench cn us de fr
Any country code can be accepted.
Advance:
Thead: You can specify the number of threads with the -t
parameter.
python3 bench -t 1
Id: You can specify a test server with the -i
parameter.
python3 bench -i 35154
Or many servers:
python3 bench -i 20478 21514 35154
Buffer size: You can specify the number of buffer size with the -b
parameter.
python3 bench -b 256
Default to 128(k).
Server ID:
You can find the server id from this page: Datasheet
How it work?
Bench.im is written in python3. And finally displays the data with some editing.
License
Bench.im is released under the Mulan PubL v2 License. See LICENSE for more information.