YxRyaB / jmeter-reporting

Reporting tool for JMeter load tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JMeter Reporting Build Status

Demo

JMETER REPORTING

ADMIN RESTX CONSOLE: admin/admin

Features

Reporting tool for JMeter load tests.

  • TODO

Installation

Pre-requisite

Default local MongoDB installation (port 27017) or add -Dmongo.uri=[mongodb://localhost:27017/jmeter-reporting] for remote connection.

Run Application

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.

RoadMap

Features

  • [API/UI] : Configuration and check results of load tests
  • [API] : authentification / roles
  • [UI] : new charts

Integration & Tests

  • Release and versionning
  • JS tests with Karma

Performance

  • Improvement aggregation queries (cache, indexes, upgrade MongoDB 2.6 ?)
  • Improvement charts generation (Replacing Morris JS ?)

Development

Frameworks used

Build

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)

Contributing

Contributions are welcome, fork the repo, push your changes to a branch and send a Pull Request.

Built on

About

Reporting tool for JMeter load tests

License:Apache License 2.0


Languages

Language:JavaScript 57.6%Language:Java 31.4%Language:HTML 9.8%Language:Shell 0.8%Language:CSS 0.3%Language:CoffeeScript 0.1%