Wikimirror benchmark for the SPS course.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Fabio Salvini 548c5b8c4b ebin directory 7 years ago
ebin ebin directory 7 years ago
src Sources and README 7 years ago
Emakefile Missing files 7 years ago
LICENSE Missing files 7 years ago
Makefile Missing files 7 years ago
README.md Sources and README 7 years ago
spsBenchmark.app.src Missing files 7 years ago

README.md

SPSBenchmark

Benchmark tool for the Software Performance and Scalability course.

Configuration

Edit: spsBenchmark.app.src

Parameters:

  • domain: The url without the resource.
  • pagefile: file with all the resources (one per line).
  • nPages: how many resource to use (the shuffling may take some time).

Then

$ make config

Build

$ make

Documentation

$ make doc

Usage

Start the console

$ erl -pa ebin

Initiliaze the benchmarker

> benchmarker:init().

Service time

> benchmarker:startServiceTime(Duration, Warmup).

Open loop test

> benchmarker:startOpenLoop(Rate, Duration, Warmup).

Closed loop test

> benchmarker:startClosedLoop(Rate, Population, Duration, Warmup).