BlazeMeter Troubleshooting
Comprehensive troubleshooting guide for resolving issues in BlazeMeter.
Overview
This skill covers troubleshooting for API Monitoring, Performance Testing, general issues, integrations, and security. It includes diagnostic steps, common solutions, and support resources. Effective troubleshooting requires systematic diagnosis and understanding of common issues and their solutions.
Quick Start
- Identify the issue: Determine if it's API Monitoring, Performance Testing, or general
- Check relevant reference: Review the appropriate troubleshooting guide
- Apply solutions: Follow diagnostic steps and solutions
- Contact support: If issues persist, use support resources
MCP Tools Integration
While troubleshooting is primarily done through UI and logs, you can use BlazeMeter MCP tools to access test execution information and results that may help diagnose issues:
Available MCP Tools
When to Use MCP Tools
- Execution Analysis: Use MCP tools to programmatically retrieve execution details and errors
- Automation: Integrate troubleshooting information into automation scripts
- Monitoring: Monitor test execution status and errors programmatically
Example Workflow
Getting Execution Details for Troubleshooting:
- Use
blazemeter_execution with action list to get execution IDs for a test
- Use
blazemeter_execution with action read to get detailed execution information
- Review execution status, errors, and results to identify issues
- Use this information to diagnose and resolve problems
Reference Files
API Monitoring
- api-monitoring.md: Radar Agent Auth Fail, SSL Certificate, Debug Test
Performance
- performance.md: High Response Time, 500 Response, Debug Test Multiple Scenarios, Partial Load, Selenium vs JMeter Load Testing, Test Works Locally but Not in BlazeMeter, Taurus Test Works Locally but Not in BlazeMeter, Test Won't Start
General
- general.md: Delete Non-Empty Project, Forbidden Domains, Chrome Extension Export JMX Failed, Support Feature Requests Submit, Support Feature Requests Track, Support Ticket Management
Integrations
- integrations.md: Integration New Relic Reporting
Security
- security.md: Apache Log4j2 Vulnerability
When to Use Each Reference
- API Monitoring: When troubleshooting API Monitoring test failures, Radar Agent issues, or SSL certificate problems
- Performance: When troubleshooting Performance test failures, high response times, or execution issues
- General: When troubleshooting general issues, project deletion, or support requests
- Integrations: When troubleshooting integration issues
- Security: When addressing security vulnerabilities
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: blazemeter-troubleshooting3description: Comprehensive troubleshooting guide for BlazeMeter, covering API Monitoring, Performance Testing, general issues, integrations, and security. Use when troubleshooting for (1) API Monitoring issues (Radar Agent auth, SSL certificates, debug tests), (2) Performance Testing issues (high response time, 500 errors, partial load, tests not starting), (3) General issues (delete non-empty project, forbidden domains, Chrome Extension export failures), (4) Integration issues (New Relic reporting), (5) Security issues (Apache Log4j2 vulnerability), (6) Support requests and tickets, or any other troubleshooting tasks. Use when this capability is needed.4---56# BlazeMeter Troubleshooting78Comprehensive troubleshooting guide for resolving issues in BlazeMeter.910## Overview1112This skill covers troubleshooting for API Monitoring, Performance Testing, general issues, integrations, and security. It includes diagnostic steps, common solutions, and support resources. Effective troubleshooting requires systematic diagnosis and understanding of common issues and their solutions.1314## Quick Start15161. **Identify the issue**: Determine if it's API Monitoring, Performance Testing, or general172. **Check relevant reference**: Review the appropriate troubleshooting guide183. **Apply solutions**: Follow diagnostic steps and solutions194. **Contact support**: If issues persist, use support resources2021## MCP Tools Integration2223While troubleshooting is primarily done through UI and logs, you can use BlazeMeter MCP tools to access test execution information and results that may help diagnose issues:2425### Available MCP Tools2627- **Test Execution Information**: 28 - `blazemeter_execution` with action `read` - Read test execution details and status29 - `blazemeter_execution` with action `list` - List all executions for a test30 - Required args: `execution_id` (integer) or `test_id` (integer)31 - Returns: Execution details including status, errors, and results3233- **Test Information**:34 - `blazemeter_tests` with action `read` - Read test details and configuration35 - Required args: `test_id` (integer)36 - Returns: Test details including configuration that may help identify issues3738### When to Use MCP Tools3940- **Execution Analysis**: Use MCP tools to programmatically retrieve execution details and errors41- **Automation**: Integrate troubleshooting information into automation scripts42- **Monitoring**: Monitor test execution status and errors programmatically4344### Example Workflow4546**Getting Execution Details for Troubleshooting**:471. Use `blazemeter_execution` with action `list` to get execution IDs for a test482. Use `blazemeter_execution` with action `read` to get detailed execution information493. Review execution status, errors, and results to identify issues504. Use this information to diagnose and resolve problems5152## Reference Files5354### API Monitoring55- **[api-monitoring.md](skill-blazemeter-troubleshooting://references/api-monitoring.md)**: Radar Agent Auth Fail, SSL Certificate, Debug Test5657### Performance58- **[performance.md](skill-blazemeter-troubleshooting://references/performance.md)**: High Response Time, 500 Response, Debug Test Multiple Scenarios, Partial Load, Selenium vs JMeter Load Testing, Test Works Locally but Not in BlazeMeter, Taurus Test Works Locally but Not in BlazeMeter, Test Won't Start5960### General61- **[general.md](skill-blazemeter-troubleshooting://references/general.md)**: Delete Non-Empty Project, Forbidden Domains, Chrome Extension Export JMX Failed, Support Feature Requests Submit, Support Feature Requests Track, Support Ticket Management6263### Integrations64- **[integrations.md](skill-blazemeter-troubleshooting://references/integrations.md)**: Integration New Relic Reporting6566### Security67- **[security.md](skill-blazemeter-troubleshooting://references/security.md)**: Apache Log4j2 Vulnerability6869## When to Use Each Reference7071- **API Monitoring**: When troubleshooting API Monitoring test failures, Radar Agent issues, or SSL certificate problems72- **Performance**: When troubleshooting Performance test failures, high response times, or execution issues73- **General**: When troubleshooting general issues, project deletion, or support requests74- **Integrations**: When troubleshooting integration issues75- **Security**: When addressing security vulnerabilities7677---78> Converted and distributed by [TomeVault](https://tomevault.io/claim/blazemeter) — claim your Tome and manage your conversions.79<!-- tomevault:4.0:skill_md:2026-04-11 -->