Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: Change "memory churn" terminology in statistics to "heap allocation ↵ | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -6/+6 |
| | | | | rate" since this is more generally meaningful | ||||
* | Add a method to IStatsCollector for returning stats as an OSDMap. | Robert Adams | 2013-02-20 | 1 | -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-16 | 1 | -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-25 | 1 | -0/+67 |
This better reflects the long-term purpose of that project and matches Monitoring modules. |