| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2013-11-23 | 1 | -3/+3 |
|\ |
|
| * | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -3/+3 |
* | | Merge branch 'master' into careminster | Melanie | 2013-10-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2013-10-04 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2013-09-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | minor: Correct typo on "debug stats record start" message | Justin Clark-Casey (justincc) | 2013-08-23 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2013-08-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | minor: remove mono compiler warning in StatsManager | Justin Clark-Casey (justincc) | 2013-08-17 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2013-08-11 | 5 | -150/+272 |
|\ \
| |/ |
|
| * | Stats treaking. Update ToOSDMap for Stat and PercentageStat to return | Robert Adams | 2013-08-10 | 4 | -150/+235 |
| * | Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini. | Robert Adams | 2013-08-08 | 1 | -0/+6 |
| * | Add a JSON web fetch of the statististics managed by StatsManager. | Robert Adams | 2013-08-08 | 1 | -0/+31 |
* | | Merge branch 'master' into careminster | Melanie | 2013-08-07 | 5 | -15/+532 |
|\ \
| |/ |
|
| * | Add file missing from last commit 4c2f6de | Justin Clark-Casey (justincc) | 2013-08-06 | 1 | -0/+108 |
| * | Add the experimental ability to dump stats (result of command "show stats all... | Justin Clark-Casey (justincc) | 2013-08-06 | 1 | -12/+40 |
| * | Add checks monitoring framework to provide alerts if certain conditions do no... | Justin Clark-Casey (justincc) | 2013-08-05 | 4 | -3/+384 |
* | | Merge branch 'master' into careminster | Melanie | 2013-08-01 | 2 | -22/+68 |
|\ \
| |/ |
|
| * | Make "abnormal thread terminations" into "ClientLogoutsDueToNoReceives" and a... | Justin Clark-Casey (justincc) | 2013-07-29 | 2 | -22/+68 |
* | | Merge branch 'master' into careminster | Melanie | 2013-07-24 | 1 | -2/+22 |
|\ \
| |/ |
|
| * | Correct issue where the last instance of a sampled stat was shown 3x larger t... | Justin Clark-Casey (justincc) | 2013-07-23 | 1 | -1/+2 |
| * | Improve spacing between data and units on console stats display | Justin Clark-Casey (justincc) | 2013-07-23 | 1 | -3/+12 |
| * | For stats which can show average change over time, show the last sample as we... | Justin Clark-Casey (justincc) | 2013-07-23 | 1 | -1/+11 |
* | | Merge branch 'master' into careminster | Melanie | 2013-07-18 | 3 | -0/+88 |
|\ \
| |/ |
|
| * | Add ToOSDMap() overrides to the Stat subclass CounterStat. | Robert Adams | 2013-07-12 | 3 | -0/+88 |
* | | Merge branch 'master' into careminster | Melanie | 2013-06-23 | 5 | -70/+455 |
|\ \
| |/ |
|
| * | Change "ObjectMemory" stat to "HeapMemory" to align with other stat names. A... | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -3/+3 |
| * | Allow more than one stat category to be specified in "show stats" | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -30/+34 |
| * | minor: Change "memory churn" terminology in statistics to "heap allocation ra... | Justin Clark-Casey (justincc) | 2013-06-20 | 3 | -14/+14 |
| * | Fix minor bug where the check whether to display SmartThreadPool stats was ac... | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -1/+1 |
| * | Make it possible to specify display of stats in a particular 'container' by s... | Justin Clark-Casey (justincc) | 2013-06-20 | 2 | -3/+17 |
| * | Display existing statistic of how many http requests a server is making as se... | Justin Clark-Casey (justincc) | 2013-06-19 | 2 | -4/+22 |
| * | 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 httpserver.<port>... | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -1/+6 |
| * | Fix issue where stat samples were accidentally static, so that any additional... | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -1/+1 |
| * | If SmartThreadPool is active, display statistical information about it in "sh... | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -2/+13 |
| * | Drop server level stats to debug instead of info. | Justin Clark-Casey (justincc) | 2013-06-17 | 1 | -1/+1 |
| * | Add server stats for available builtin threadpool and iocp workers | Justin Clark-Casey (justincc) | 2013-06-17 | 1 | -0/+16 |
| * | Make general server stats available on the robust console as well as the simu... | Justin Clark-Casey (justincc) | 2013-06-17 | 2 | -32/+349 |
* | | Merge branch 'master' into careminster | Melanie | 2013-03-22 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | For the moment, disable the output of the 'scene' statistics in SimExtraStats... | Robert Adams | 2013-03-19 | 1 | -1/+3 |
* | | Merge branch 'master' into careminster | Melanie | 2013-02-26 | 3 | -217/+253 |
|\ \
| |/ |
|
| * | Make StatsManager default output a little more readable | Robert Adams | 2013-02-24 | 1 | -1/+1 |
| * | Add EventHistogram.GetHistogramAsOSDMap that returns that parameters | Robert Adams | 2013-02-24 | 1 | -211/+228 |
| * | Modify StatsManager so console command "show stats category container" | Robert Adams | 2013-02-24 | 1 | -5/+24 |
* | | Merge branch 'master' into careminster | Melanie | 2013-02-22 | 8 | -6/+312 |
|\ \
| |/ |
|
| * | Add a virtual ToOSDMap() function to Monitoring.Stat for future | Robert Adams | 2013-02-21 | 1 | -0/+16 |
| * | Add CounterStat which is a wrapper for a counter stat but, because | Robert Adams | 2013-02-21 | 2 | -1/+218 |
| * | Add a method to IStatsCollector for returning stats as an OSDMap. | Robert Adams | 2013-02-20 | 5 | -4/+77 |
| * | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2013-02-15 | 2 | -22/+22 |
|\ \
| |/ |
|