Skip to main content

python-jtl provides a module called jtl which can be useful for parsing JMeter results (so called JTL files). JTL files can be either of XML or CSV (with or without the fieldnames) file format. jtl module supports both XML and CSV (with and without the fieldnames) file formats.

The typical usage in general looks like this:

from jtl import create_parser

parser = create_parser('test_results.xml')
for sample in parser.itersamples():
    ...

Features

  • Parses JMeter results (JTL) into the iterator of the results samples;

  • Supports both XML and CSV (with and without fieldnames) file formats;

  • Supports custom delimiter character (CSV only);

  • Stores results samples in named tuples;

  • Uses iterative XML parsing for better performance;

  • Automatically detects the file format (XML or CSV).

Release files for python-jtl 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for python-jtl 0.1.1
File Size Uploaded
python-jtl-0.1.1.tar.gz 71.0 kB Details

Release files / python-jtl-0.1.1.tar.gz

Download URL python-jtl-0.1.1.tar.gz
Size 71.0 kB
Tags Source
SHA-256 checksum
How to use checksums
f84c2277e4f90a488a0bc874a9d25f8fa55cd36fd8014846fd57d8c2bb526a0d
BLAKE2b-256 checksum
How to use checksums
75b2b6043728d1e7855c6ef43cafc0df34984b7be146fcd247f67d943447c757
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.1 This release

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page