2

Problem

Have a server-side application that generates a large amount of logging and statistical data that needs to be analyzed for the purposes of monitoring and diagnostics.

Currently, we use a Javascript graphing library to request the information from the server and graph it in a web browser. However, this requires a lot of developer hours in designing the UX and implementing the graphing functionality.

Question

Is there a better way to do this? Perhaps a web service or desktop application that can request the information from our servers and display it in the way that we need to see it?

Example of what we have now:

enter image description here

Chris Dutrow
  • 48,402
  • 65
  • 188
  • 258
  • Are some of the things you're trying to graph something that [javamelody](http://code.google.com/p/javamelody/) could manage for you? Are you looking for a package to consume raw generic data and perform statistic analysis on it? – n0741337 Aug 22 '13 at 20:32
  • We need something that will help us visualize data. We do not need analysis. – Chris Dutrow Aug 22 '13 at 21:52
  • I would suggest checking out [this question (older)](http://stackoverflow.com/questions/265777/what-is-the-best-open-source-java-charting-library-other-than-jfreechart) or typing "jfreechart vs" into google and checking out some of it's auto-complete suggestions to see some other libraries. And of course, there's [jfreechart](http://www.jfree.org/jfreechart/index.html). – n0741337 Aug 22 '13 at 22:28

1 Answers1

0

you want a dashboard as a service.

http://www.clicdata.com/

https://www.geckoboard.com/

https://plot.ly/

panchicore
  • 11,451
  • 12
  • 74
  • 100