Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add memory currently allocated to OpenSim to 'show stats' statistics | Justin Clarke Casey | 2008-06-10 | 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) | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -12/+12 |
| | |||||
* | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 2008-05-14 | 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 | ||||
* | * Refactor: Renaming non viewer statistics classes from Reporters to ↵ | Justin Clarke Casey | 2008-05-14 | 1 | -0/+92 |
Collectors - this seems more intuitive |