Skip to content

Commit

Permalink
Add new sub section SLA and KPIs
Browse files Browse the repository at this point in the history
Add new sub section "SLA and KPIs" in the Results Analysis section
  • Loading branch information
vdaburon authored May 22, 2023
1 parent e95bc1a commit d1488f2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,16 @@ This list grew up from [an occasional answer](https://sqa.stackexchange.com/a/25
- [JtlReporter](https://github.com/ludeknovy/jtl-reporter) - Online reporting application to generate reports by uploading JTL file.
- [JMeter Result Analysis Plugin](https://github.com/afranken/jmeter-analysis-maven-plugin) - Maven plugin that parses JMeter test results and generates detailed reports with charts.
- [JMeter Results Analyser](https://sourceforge.net/projects/jmstats/) - Web-based application for collating, analysing and reporting JMeter test results.
- [JMeter Graph Tool Maven Plugin](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin) - Maven plugin to create graphs and filter results using CMDRunner and Filter Results Tools from [JMeter Plugins](#plugins); usually used along with the [JMeter Maven Plugin](#tools--plugins) and set of ["companion" plugins](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin#compagnion-tools).
- DB Results Collectors
- [JMeter DBCollector Plugin](https://sourceforge.net/projects/jmeterdbcollect/) - Plugin to enable results logging into a database for more effective reporting.
- [JMeter MySQLCollector Plugin](https://cwiki.apache.org/confluence/display/jmeter/MysqlCollectorPlugin) - Patch to configure listener to log into MySQL database.
- [JMeter SLA Report](https://github.com/sgoeschl/jmeter-sla-report) - JMeter HTML report generator based on JAMon.
- [JMeter JUnit Reporter](https://github.com/tilln/jmeter-junit-reporter) - Apache JMeter plugin for generating JUnit Reports in XML format, based on custom KPIs (Key Performance Indicators).
- [JMeter Graph Tool Maven Plugin](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin) - Maven plugin to create graphs and filter results using CMDRunner and Filter Results Tools from [JMeter Plugins](#plugins); usually used along with the [JMeter Maven Plugin](#tools--plugins) and set of ["companion" plugins](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin#compagnion-tools).
- SLA and KPIs
- [JMeter SLA Report](https://github.com/sgoeschl/jmeter-sla-report) - JMeter HTML report generator based on JAMon.
- [JMeter JUnit Reporter](https://github.com/tilln/jmeter-junit-reporter) - Apache JMeter plugin (Listener) for generating JUnit Reports in XML format, based on custom KPIs (Key Performance Indicators).
- [JMeter JUnit KPI Reporter From JMeter CSV Report](https://github.com/vdaburon/JUnitReportKpiJMeterReportCsv) - Read KPI declarations in a CSV file and apply the KPI assertion on a JMeter Report CSV file (Aggregate, Summary or Synthesis Report) and generates a result file in JUnit XML format. Usually used along with the [JMeter Graph Tool Maven Plugin](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin).
- [JUnit Report Compare 2 JMeter Report Csv Files](https://github.com/vdaburon/JUnitReportKpiCompareJMeterReportCsv) - Compare 2 load tests JMeter Report CSV Files (Aggregate, Summary or Synthesis Report) and create a JUnit Report based on custom Key Performance Indicators (KPIs). Usually used along with the [JMeter Graph Tool Maven Plugin](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin).
- [JMeter JUnit KPI Reporter From JMeter Dashboard Statistics Json File](https://github.com/vdaburon/JUnitReportKpiJMeterDashboardStats) - Read KPI declarations in a CSV file and apply the KPI assertion on a JMeter Dashboard Statistics Json file and generates a result file in JUnit XML format. Usually used along with the [JMeter Maven Plugin](#tools--plugins).

### Reporting & Visualization

Expand Down

0 comments on commit d1488f2

Please sign in to comment.