Skip to content

YuriiChukhrai/jmeter-https-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jmeter-https-metrics

Article

Implementation of custom HTTPS sender for JMeter and InfluxDB

Dependencies

Make sure you have installed on your operating system:

  1. Java
  2. Git
  3. Maven

Running Tests

The following steps should get you set up for running tests locally on your machine:

  1. Clone this repository to your local machine.
  2. All commands must be run from the \jmeter-https-metrics directory cloned during setup process above.

InfluxdbBackendListenerClient properties

  • backend_influxdb.connection_timeout - default value 2000 ms.
  • backend_influxdb.socket_timeout - default value 5000 ms.
  • backend_influxdb.connection_request_timeout - default value 100 ms.
  • backend_influxdb.send_interval - default value 5 seconds.

Deploy

  • mvn clean install - Run unit test, generate artifacts and install it to the M2 local repository.
  • mvn clean deploy - Run unit test, generate artifacts and deploy it (the artifact server configurations should be provided in the [~/.m2/settings.xml]).
  • mvn clean -Dmaven.test.skip=true deploy - Generate artifacts and deploy it without unit tests.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages