aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Statistics/BaseStatsCollector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-08-181-3/+3
|
* * minor: Properly clear the pushed asset cache statistics where the ↵Justin Clarke Casey2008-06-101-1/+1
| | | | | | | | clear-assets command is used on the region console * stop waiting for garbage collection when GC total memory used is requested, in case the periodic request of this lags the sim
* * If a server has statistics, print these out to the log every hour to get ↵Justin Clarke Casey2008-06-101-1/+1
| | | | | | | | some idea of how these evolve * When returning GC.GetTotalMemory(), force collection first in order to get more accurate figures
* Update svn properties.Jeff Ames2008-06-101-51/+51
|
* * Add memory currently allocated to OpenSim to 'show stats' statisticsJustin Clarke Casey2008-06-101-0/+51
* 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)