easy visualization of usage statistics (web app)
- by sova
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.