Hi everyone, I have about 5 million data points for server metrics across 10+ servers. (similar to taking the top command from unix/linux every 5 seconds and capture that data.)
I would like to display the data similarly to the stock ticker at finance.google.com, where I can look at all of the data at once, or zoom in to a particular region of interest. Instead of a stock I would have a metric such as "User CPU" or "User Memory." I'm assuming I'm not going to be able to load all 5 million data points into one page, so I will have to filter the data somehow when the graph is zoomed out and average it somehow. Does anyone know how this type of interaction would work with the Visualization API? (I'm assuming I would have to re-query my database each time someone scrolls or zomms in/out) Does anyone know of some good methods to query across various resolutions? (Do you pre-create a subset of data that has hour resolution, another with 1/2 hour etc...?) Thanks and any comments are appreciated! Dan -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
