blazemeter-performance-testing

blazemeter-performance-testing is a skill for Claude Code, Codex from Blazemeter/bzm-mcp. It costs 138 tokens per session (1,537 once invoked), scanned A, original, Apache-2.0.

A guide to BlazeMeter Performance Testing, which measures how an application behaves under simulated user or request load.

In plain words
What is it for?
Use it to configure users, duration, ramp-up, and distribution; create JMeter, browser, URL/API, or multi-tests; analyse reports; and use Taurus or performance-related integrations.
Why use it?
It brings load setup, test creation, result analysis, and troubleshooting together for performance investigations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/blazemeter/bzm-mcp/blazemeter-performance-testing
Any agent
npx skills add Blazemeter/bzm-mcp --skill blazemeter-performance-testing
Clone the repo
git clone --depth 1 https://github.com/Blazemeter/bzm-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for blazemeter-performance-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-performance-testing.svg)](https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-performance-testing)
Your own site
<a href="https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-performance-testing"><img src="https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-performance-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,537 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00138 $0.01537
Opus 5 $0.00069 $0.00768
Sonnet 5 $0.00028 $0.00307
Haiku 4.5 $0.00014 $0.00154

Measured 6d ago against content hash 9f95c4c1efb8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

blazemeter-performance-testing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

resources/skills/blazemeter-performance-testing/SKILL.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BlazeMeter Performance Testing

Comprehensive guide for creating, configuring, and analyzing Performance tests in BlazeMeter.

Overview

Performance Testing in BlazeMeter supports JMeter, Browser-based, URL/API, and Multi-Test scenarios with comprehensive reporting and analysis capabilities. This skill covers load configuration, test creation, reporting, and advanced features.

Quick Start

  1. Load Configuration: Set users, duration, ramp-up, and distribution
  2. Test Creation: Create JMeter, Browser, URL/API, or Multi-Tests
  3. Reporting: Analyze results with filtering, comparison, and advanced search
  4. JMeter Configuration: Configure properties, user properties, and live remote control
  5. Taurus: Use Taurus YAML for test configuration
  6. Advanced Features: Leverage AI Log Analysis, APM Integration, Network Emulation
  7. Troubleshooting: Resolve test failures and performance issues

MCP Tools Integration

Performance tests are managed through the BlazeMeter UI, but you can use MCP tools to manage tests, executions, and results:

Available MCP Tools

  • Test Management:

    • blazemeter_tests with action read - Read test details including performance test configuration
    • blazemeter_tests with action list - List all tests in a project
    • blazemeter_tests with action create - Create new performance tests
    • blazemeter_tests with action configure_load - Configure load settings (users, duration, ramp-up)
    • blazemeter_tests with action configure_locations - Configure location distribution
    • Required args: test_id (integer) or project_id (integer)
    • Returns: Test details including configuration
  • Test Execution:

    • blazemeter_execution with action start - Start performance test execution
    • blazemeter_execution with action read - Read execution details and results
    • blazemeter_execution with action list - List all executions for a test
    • blazemeter_execution with action read_summary - Get execution summary report
    • blazemeter_execution with action read_errors - Get error report
    • blazemeter_execution with action read_request_stats - Get request statistics report
    • Required args: test_id (integer) or execution_id (integer)
    • Returns: Execution details, results, and reports

Read the full file on GitHub · 106 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 106 lines · 138 tokens per session scan A 9f95c4c1efb8

Subscribe to this mod's changes

blazemeter-performance-testing is a skill published in the GitHub repository Blazemeter/bzm-mcp (26 stars, last pushed 8d ago), licensed Apache-2.0. It adds 138 tokens to every session and 1,537 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens

qmclaw-workbench

使用 OpenQuantum 的 QMClaw Local Tool 对超导量子比特 S21、能谱、Rabi、Ramsey、T1、SingleShot、DRAG、π 脉冲、功率偏移、Delta 和 RB 等 13 类测控实验做有界、确定性的本地模拟,并组织单比特调校工作流。用于实验规划、接口联调、教学和无硬件预检;不连接 LabRAD/lqms、真实仪器或量子云,不修改校准参数,也不替代 Scientific Validator。.

xi-zhao/OpenQuantum · 126 tokens

quick-capture

Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.

vscarpenter/gsd-task-manager · 0 tokens

event-staffing-ordering

Order W-2 event staff for US/CA events through TempGuru.

Tempguru-co/tempguru-mcp · 22 tokens

chainstack

Work with the Chainstack MCP server to manage blockchain nodes and projects. Use when deploying nodes, migrating to Chainstack from another RPC provider such as QuickNode or Alchemy, checking platform status, searching Chainstack docs, contacting the Chainstack team, or interacting with the Chainstack platform API via…

chainstacklabs/mcp-server · 66 tokens