• This repository has been archived on 18/Aug/2021
  • Stars
    star
    146
  • Rank 252,769 (Top 5 %)
  • Language
    Shell
  • Created over 12 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

################################################################################
#               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' '[email protected]' 'Cost'

Example:

wget -N https://raw.github.com/Crowd9/Benchmark/master/sb.sh&&bash sb.sh 'Linode' 'Linode 512' '[email protected]' '19.99'


Docker Usage
------------

    docker run --rm -it kylemanna/serverbear 'Linode' 'Linode 512' '[email protected]' '19.99'