aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/Stats (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ToOSDMap() overrides to the Stat subclass CounterStat.Robert Adams2013-07-122-0/+22
* Make it possible to specify display of stats in a particular 'container' by s...Justin Clark-Casey (justincc)2013-06-201-0/+8
* Display existing statistic of how many http requests a server is making as se...Justin Clark-Casey (justincc)2013-06-191-0/+5
* minor: tidy up spacing if display a unit for additional stat informationJustin Clark-Casey (justincc)2013-06-181-1/+1
* Make number of inbound http requests handled available as a httpserver.<port>...Justin Clark-Casey (justincc)2013-06-181-1/+6
* Fix issue where stat samples were accidentally static, so that any additional...Justin Clark-Casey (justincc)2013-06-181-1/+1
* Make StatsManager default output a little more readableRobert Adams2013-02-241-1/+1
* Add EventHistogram.GetHistogramAsOSDMap that returns that parametersRobert Adams2013-02-241-211/+228
* Add a virtual ToOSDMap() function to Monitoring.Stat for futureRobert Adams2013-02-211-0/+16
* Add CounterStat which is a wrapper for a counter stat but, becauseRobert Adams2013-02-212-1/+218
* refactor: Move stat classes out of StatManager and into their own files for c...Justin Clark-Casey (justincc)2012-11-162-0/+326