| Commit message (Expand) | Author | Files | Lines |
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8... | Diva Canto | 1 | -1/+1 |
2015-02-25 | On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo... | Justin Clark-Casey (justincc) | 1 | -2/+13 |
2015-02-04 | Fix bug in JobEngine where an attempt to restart after stop would trigger an ... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2015-01-12 | Add the missing deleted and re-added JobEngine class from the previous commit... | Justin Clark-Casey (justincc) | 1 | -0/+329 |
2015-01-12 | Make the performance controlling job processing threads introduced in confere... | Justin Clark-Casey (justincc) | 2 | -322/+74 |
2015-01-01 | Fix cut-and-paste error that made StatsManager web fetch queries | Robert Adams | 1 | -1/+1 |
2014-11-25 | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 3 | -139/+224 |
2014-11-25 | Change jobengine logging command to "debug jobengine log <int>" rather than l... | Justin Clark-Casey (justincc) | 1 | -7/+6 |
2014-11-25 | Move conditionals which control whether a task is placed in the JobEngine ins... | Justin Clark-Casey (justincc) | 1 | -2/+37 |
2014-11-25 | If an exception makes it to the top of a JobEngine request, catch and log ins... | Justin Clark-Casey (justincc) | 1 | -1/+10 |
2014-11-25 | Add loglevel to jobengine that can be controlled via "debug jobengine logleve... | Justin Clark-Casey (justincc) | 1 | -6/+26 |
2014-11-25 | Temporarily add root agent rez attachments work to job engine if it is runnin... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2014-11-25 | Add experimental job engine to see if queueing some existing async work durin... | Justin Clark-Casey (justincc) | 2 | -0/+310 |
2014-09-26 | Fix long-lived thread name logging. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-09-17 | Undo "Revert "Small changes to threading to send thread names to unmanaged th... | BlueWall | 1 | -6/+7 |
2014-09-17 | Revert "Small changes to threading to send thread names to unmanaged threads.... | BlueWall | 1 | -7/+6 |
2014-09-17 | Small changes to threading to send thread names to unmanaged threads. Needs M... | BlueWall | 1 | -6/+7 |
2014-09-09 | Make proper fix for last commit wrt Mantis 7317 by replacing disallowed c cha... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-09-09 | For stat names containing periods, replace with '#' rather than throw exception | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2014-09-05 | For monitoring purposes, start non-timeout tasks (which do not currently use ... | Justin Clark-Casey (justincc) | 1 | -11/+49 |
2014-08-13 | Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulator | Justin Clark-Casey (justincc) | 1 | -0/+3 |
2014-07-25 | Revert "Write UDP statistics to the log, not just the console (e.g., "show qu... | Justin Clark-Casey (justincc) | 1 | -22/+31 |
2014-07-21 | minor: Limit processor related stats to 3 decimal places instead of all the p... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2014-07-21 | Fix CPU processor use reporting on Mono. | Justin Clark-Casey (justincc) | 1 | -10/+4 |
2014-07-21 | Write UDP statistics to the log, not just the console (e.g., "show queues") | Oren Hurvitz | 1 | -31/+22 |
2014-07-08 | Fix issue with running "stats record start|stop" console command | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-03-21 | Add monitored thread last update times as stats in "show stats all" | Justin Clark-Casey (justincc) | 1 | -0/+26 |
2014-03-19 | minor: Make "stats show" an alias for "show stats" command. | Justin Clark-Casey (justincc) | 1 | -2/+10 |
2014-03-19 | Rename "debug stats record" command to "stats record" for consistency. Move ... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2014-03-19 | Allow a snapshot of stats to be dumped to a file with a "stats save" command | Justin Clark-Casey (justincc) | 1 | -3/+46 |
2014-03-18 | Allow "show stats" console command to take a full stat name and display only ... | Justin Clark-Casey (justincc) | 1 | -1/+23 |
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-08-23 | minor: Correct typo on "debug stats record start" message | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-08-17 | minor: remove mono compiler warning in StatsManager | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-08-10 | Stats treaking. Update ToOSDMap for Stat and PercentageStat to return | Robert Adams | 4 | -150/+235 |
2013-08-08 | Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini. | Robert Adams | 1 | -0/+6 |
2013-08-08 | Add a JSON web fetch of the statististics managed by StatsManager. | Robert Adams | 1 | -0/+31 |
2013-08-06 | Add file missing from last commit 4c2f6de | Justin Clark-Casey (justincc) | 1 | -0/+108 |
2013-08-06 | Add the experimental ability to dump stats (result of command "show stats all... | Justin Clark-Casey (justincc) | 1 | -12/+40 |
2013-08-05 | Add checks monitoring framework to provide alerts if certain conditions do no... | Justin Clark-Casey (justincc) | 4 | -3/+384 |
2013-07-29 | Make "abnormal thread terminations" into "ClientLogoutsDueToNoReceives" and a... | Justin Clark-Casey (justincc) | 2 | -22/+68 |
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 | 3 | -0/+88 |
2013-06-20 | Change "ObjectMemory" stat to "HeapMemory" to align with other stat names. A... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2013-06-20 | Allow more than one stat category to be specified in "show stats" | Justin Clark-Casey (justincc) | 1 | -30/+34 |
2013-06-20 | minor: Change "memory churn" terminology in statistics to "heap allocation ra... | Justin Clark-Casey (justincc) | 3 | -14/+14 |