generate_visualization
Create visual charts and reports from JMeter test results to analyze performance data and identify bottlenecks.
Instructions
Generate visualizations of JMeter test results.
Args: jtl_file: Path to the JTL file containing test results visualization_type: Type of visualization to generate (time_series, distribution, comparison, html_report) output_file: Path to save the visualization
Returns: str: Path to the generated visualization file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jtl_file | Yes | ||
| visualization_type | Yes | ||
| output_file | Yes |