aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Statistics (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-01-30* Insert 'assets served per hour' speed to asset server statsJustin Clarke Casey1-6/+15
2008-01-28* Add total logouts (and total logins) to server side user statsJustin Clarke Casey1-4/+16
* Passing the stats collector through object chains is not ideal - this will change when more stats come in * This change will need a prebuild
2008-01-28* Move AssetStatsReporter to Framework.StatisticsJustin Clarke Casey1-0/+82
* The hooks are still plugged in too high at the asset server, but then next layer down is the database and this may be refactored soon. * This change will requires a prebuild
2008-01-26Set svn properties.Jeff Ames1-0/+0
2008-01-25* Add very basic initial login stats to the user serverJustin Clarke Casey1-0/+82
* Typing 'stats' on the command line will given total number of successful logins today and yesterday * A little bit more to come, probably * Refactoring will follow next