Skip to content

athiththan11/JMeter-InfluxDB-Listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMeter InfluxDB Listener

An Extended InfluxDB Backend Listener Implementation for JMeter

Metrics

  • maxAT: Maximum active threads
  • minAT: Minimum active threads
  • meanAT: Mean active threads
  • startedT: Number of started threads
  • endedT: Ended threads
  • sb: Sent bytes
  • rb: Received bytes
  • responseTime: Response time
  • processingTime: Processing time
  • latency: Latency
  • connectTime: Connection time

Build & Deploy

Build

Execute the following command from the root directory of the project to build the project

mvn clean install package

Deploy

Copy the built JAR artifact from the /target directory and place it inside the <apache>/lib/ext to engage the extended backend listener implementation with the JMeter.

References

About

An Extended InfluxDB Backend Listener Implementation for JMeter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages