I've got a rails app running which is monitoring several websites by making a HTTP reque开发者_开发技巧st 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
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.
You may like Open Flash Chart Plugin
精彩评论