.. |
Checks
|
76bd3de2fd
Add checks monitoring framework to provide alerts if certain conditions do not hold.
|
před 11 roky |
Interfaces
|
681653ca13
Add a method to IStatsCollector for returning stats as an OSDMap.
|
před 11 roky |
Properties
|
06d2508b96
On to 0.8.3!
|
před 9 roky |
Stats
|
b4ce71df1e
Make proper fix for last commit wrt Mantis 7317 by replacing disallowed c char and not literal 'c'
|
před 10 roky |
AssetStatsCollector.cs
|
681653ca13
Add a method to IStatsCollector for returning stats as an OSDMap.
|
před 11 roky |
BaseStatsCollector.cs
|
5b1a9f84fd
minor: Change "memory churn" terminology in statistics to "heap allocation rate" since this is more generally meaningful
|
před 11 roky |
ChecksManager.cs
|
76bd3de2fd
Add checks monitoring framework to provide alerts if certain conditions do not hold.
|
před 11 roky |
JobEngine.cs
|
686b22da6e
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.
|
před 9 roky |
MemoryWatchdog.cs
|
5b1a9f84fd
minor: Change "memory churn" terminology in statistics to "heap allocation rate" since this is more generally meaningful
|
před 11 roky |
ServerStatsCollector.cs
|
f1f935ed95
Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulator
|
před 10 roky |
SimExtraStatsCollector.cs
|
96a86e7d5a
Fixed a bug that would cause the sim extra stats reporter to fail in reporting stats. The bug was caused by the current process threads which can return null references.
|
před 9 roky |
StatsLogger.cs
|
8ae5ab809f
Fix issue with running "stats record start|stop" console command
|
před 10 roky |
StatsManager.cs
|
7c2aeb9e8e
Fix cut-and-paste error that made StatsManager web fetch queries
|
před 10 roky |
UserStatsCollector.cs
|
681653ca13
Add a method to IStatsCollector for returning stats as an OSDMap.
|
před 11 roky |
Watchdog.cs
|
86367d7219
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.
|
před 10 roky |
WorkManager.cs
|
c8135834db
Prevent a crash if "debug jobengine log" is entered without a log level
|
před 9 roky |