Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 1 | -68/+0 | |
This better reflects the long-term purpose of that project and matches Monitoring modules. | |||||
2012-07-25 | Correct churn stat from MB/s from KB/s | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2012-07-25 | Add experimental "OpenSim object memory churn" statistics to output of ↵ | Justin Clark-Casey (justincc) | 1 | -8/+12 | |
region console "show stats" command This aims to capture the amount of memory that OpenSim turns over whilst operating a region. This memory is not lost - apart from leaks it is reclaimed by the garbage collector. However, the more memory that gets turned over the more work the GC has to do to reclaim it. | |||||
2012-07-10 | add some more memory information to StatsCollector | UbitUmarov | 1 | -4/+20 | |
2012-03-16 | Add process working memory to "show stats" memory statistics. | Justin Clark-Casey (justincc) | 1 | -2/+6 | |
This shows the actual amount of RAM being taken up by OpenSimulator (objects + vm overhead) | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-04-25 | Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and ↵ | Dahlia Trimble | 1 | -1/+1 | |
version to REST/json statistics reporting | |||||
2009-04-22 | Add copyright headers. Formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2009-04-17 | Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 1 | -0/+9 | |
This patch adds extended status reporting with the url http://server:port/simstatusx/ [^] . The data is returned in json format as "text/plain" type. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 | |
2008-06-10 | * minor: Properly clear the pushed asset cache statistics where the ↵ | Justin Clarke Casey | 1 | -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 | |||||
2008-06-10 | * If a server has statistics, print these out to the log every hour to get ↵ | Justin Clarke Casey | 1 | -1/+1 | |
some idea of how these evolve * When returning GC.GetTotalMemory(), force collection first in order to get more accurate figures | |||||
2008-06-10 | Update svn properties. | Jeff Ames | 1 | -51/+51 | |
2008-06-10 | * Add memory currently allocated to OpenSim to 'show stats' statistics | Justin Clarke Casey | 1 | -41/+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) | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-05-14 | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 1 | -6/+6 | |
* 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 | -1/+1 | |
Collectors - this seems more intuitive | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -2/+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-02-23 | Update svn properties. | Jeff Ames | 1 | -0/+0 | |
2008-02-22 | * Oops! Add missing interface | Justin Clarke Casey | 1 | -5/+13 | |
2008-02-07 | Update version numbers to 0.5 | Jeff Ames | 1 | -1/+1 | |
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 | -1/+1 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-15 | * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken! | lbsa71 | 1 | -1/+1 | |
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 | -36/+36 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -2/+0 | |
* added some licensing info | |||||
2007-06-27 | *Moved VersionInfo.cs to its correct place in OpenSim.csproj | mingchen | 1 | -1/+1 | |
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild | |||||
2007-06-27 | *Some more restructuring/fixing -- should compile, but high chance I forgot ↵ | mingchen | 1 | -1/+1 | |
to add/remove something |