Skip to content
Anup Rout edited this page Jun 30, 2019 · 3 revisions

Welcome to the jmeterplugins wiki!

AzureMonitorBackendListener:

AzureMonitorBackendListener - screen shot

properties :

Add the below properties in <Jmeter_Home>/bin/jmeter.properties file in case you want to override the default values.

backend_azuremonitor.metrics_send_interval (default 5 seconds)
backend_azuremonitor.connection_timeout (default 1000 ms)
backend_azuremonitor.socket_timeout (default 3000 ms
backend_azuremonitor.connection_request_timeout (default 30000 ms)

performance considerations:

SocketTimeout Exception : If you get socket time out exception, it means the azure monitor is responding slow. In that case increase the value for backend_azuremonitor.socket_timeout property.

High CPU & Memory consumption: If the Jmeter host machine shows more resource utilization, then reduce the sampling rate by increasing the value for backend_azuremonitor.metrics_send_interval.

Clone this wiki locally