DEV Community

Discussion on: JMeter, Prometheus, and Grafana Integration

Collapse
 
leibson profile image
leibson

Great information; thank you!
I really like the idea of pulling server resource metrics with Prometheus.

I want to run JMeter in headless mode for better performance. The JMeter people all say that it is bad to run JMeter with GUI components in a live load test.

How do you recommend using this component when running in headless mode?

It would seem that the right way is to just view the data in Grafana.

Thanks again.

Collapse
 
qainsights profile image
NaveenKumar Namachivayam ⚡

Thanks. You can launch your test using jmeter -n -t <test.jmx> ..... for headless mode.