igama / vpsbench

Benchmarks VPS perfomance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vpsbench

Benchmark VPS performance. See user submissions

A script to run simple and comprehensive benchmarks on CPU and IO performance.

Tested on:

  • Debian 6
  • Debian 7
  • Debian 8
  • CentOS 7
  • Ubuntu 10.04 LTS
  • Ubuntu 12.04 LTS
  • Ubuntu 14.04 LTS
  • Ubuntu 16.04 LTS

Usage

Usage: vpsbench [OPTION...]

-a Bench all
-d Bench downloads
-f Create 100M bigfile
-x Remove temporary files
-u Bench unixbench

Debian pre-requisites

apt-get install -y time bzip2

CentOS/RHEL pre-requisites

 yum install time bzip2 -y

Example

$ bash <(wget --no-check-certificate -O - https://raw.github.com/mgutz/vpsbench/master/vpsbench)

CPU model:  Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Number of cores: 4
CPU frequency:  3417.879 MHz
Total amount of RAM: 3265 MB
Total amount of swap: 1021 MB
System uptime:   8:41,
I/O speed:  427 MB/s
Bzip 25MB: 4.66s
Download 100MB file: 1.64MB/s

License

Licensed under The MIT License

About

Benchmarks VPS perfomance

License:MIT License


Languages

Language:Shell 100.0%