.. |
Checks
|
Add checks monitoring framework to provide alerts if certain conditions do not hold.
|
2013-08-05 19:22:47 +01:00 |
Interfaces
|
Add a method to IStatsCollector for returning stats as an OSDMap.
|
2013-02-20 16:13:51 -08:00 |
Properties
|
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
|
2015-04-29 18:47:17 -07:00 |
Stats
|
Make proper fix for last commit wrt Mantis 7317 by replacing disallowed c char and not literal 'c'
|
2014-09-09 18:57:02 +01:00 |
AssetStatsCollector.cs
|
Add a method to IStatsCollector for returning stats as an OSDMap.
|
2013-02-20 16:13:51 -08:00 |
BaseStatsCollector.cs
|
minor: Change "memory churn" terminology in statistics to "heap allocation rate" since this is more generally meaningful
|
2013-06-20 00:32:12 +01:00 |
ChecksManager.cs
|
Add checks monitoring framework to provide alerts if certain conditions do not hold.
|
2013-08-05 19:22:47 +01:00 |
JobEngine.cs
|
On shutdown (job engine stop), don't allow the ObjectDisposedException on BlockingCollection.Take() to propogate if the running thread checked IsRunning before the stop thread set it and disposed of the canellation source.
|
2015-02-25 20:04:53 +00:00 |
MemoryWatchdog.cs
|
minor: Change "memory churn" terminology in statistics to "heap allocation rate" since this is more generally meaningful
|
2013-06-20 00:32:12 +01:00 |
ServerStatsCollector.cs
|
Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulator
|
2014-08-13 19:53:42 +01:00 |
SimExtraStatsCollector.cs
|
Make "abnormal thread terminations" into "ClientLogoutsDueToNoReceives" and add this to the StatsManager
|
2013-07-29 23:18:29 +01:00 |
StatsLogger.cs
|
Fix issue with running "stats record start|stop" console command
|
2014-07-08 18:49:57 +01:00 |
StatsManager.cs
|
Fix cut-and-paste error that made StatsManager web fetch queries
|
2015-01-01 09:39:07 -08:00 |
UserStatsCollector.cs
|
Add a method to IStatsCollector for returning stats as an OSDMap.
|
2013-02-20 16:13:51 -08:00 |
Watchdog.cs
|
refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class.
|
2014-11-25 23:56:32 +00:00 |
WorkManager.cs
|
Make the performance controlling job processing threads introduced in conference code use a generic JobEngine class rather than 4 slightly different copy/pasted versions.
|
2015-01-12 20:56:37 +00:00 |