Andrew D
Andrew D

Reputation: 116

Ruby on Rails Graphs

I've got a rails app running which is monitoring several websites by making a HTTP request to a specified URL. The application also gets the DNS response time and Server Response Time - I wanted to construct a graph to show the response time over x period. I was looking for a graph like the bandwidth graphs you often see, something like this: https://www.ubiquityservers.com/pdf/bandwidth%20graph%20daily%20view.png

Does anyone know of anything like this?

Andrew

Upvotes: 1

Views: 1690

Answers (2)

datalost
datalost

Reputation: 3773

You may like Open Flash Chart Plugin

Upvotes: 1

Awea
Awea

Reputation: 3183

You can use fusioncharts a flash solution to make graphs.

Or may be you can find exactly what you want on ruby-toolbox, they are a complete list of gems to make graph in a rails app.

Upvotes: 2

Related Questions