Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JMETER_BIN | No | Path to the JMeter executable, defaults to ${JMETER_HOME}/bin/jmeter | |
JMETER_HOME | Yes | Path to the JMeter installation directory | |
JMETER_JAVA_OPTS | No | Optional JMeter Java options | -Xms1g -Xmx2g |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
execute_jmeter_test | Execute a JMeter test. Args: test_file: Path to the JMeter test file (.jmx) gui_mode: Whether to run in GUI mode (default: False) |
execute_jmeter_test_non_gui | Execute a JMeter test in non-GUI mode. Args: test_file: Path to the JMeter test file (.jmx) |