Real-time metrics visualization and historic data storage
masterBy default, jmeter-java-dsl only provides summary data in the console during test execution. To achieve professional-grade analysis, you can integrate external tools to handle two main requirements:
- Real-time metrics visualization: View live performance data as the test runs (similar to the JMeter GUI experience).
- Historic data storage: Persist test run data in a database to allow for long-term review and comparison between different test runs.
Supported integration targets include InfluxDB, Graphite, Elasticsearch, Prometheus, and Datadog (see specific guides for setup instructions).