Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ToOSDMap() overrides to the Stat subclass CounterStat. | Robert Adams | 2013-07-12 | 1 | -0/+1 |
| | | | | | Add a GetStatsAsOSDMap method to StatsManager which allows the filtered fetching of stats for eventual returning over the internets. | ||||
* | Make it possible to specify display of stats in a particular 'container' by ↵ | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -0/+8 |
| | | | | | | | | | separating category and container with a period. e.g. "show stats server.network" I failed to realize this had already been implemented without the period in the show stats command (as the command help had not been updated). However, I would prefer the . approach as it will allow specifying multiple stats, easier wildcarding, etc. This commit also prevents any stat from having a period in its short name. | ||||
* | Display existing statistic of how many http requests a server is making as ↵ | Justin Clark-Casey (justincc) | 2013-06-19 | 1 | -0/+5 |
| | | | | server.network.HTTPRequestsMade in "show stats all" | ||||
* | minor: tidy up spacing if display a unit for additional stat information | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | Make number of inbound http requests handled available as a ↵ | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -1/+6 |
| | | | | httpserver.<port>.IncomingHTTPRequestsProcessed stat | ||||
* | Fix issue where stat samples were accidentally static, so that any ↵ | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -1/+1 |
| | | | | additional stat with sampling would produce wrong results | ||||
* | Make StatsManager default output a little more readable | Robert Adams | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | Add a virtual ToOSDMap() function to Monitoring.Stat for future | Robert Adams | 2013-02-21 | 1 | -0/+16 |
| | | | | overloading by aggregation statistics and browser based stat viewers. | ||||
* | Add CounterStat which is a wrapper for a counter stat but, because | Robert Adams | 2013-02-21 | 1 | -1/+7 |
| | | | | | | | 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. | ||||
* | refactor: Move stat classes out of StatManager and into their own files for ↵ | Justin Clark-Casey (justincc) | 2012-11-16 | 1 | -0/+238 |
clarity. |