Wikimirror benchmark for the SPS course.
Go to file
Fabio Salvini 1128250cb3 Missing files 2017-06-27 23:19:40 +02:00
src Sources and README 2017-06-27 23:18:58 +02:00
Emakefile Missing files 2017-06-27 23:19:40 +02:00
LICENSE Missing files 2017-06-27 23:19:40 +02:00
Makefile Missing files 2017-06-27 23:19:40 +02:00
README.md Sources and README 2017-06-27 23:18:58 +02:00
spsBenchmark.app.src Missing files 2017-06-27 23:19:40 +02:00

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).