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.
|
7 years ago | |
---|---|---|
ebin | 7 years ago | |
src | 7 years ago | |
Emakefile | 7 years ago | |
LICENSE | 7 years ago | |
Makefile | 7 years ago | |
README.md | 7 years ago | |
spsBenchmark.app.src | 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).