aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/Stats/PercentageStat.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+16
2012-11-16refactor: Move stat classes out of StatManager and into their own files for ↵Justin Clark-Casey (justincc)1-29/+46
clarity.
2012-10-16Add LastMemoryChurn stat using existing data so we can more quickly tell how ↵Justin Clark-Casey (justincc)1-1/+5
memory churn changes rather than waiting for the average to move.
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)1-2/+1
This better reflects the long-term purpose of that project and matches Monitoring modules.
2012-07-25Correct churn stat from MB/s from KB/sJustin Clark-Casey (justincc)1-1/+1
2012-07-25Add 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-03-16Add 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-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-04-25Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and ↵Dahlia Trimble1-1/+1
version to REST/json statistics reporting
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames1-5/+5
2009-04-17Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke1-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-18Formatting cleanup.Jeff Ames1-3/+3
2008-06-10* minor: Properly clear the pushed asset cache statistics where the ↵Justin Clarke Casey1-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 Casey1-1/+1
some idea of how these evolve * When returning GC.GetTotalMemory(), force collection first in order to get more accurate figures
2008-06-10Update svn properties.Jeff Ames1-51/+51
2008-06-10* Add memory currently allocated to OpenSim to 'show stats' statisticsJustin Clarke Casey1-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-16Formatting cleanup.Jeff Ames1-2/+2
2008-05-14* Refactor additional stats collection common code into base opensim serverJustin Clarke Casey1-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 Casey1-1/+1
Collectors - this seems more intuitive
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-2/+0
(this took a while to run).
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames1-1/+1
2008-02-23Update svn properties.Jeff Ames1-0/+0
2008-02-22* Oops! Add missing interfaceJustin Clarke Casey1-5/+13
2008-02-07Update version numbers to 0.5Jeff Ames1-1/+1
2007-12-27* Optimized usingslbsa711-1/+1
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-10-30* Optimized usingslbsa711-1/+1
* Shortened type references * Removed redundant 'this' qualifier
2007-10-15* Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!lbsa711-1/+1
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-16changed to native line ending encodingSean Dague1-36/+36
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-2/+0
* added some licensing info
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen1-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 ↵mingchen1-1/+1
to add/remove something