Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EC2 + InfluxGrafana #55

Open
krishnakanthpps opened this issue Apr 6, 2016 · 8 comments
Open

EC2 + InfluxGrafana #55

krishnakanthpps opened this issue Apr 6, 2016 · 8 comments

Comments

@krishnakanthpps
Copy link

Hi Oliver,

Congrats on creating an exceptional batch file which helps us a lot. I am trying to build a script which also incorporates the InfluxDB + Grafana Dashboard as well.

I have not tested this, but I would like to know if you have any insight if I had a GraphiteBackendListener into the script and make the test push the data into InfluxDB and I want to be able to view the dashboards in Grafana?

I am looking at tweaking your scripts, but meanwhile wanted to understand your views.

@oliverlloyd
Copy link
Owner

This should just work. I can't see why you would need to change the script. As I see it, you just need to:

  • Create and configure an influxDB server running Grafana
  • Add a BackendListener to your jmeter test
  • Make sure that the instances you create using this script are able to communicate to the influxDB server (open it to the world for testing and then restrict as required)
  • Run test

Why not give it a go and write about how you got on?

@krishnakanthpps
Copy link
Author

Sure will do over the weekend. Thank you for the response.

@oliverlloyd
Copy link
Owner

Did you have any luck with this? There's a lot of potential to this integration, I'm curious how you got on.

@slash-zero
Copy link
Contributor

Hi,

You can already integrate with influx and grafana. Just use the backend
listener which is already included in jmeter to post to influx-db running
the grafana plugin. Then you can create your dashboard in a separate
instance of grafana.

Personally, I eventually just switched to my own custom reporting solution.
The metrics you get in grafana via the jmeter plugin are fairly limited.
On Apr 16, 2016 6:29 PM, "Oliver Lloyd" [email protected] wrote:

Did you have any luck with this? There's a lot of potential to this
integration, I'm curious how you got on.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#55 (comment)

@slash-zero
Copy link
Contributor

For the record, I store the test results in my own custom MySQL database,
then use a graphing library (Highcharts) to graph the data. This allows me
to create whatever reports I need.
On Apr 16, 2016 7:29 PM, "Mark Bonassera" [email protected] wrote:

Hi,

You can already integrate with influx and grafana. Just use the backend
listener which is already included in jmeter to post to influx-db running
the grafana plugin. Then you can create your dashboard in a separate
instance of grafana.

Personally, I eventually just switched to my own custom reporting
solution. The metrics you get in grafana via the jmeter plugin are fairly
limited.
On Apr 16, 2016 6:29 PM, "Oliver Lloyd" [email protected] wrote:

Did you have any luck with this? There's a lot of potential to this
integration, I'm curious how you got on.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#55 (comment)

@oliverlloyd
Copy link
Owner

@slash-zero What was it about the metrics that was limited? I've read this before.

I hear you about creating a custom solution, this is often where things naturally end up, but I suspect there's a lot of people that would benefit from a quick and easy solution for real time graphs without the need for developing anything. But before diving in I wanted to get feedback from others that have been there.

@krishnakanthpps
Copy link
Author

Sorry was not checking my emails. Yes it worked. But as someone already
said the metrics are limited from backend listener

On Sunday, April 17, 2016, Oliver Lloyd [email protected] wrote:

Did you have any luck with this? There's a lot of potential to this
integration, I'm curious how you got on.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#55 (comment)

@krishnakanthpps
Copy link
Author

@slash-zero I am interested in knowing what you built as a custom solution..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants