资 源 简 介
Uluru
Uluru is an open-source suite for running parameterized performance scripts, which has been developed to automate performance testing in _Roox LLC_.
Uluru supports jmeter scripts so far only and is run-able on Linux only.
So the base use case for the suite is:
Develop jmeter scripts by jmeter GUI interface;
Add parameters to these scripts, e.g:
Run time;
Threads number;
Target hosts;
Loops number;
etc;
Update Uluru props file with variables mentioned above and also:
Specify which sar statistics to be collected (sysstat);
Specify tests order and tests to be executed;
Write scripts to prepare input data for tests (pre/post conditions);
etc;
Here you go! Run Uluru with this props file and get the full report with standard jmeter report and system counters collected.
You could