aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/BaseStatsCollector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor: Change "memory churn" terminology in statistics to "heap allocation ↵Justin Clark-Casey (justincc)2013-06-201-6/+6
| | | | rate" since this is more generally meaningful
* Add a method to IStatsCollector for returning stats as an OSDMap.Robert Adams2013-02-201-0/+7
| | | | | | Extend implementors of IStatsCollector to return an OSDMap of stats. Update UserStatsCollector and AssetStatsCollector to return both string and OSDMap data (as well as console format).
* Add LastMemoryChurn stat using existing data so we can more quickly tell how ↵Justin Clark-Casey (justincc)2012-10-161-1/+5
| | | | memory churn changes rather than waiting for the average to move.
* Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-251-0/+67
This better reflects the long-term purpose of that project and matches Monitoring modules.