aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring (follow)
Commit message (Expand)AuthorAgeFilesLines
* On to 0.8.3!Diva Canto2015-10-181-1/+1
* Prevent a crash if "debug jobengine log" is entered without a log levelOren Hurvitz2015-08-111-0/+6
* Merging Opensim upstream before generating patchMichael Heilmann2015-05-191-1/+1
|\
| * Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* | Fixed a bug that would cause the sim extra stats reporter to fail in reportin...Steven Zielinski2015-05-041-1/+1
* | Fixed vocabulary in a comment to match the code.Steven Zielinski2015-05-041-1/+1
* | Fixed a bug that would cause the sim extra stats reporter to fail in reportin...Steven Zielinski2015-05-011-1/+5
* | Phase 2 additons with Frame Dilation metric.Robert Louden2015-04-211-9/+10
* | Moved over metrics from previous OpenSim 0.8.0.3 repository (this new reposit...Glenn Martin2015-04-211-0/+47
|/
* On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...Justin Clark-Casey (justincc)2015-02-251-2/+13
* Fix bug in JobEngine where an attempt to restart after stop would trigger an ...Justin Clark-Casey (justincc)2015-02-041-1/+2
* Add the missing deleted and re-added JobEngine class from the previous commit...Justin Clark-Casey (justincc)2015-01-121-0/+329
* Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)2015-01-122-322/+74
* Fix cut-and-paste error that made StatsManager web fetch queriesRobert Adams2015-01-011-1/+1
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-253-139/+224
* Change jobengine logging command to "debug jobengine log <int>" rather than l...Justin Clark-Casey (justincc)2014-11-251-7/+6
* Move conditionals which control whether a task is placed in the JobEngine ins...Justin Clark-Casey (justincc)2014-11-251-2/+37
* If an exception makes it to the top of a JobEngine request, catch and log ins...Justin Clark-Casey (justincc)2014-11-251-1/+10
* Add loglevel to jobengine that can be controlled via "debug jobengine logleve...Justin Clark-Casey (justincc)2014-11-251-6/+26
* Temporarily add root agent rez attachments work to job engine if it is runnin...Justin Clark-Casey (justincc)2014-11-251-4/+4
* Add experimental job engine to see if queueing some existing async work durin...Justin Clark-Casey (justincc)2014-11-252-0/+310
* Fix long-lived thread name logging.Justin Clark-Casey (justincc)2014-09-261-1/+1
* Undo "Revert "Small changes to threading to send thread names to unmanaged th...BlueWall2014-09-171-6/+7
* Revert "Small changes to threading to send thread names to unmanaged threads....BlueWall2014-09-171-7/+6
* Small changes to threading to send thread names to unmanaged threads. Needs M...BlueWall2014-09-171-6/+7
* Make proper fix for last commit wrt Mantis 7317 by replacing disallowed c cha...Justin Clark-Casey (justincc)2014-09-091-1/+1
* For stat names containing periods, replace with '#' rather than throw exceptionJustin Clark-Casey (justincc)2014-09-091-1/+2
* For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)2014-09-051-11/+49
* Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulatorJustin Clark-Casey (justincc)2014-08-131-0/+3
* Revert "Write UDP statistics to the log, not just the console (e.g., "show qu...Justin Clark-Casey (justincc)2014-07-251-22/+31
* minor: Limit processor related stats to 3 decimal places instead of all the p...Justin Clark-Casey (justincc)2014-07-211-4/+4
* Fix CPU processor use reporting on Mono.Justin Clark-Casey (justincc)2014-07-211-10/+4
* Write UDP statistics to the log, not just the console (e.g., "show queues")Oren Hurvitz2014-07-211-31/+22
* Fix issue with running "stats record start|stop" console commandJustin Clark-Casey (justincc)2014-07-081-4/+4
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* Add monitored thread last update times as stats in "show stats all"Justin Clark-Casey (justincc)2014-03-211-0/+26
* minor: Make "stats show" an alias for "show stats" command.Justin Clark-Casey (justincc)2014-03-191-2/+10
* Rename "debug stats record" command to "stats record" for consistency. Move ...Justin Clark-Casey (justincc)2014-03-191-3/+3
* Allow a snapshot of stats to be dumped to a file with a "stats save" commandJustin Clark-Casey (justincc)2014-03-191-3/+46
* Allow "show stats" console command to take a full stat name and display only ...Justin Clark-Casey (justincc)2014-03-181-1/+23
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-3/+3
* Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
* minor: Correct typo on "debug stats record start" messageJustin Clark-Casey (justincc)2013-08-231-1/+1
* minor: remove mono compiler warning in StatsManagerJustin Clark-Casey (justincc)2013-08-171-1/+1
* Stats treaking. Update ToOSDMap for Stat and PercentageStat to returnRobert Adams2013-08-104-150/+235
* Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini.Robert Adams2013-08-081-0/+6
* Add a JSON web fetch of the statististics managed by StatsManager.Robert Adams2013-08-081-0/+31
* Add file missing from last commit 4c2f6deJustin Clark-Casey (justincc)2013-08-061-0/+108
* Add the experimental ability to dump stats (result of command "show stats all...Justin Clark-Casey (justincc)2013-08-061-12/+40
* Add checks monitoring framework to provide alerts if certain conditions do no...Justin Clark-Casey (justincc)2013-08-054-3/+384