ADMIN RESTX CONSOLE: admin/admin
Reporting tool for JMeter load tests.
- TODO
Default local MongoDB installation (port 27017) or add -Dmongo.uri=[mongodb://localhost:27017/jmeter-reporting]
for remote connection.
JMETER REPORTING is a RestX application. 2 ways to run application :
- Run As Java Application
org.jmeter.reporting.AppServer
(use embed jetty) - Deploy war on application server.
- [API/UI] : Configuration and check results of load tests
- [API] : authentification / roles
- [UI] : new charts
- Release and versionning
- JS tests with Karma
- Improvement aggregation queries (cache, indexes, upgrade MongoDB 2.6 ?)
- Improvement charts generation (Replacing Morris JS ?)
JMETER-REPORTING requires Java 7.
You can build it using either Maven 3.
With Maven: mvn clean install test
(add -Dhttp.proxyHost=host -Dhttp.proxyPort=port if you are behind a proxy to download embed MongoDB)
Contributions are welcome, fork the repo, push your changes to a branch and send a Pull Request.