| Commit message (Expand) | Author | Files | Lines |
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2013-08-10 | Stats treaking. Update ToOSDMap for Stat and PercentageStat to return | Robert Adams | 4 | -150/+235 |
2013-07-23 | Correct issue where the last instance of a sampled stat was shown 3x larger t... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2013-07-23 | Improve spacing between data and units on console stats display | Justin Clark-Casey (justincc) | 1 | -3/+12 |
2013-07-23 | For stats which can show average change over time, show the last sample as we... | Justin Clark-Casey (justincc) | 1 | -1/+11 |
2013-07-12 | Add ToOSDMap() overrides to the Stat subclass CounterStat. | Robert Adams | 2 | -0/+22 |
2013-06-20 | Make it possible to specify display of stats in a particular 'container' by s... | Justin Clark-Casey (justincc) | 1 | -0/+8 |
2013-06-19 | Display existing statistic of how many http requests a server is making as se... | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2013-06-18 | minor: tidy up spacing if display a unit for additional stat information | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-06-18 | Make number of inbound http requests handled available as a httpserver.<port>... | Justin Clark-Casey (justincc) | 1 | -1/+6 |
2013-06-18 | Fix issue where stat samples were accidentally static, so that any additional... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-02-24 | Make StatsManager default output a little more readable | Robert Adams | 1 | -1/+1 |
2013-02-24 | Add EventHistogram.GetHistogramAsOSDMap that returns that parameters | Robert Adams | 1 | -211/+228 |
2013-02-21 | Add a virtual ToOSDMap() function to Monitoring.Stat for future | Robert Adams | 1 | -0/+16 |
2013-02-21 | Add CounterStat which is a wrapper for a counter stat but, because | Robert Adams | 2 | -1/+218 |
2012-11-16 | refactor: Move stat classes out of StatManager and into their own files for c... | Justin Clark-Casey (justincc) | 2 | -0/+326 |