aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/UserStatistics/LogLinesAJAX.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-07* Added a client version report.Teravus Ovares1-0/+5
* Added a report-> link generator.
2009-01-05Update svn properties, minor formatting cleanup.Jeff Ames1-1/+28
2009-01-05* Adds an active log to the WebStats console. for an example of it in use ↵Teravus Ovares1-0/+98
as it is right now see http://wmcv.com:9000/SStats/ * It still isn't quite ready to be used mainstream. * A couple of things to note, it doesn't keep track of the logs if nobody is looking at the stats. * It doesn't read the whole log file. Just the last 10 lines of the stream. Tested to 1GB+ logfiles with no noticeable performance issues.