Skip to content

petskratt/meta-vps-bench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meta VPS Bench, slightly forked

Rudimentary scripts to run benchmarks comparing Cloud VPS providers.

Runs sysbench and speedtest

Example: https://b3n.org/digitalocean-vultr-lightsail-benchmarks/

Usage:

    git clone https://github.com/petskratt/meta-vps-bench.git
    cd meta-vps-bench
    ./setup.sh
    ./bench.sh
    ./parse.sh
    cat speed*.result

This fork has some minor fixes:

  • chmod +x for .sh scripts
  • memory results parsing
  • removed speedtest targets that are not active anymore
  • made running speedtests optional (./bench.sh speedtest)
  • parsing with tabs, not commas (for small-scale use and copying to Excel :-)
  • each run overwrites results (>, not >>)
  • secure db password

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%