Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 1 | -92/+0 | |
This better reflects the long-term purpose of that project and matches Monitoring modules. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2008-06-27 | dr scofield's warning safari: | Dr Scofield | 1 | -1/+1 | |
* commented out [Obsolete(....)] attributes where no replacement feature was available: if we want to attribute code that we think needs to be reworked, we should define a new attribute and use that instead (together with a little tool to retrieve all the attributed code then) * commenting out unused variables | |||||
2008-06-10 | * Add memory currently allocated to OpenSim to 'show stats' statistics | Justin Clarke Casey | 1 | -1/+1 | |
* This is the GC.GetTotalMemory() method, which I'm guessing does not include memory used by the VM (hence the memory usage reported in top on linux would be much higher) | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -12/+12 | |
2008-05-14 | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 1 | -1/+1 | |
* If extra stats not sent to the viewer are available on an opensim server, they are now uniformly accessible using the 'show stats' command | |||||
2008-05-14 | * Refactor: Renaming non viewer statistics classes from Reporters to ↵ | Justin Clarke Casey | 1 | -3/+3 | |
Collectors - this seems more intuitive | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -1/+0 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-03-04 | Added copyright heaaders. Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-01-28 | * Add total logouts (and total logins) to server side user stats | Justin Clarke Casey | 1 | -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-26 | Set svn properties. | Jeff Ames | 1 | -0/+0 | |
2008-01-25 | * Add very basic initial login stats to the user server | Justin Clarke Casey | 1 | -16/+16 | |
* 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 | |||||
2008-01-23 | * Timer wants, ms, not secs! | Justin Clarke Casey | 1 | -1/+1 | |
* May also be another bug lurking | |||||
2008-01-23 | * Add very very very basic initial statistical information collection to ↵ | Justin Clarke Casey | 1 | -55/+46 | |
asset server * stats can be seen by typing stats on the asset server command line * Currently collecting only raw requests for today and yesterday * And I haven't yet tested the 24 hour rollover | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -3/+4 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -90/+90 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -4/+0 | |
* added some licensing info |