-1

We have all three(Jmeter + graylog + mongodb) s\w readly installed with me in windows so please give me any reference or idea how to integerate to each other.

Krish Gaur
  • 21
  • 2
  • 7
  • Do you have some particular problem? There seems to be, at least, a good tutorial on JMeter and mongodb [Jmeter mongoDB perfromance testing](https://www.blazemeter.com/blog/mongodb-performance-testing-with-jmeter/) – anasmi Jan 15 '20 at 07:36

1 Answers1

0

If you want to observe real-time results of your test in Graylog be informed that the current JMeter version 5.2.1 doesn't support storing results to MongoDB out of the box so you might want to consider InfluxDB instead of MongoDB and Grafana instead of Graylog

Check out How to Use Grafana to Monitor JMeter Non-GUI Results article for more details.


If you have to stay on this Mongo + Graylog stack you can implement your own BackendListener which will store JMeter metrics to MongoDB, but you will have to do some Java programming.

Dmitri T
  • 159,985
  • 5
  • 83
  • 133
  • we are not using InfluxDB...We need the integration of jmeter with grafana + graylog with mongodb. – Krish Gaur Jan 15 '20 at 12:12
  • thanks for response. if you have Java programming code releted to store JMeter metrics to MongoDB please provide us... – Krish Gaur Jan 15 '20 at 13:02