aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/Stats/CounterStat.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ToOSDMap() overrides to the Stat subclass CounterStat.Robert Adams2013-07-121-0/+21
| | | | | Add a GetStatsAsOSDMap method to StatsManager which allows the filtered fetching of stats for eventual returning over the internets.
* Add EventHistogram.GetHistogramAsOSDMap that returns that parametersRobert Adams2013-02-241-211/+228
| | | | about the histogram as well as the values.
* Add CounterStat which is a wrapper for a counter stat but, becauseRobert Adams2013-02-211-0/+211
the 'count' event is internal, historical data can be built it. Also includes EventHistogram class for building time based, bucketed history of event occurances. Make Stat implement IDisposable for subclasses that might need it.