analyze_jmeter_results
Analyze JMeter test results to extract key performance metrics and insights from JTL files, helping identify bottlenecks and summarize test outcomes.
Instructions
Analyze JMeter test results and provide a summary of key metrics and insights.
Args: jtl_file: Path to the JTL file containing test results detailed: Whether to include detailed analysis (default: False)
Returns: str: Analysis results in a formatted string
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jtl_file | Yes | ||
| detailed | No |