开发者

Ruby on Rails Graphs

开发者 https://www.devze.com 2023-04-05 07:19 出处:网络
I\'ve got a rails app running which is monitoring several websites by making a HTTP reque开发者_开发技巧st to a specified URL.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消