Documentation

Getting started with PerfSage SLO Reporter

Quick Start

Follow these steps to get started with PerfSage SLO Reporter for JMeter.

1. Add the Plugin

mvn dependency:copy -Dartifact=com.perfsage:perfsage-slo-reporter:0.1.0:jar -DoutputDirectory=$JMETER_HOME/lib

2. Configure SLO Thresholds

# slo.properties response_time.p95.threshold=500 response_time.p99.threshold=1000 error_rate.threshold=0.01 success_rate.threshold=0.99

3. Run JMeter Tests

jmeter -n -t your-test-plan.jmx -l results.jtl

4. Generate Reports

java -jar perfsage-slo-reporter-0.1.0.jar --input results.jtl --config slo.properties --output report/

Resources

GitHub Repository

Source code, issues, and discussions

Setup Guide

Detailed installation and configuration

Configuration Guide

SLO threshold and report settings

Usage Examples

Real-world examples and use cases