aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/UserStatistics/WebStatsModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Adds the variables passed to the hashtable BaseHttpServer passes in.Teravus Ovares2009-01-081-2/+10
| | | | | * Null check on Sessions_report.
* * Added session report. Teravus Ovares2009-01-071-0/+16
| | | | | | ** Full or two criteria. UserID, or VersionString * Added link to session report from client report.
* * Added a client version report.Teravus Ovares2009-01-071-1/+4
| | | | | * Added a report-> link generator.
* * remove mono compiler warningsJustin Clarke Casey2009-01-061-2/+2
|
* * Resolve a few bugs in the Stats CollectorTeravus Ovares2009-01-051-59/+115
| | | | | | | | | | ** Update limiter logic reversed * Resolve a few bugs in the Viewer Stats collector ** Catch the logoff ViewerStats post (darn those caps deregistrations) ** Check the type of the correct map when checking * Resolve a leak in Prototype_distributor ** .Close, .Dispose()!
* 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-3/+63
| | | | | | | | | | 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.
* * Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2009-01-031-0/+1083
* Adds a prototype web stats module which is disabled by default. It's functional with one report right now, however, the database structure may change, so I don't recommend enabling this to keep actual stats right now. I'll let you know when it's safe. * Adds Prototype for ajaxy web content * removed a warning or two.