Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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. | |||||
* | minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is ↵ | Justin Clark-Casey (justincc) | 2012-07-27 | 1 | -1/+1 | |
| | | | | currently calculated dynamically | |||||
* | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring ↵ | Justin Clark-Casey (justincc) | 2012-07-25 | 2 | -0/+463 | |
| | | | | with other monitoring code from OpenSim.Framework | |||||
* | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 2012-07-25 | 7 | -0/+881 | |
This better reflects the long-term purpose of that project and matches Monitoring modules. |