aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring/Watchdog.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix modifing m_threads on a foreach scanning itUbitUmarov2015-09-051-1/+3
* bad merge?UbitUmarov2015-09-011-1/+1
|\
| * Merge branch 'master' into careminsterMelanie2013-08-071-0/+1
| |\
| * \ Merge branch 'master' into careminsterMelanie2012-11-171-1/+3
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-10-121-1/+19
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-08-181-1/+14
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-08-161-5/+26
| |\ \ \ \ \
| * | | | | | Merge branch 'master' into careminsterMelanie2012-07-281-1/+1
* | | | | | | refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-138/+11
* | | | | | | Move conditionals which control whether a task is placed in the JobEngine ins...Justin Clark-Casey (justincc)2014-11-251-2/+37
* | | | | | | 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-251-0/+18
* | | | | | | 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
* | | | | | | For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)2014-09-051-11/+49
* | | | | | | Add monitored thread last update times as stats in "show stats all"Justin Clark-Casey (justincc)2014-03-211-0/+26
| |_|_|_|_|/ |/| | | | |
* | | | | | Add checks monitoring framework to provide alerts if certain conditions do no...Justin Clark-Casey (justincc)2013-08-051-0/+1
| |_|_|_|/ |/| | | |
* | | | | Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ...Justin Clark-Casey (justincc)2012-11-161-1/+3
| |_|_|/ |/| | |
* | | | Get Watchdog to log thread removalJustin Clark-Casey (justincc)2012-10-121-1/+19
| |_|/ |/| |
* | | When reporting a thread timeout, create a copy of the info rather than passin...Justin Clark-Casey (justincc)2012-08-181-1/+14
| |/ |/|
* | Don't enable the thread watchdog until all regions are ready.Justin Clark-Casey (justincc)2012-08-151-5/+26
|/
* Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-251-0/+334