This repository was archived by the owner on Aug 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathREADME
More file actions
31 lines (19 loc) · 1.44 KB
/
README
File metadata and controls
31 lines (19 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
################################################################################
# ServerBear (http://serverbear.com) benchmarker #
################################################################################
This script will:
* Download and install packages to run UnixBench
* Download and run UnixBench
* Upload to ServerBear the UnixBench output and information about this computer
This script has been tested on Ubuntu, Debian, and CentOs. Running it on other environments may not work correctly.
To improve consistency, we recommend that you stop any services you may be running (e.g. web server, database, etc) to get the environment as close as possible to the original configuration.
WARNING: You run this script entirely at your own risk.
ServerBear accepts no responsibility for any damage this script may cause.
Please review the code at https://github.com/Crowd9/Benchmark if you have any concerns
To run (please substitute your host details, you must include a valid email address to recieve your report):
wget -N https://raw.github.com/Crowd9/Benchmark/master/sb.sh&&bash sb.sh 'Web Host Name' 'Plan Name' 'youremail@address.com' 'Cost'
Example:
wget -N https://raw.github.com/Crowd9/Benchmark/master/sb.sh&&bash sb.sh 'Linode' 'Linode 512' 'storecrowd@mailinator.com' '19.99'
Docker Usage
------------
docker run --rm -it kylemanna/serverbear 'Linode' 'Linode 512' 'storecrowd@mailinator.com' '19.99'