easy visualization of usage statistics (web app)

Posted by sova on Programmers See other posts from Programmers or by sova
Published on 2010-11-16T20:20:06Z Indexed on 2011/06/27 8:30 UTC
Read the original article Hit count: 234

Filed under:
|
|
|

I have some usage queries for my web app's database, the results of which I want to display graphically. Is there an easy-to-use api that exists for this purpose?

I want to show things like average query-time per user (a small user-base), average query time per day, and things like that. I think it would be cool to show these on a two-axis graph.

I am displaying this data on my site, so a jQuery/javascript/html solution for rendering information into graphs would be ideal.

Thank you :)

P.S. I wasn't sure if I should ask this on SO, but I am looking more for which product to use, not how to program with it.

© Programmers or respective owner

Related posts about sql

Related posts about html