Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add monitored thread last update times as stats in "show stats all" | Justin Clark-Casey (justincc) | 2014-03-21 | 1 | -0/+26 |
| | | | | These have the format server.thread.<thread-name> | ||||
* | Add checks monitoring framework to provide alerts if certain conditions do ↵ | Justin Clark-Casey (justincc) | 2013-08-05 | 1 | -0/+1 |
| | | | | | | not hold. Not yet in use. | ||||
* | Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ↵ | Justin Clark-Casey (justincc) | 2012-11-16 | 1 | -1/+3 |
| | | | | | | delta over time. The chief motivation for this is to be able to tell whether there's any impact on incoming packet processing from enabling extra packet pooling. | ||||
* | Get Watchdog to log thread removal | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -1/+19 |
| | |||||
* | When reporting a thread timeout, create a copy of the info rather than ↵ | Justin Clark-Casey (justincc) | 2012-08-18 | 1 | -1/+14 |
| | | | | | | | passing the original ThreadWatchdogInfo structure. This is to avoid the possibility of misleading reporting if a watchdog update outraces an alarm. Should address any remaining issues from http://opensimulator.org/mantis/view.php?id=6012 | ||||
* | Don't enable the thread watchdog until all regions are ready. | Justin Clark-Casey (justincc) | 2012-08-15 | 1 | -5/+26 |
| | | | | This is to avoid false positives when the machine is under heavy load whilst starting up. | ||||
* | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring ↵ | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -0/+334 |
with other monitoring code from OpenSim.Framework |