Well depends on where all the information is stored but what I did for my last project with graphing is parsed a text log into a mysql database then from there it can be pulled in with php and graphed. I used the JPGraph libraries to make it easy on myself.

That way it is browser/os independent, easy to access, and I have a set of filters and drop downs that let me select options such at date ranges. Works pretty well.