Reputation: 21
I am trying to find a jemter plugin which is help to display the remote host stats (Cloud based) during the execution. Does someone can help me on this with your expertise
I have search on many blogs and research papaers
Upvotes: 0
Views: 90
Reputation: 50
As per my understanding of your query, you want to monitor jmeter test (response time,error rate,TPS etc ) from some portal (preferably cloud) during execution. I haven't seen such plugin for cloud. But you can use Jmeter+Grafana+influxDB integration. Integration needs some efforts to set up but it's one-time effort and setup can be reused. Jmeter Backend listener is required to work this integration. Reference : https://www.blazemeter.com/blog/how-to-use-grafana-to-monitor-jmeter-non-gui-results
Addition to that you can monitor server-side machine level parameter by doing telegraph integration with grafana.
I hope this will help you :)
Upvotes: 1