Skip to main content
Glama
__init__.py363 B
""" Parser module for JMeter test results. This module provides functionality for parsing JMeter test results from JTL files in both XML and CSV formats. """ from analyzer.parser.base import JTLParser from analyzer.parser.xml_parser import XMLJTLParser from analyzer.parser.csv_parser import CSVJTLParser __all__ = ['JTLParser', 'XMLJTLParser', 'CSVJTLParser']

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/QAInsights/jmeter-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server