MCP.so
登录

JMeter Demo Using MCP

@vjgit-369

关于 JMeter Demo Using MCP

Jmeter Demo Using Jmeter MCP Server

基本信息

分类

其他

运行时

html

传输方式

stdio

发布者

vjgit-369

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is JMeter Demo Using MCP?

JMeter Demo Using MCP is a project that demonstrates how to combine JMeter with the Model Context Protocol (MCP) for automated performance testing. It is designed for testers and developers who want to run JMeter tests programmatically through an MCP-compatible client.

How to use JMeter Demo Using MCP?

Set the JMETER_HOME environment variable to your JMeter installation path, install the Python dependencies (mcp, pydantic), and then run python test_mcp.py. Test parameters such as thread count, ramp-up period, and duration can be modified directly in test_mcp.py.

Key features of JMeter Demo Using MCP

  • GUI and Non-GUI test execution
  • Configurable thread count and test duration
  • Automated HTML report generation
  • Real-time test monitoring

Use cases of JMeter Demo Using MCP

  • Running JMeter performance tests with custom user loads and durations
  • Generating and reviewing HTML test reports automatically
  • Integrating JMeter testing into MCP-compatible development workflows
  • Iteratively tuning test parameters (threads, ramp-up, duration) without manual GUI configuration

FAQ from JMeter Demo Using MCP

What is JMeter Demo Using MCP?

It is a demonstration project that integrates Apache JMeter with the Model Context Protocol (MCP) to automate performance testing and report generation.

What are the prerequisites?

Python 3.x, Apache JMeter (with JMETER_HOME set), and an MCP-compatible client such as Cursor.

How do I configure test parameters (thread count, ramp-up, duration)?

Edit the command-line arguments in test_mcp.py. For example, set -Jthreads=10 for the number of users, -Jrampup=20 for the ramp-up period, and -Jduration=60 for the test duration.

Where are test results saved?

Results are saved as JTL files (results*.jtl) and as an HTML report at report*/index.html.

How do I run tests in GUI mode vs. non-GUI mode?

Run python test_mcp.py to execute tests. The server supports both GUI and Non-GUI execution; the default mode depends on how the script is invoked.

评论

其他 分类下的更多 MCP 服务器