Skip to content

jpweber/Plank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plank

Description

Plank is a simple load generates set of tools. This was originally created for benchmarking ec2 instances to see if there is a noisy neighbor problem and terminate and launch another one if needed.

What this is and what it's not. This set of tests is not to provide anything particularly telling about a system. What it is, is a set of tests that can be ran with the same parameters on systems. It is intended that you know what a good system is and you keep the results of these tests as a good result. You then run the same tests on future machines to make sure they are not worse than your … benchmark

Instalation

Usage

Generates load good for stressing systems, comparing system performance or failure testing

Usage:
  Plank [command]

Available Commands:
  diskwrite   Writes/Reads file to disk
  fib         Runs fibonnaci sequences to stress memory and cpu
  help        Help about any command
  malloc      Allocates memory and hangs on to it.

Flags:
  -h, --help      help for Plank
  -v, --verbose   show human readable output

Use "Plank [command] --help" for more information about a command.

Documentation

Still to come

options

Still to come

  • option 1
  • option 2