Skip to content

A simple python script to post your jmeter test results as datadog metrics

License

Notifications You must be signed in to change notification settings

singh2005/jmeter-datadog-publisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jmeter-datadog-publisher

This is a simple python script to post your jmeter test results as datadog metrics. Jmeter saves the test results into a jtl file (csv) by default. This script will parse that file and create datadog metrics for every transaction in your jmeter test plan. The data sent to datadog includes: Transaction name, timestamp, response time and success (true/false).

Usage:

python post_jmeter_results_to_datadog.py sample_result.jtl

Requirements:

About

A simple python script to post your jmeter test results as datadog metrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages