aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/UserStatistics/LogLinesAJAX.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Added a client version report.Teravus Ovares2009-01-071-0/+5
| | | | | * Added a report-> link generator.
* Update svn properties, minor formatting cleanup.Jeff Ames2009-01-051-1/+28
|
* * Adds an active log to the WebStats console. for an example of it in use ↵Teravus Ovares2009-01-051-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.