jmeter-java-dsl icon indicating copy to clipboard operation
jmeter-java-dsl copied to clipboard

How can i add Perfmon Metric Collector?

Open RajK-Official opened this issue 9 months ago • 2 comments

I want to do perfmonce testing with metric like cpu, memory, disk io, network, etc usage data. how to get this data

RajK-Official avatar Apr 30 '25 03:04 RajK-Official

Hey,

If you're referring to the metrics of the servers under test and want to retrieve them directly in JMeterDSL, I think that one of the quickest options is to use the JMeterDSL wrapper along with some JMeter Plugins designed for this purpose, such as PerfMon plugin.

Another common approach is to collect these metrics using an observability platform like Datadog, Dynatrace, or open-source solutions like Prometheus+Grafana or InfluxDB+Grafana. JMeterDSL integrates with most of these platforms to send test results, allowing you to view both test results and server metrics in one place.

andreig09 avatar Apr 30 '25 14:04 andreig09

I just realized you were asking about using the Perfmon Metric Collector.

You might want to check the JMeterDSL wrapper guide for instructions on how to set it up.

andreig09 avatar Apr 30 '25 14:04 andreig09