analyze_jmeter_results
Analyze JMeter test results to extract key metrics, generate summaries, and provide insights. Input a JTL file for quick or detailed performance analysis to enhance test assessment.
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
Name | Required | Description | Default |
---|---|---|---|
detailed | No | ||
jtl_file | Yes |