.. |
Checks
|
76bd3de2fd
Add checks monitoring framework to provide alerts if certain conditions do not hold.
|
11 jaren geleden |
Interfaces
|
681653ca13
Add a method to IStatsCollector for returning stats as an OSDMap.
|
12 jaren geleden |
Properties
|
da32512ea4
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
|
9 jaren geleden |
Stats
|
b4ce71df1e
Make proper fix for last commit wrt Mantis 7317 by replacing disallowed c char and not literal 'c'
|
10 jaren geleden |
AssetStatsCollector.cs
|
681653ca13
Add a method to IStatsCollector for returning stats as an OSDMap.
|
12 jaren geleden |
BaseStatsCollector.cs
|
5b1a9f84fd
minor: Change "memory churn" terminology in statistics to "heap allocation rate" since this is more generally meaningful
|
11 jaren geleden |
ChecksManager.cs
|
76bd3de2fd
Add checks monitoring framework to provide alerts if certain conditions do not hold.
|
11 jaren geleden |
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.
|
10 jaren geleden |
MemoryWatchdog.cs
|
5b1a9f84fd
minor: Change "memory churn" terminology in statistics to "heap allocation rate" since this is more generally meaningful
|
11 jaren geleden |
ServerStatsCollector.cs
|
f1f935ed95
Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulator
|
10 jaren geleden |
SimExtraStatsCollector.cs
|
8efe4bfc2e
Make "abnormal thread terminations" into "ClientLogoutsDueToNoReceives" and add this to the StatsManager
|
11 jaren geleden |
StatsLogger.cs
|
8ae5ab809f
Fix issue with running "stats record start|stop" console command
|
10 jaren geleden |
StatsManager.cs
|
7c2aeb9e8e
Fix cut-and-paste error that made StatsManager web fetch queries
|
10 jaren geleden |
UserStatsCollector.cs
|
681653ca13
Add a method to IStatsCollector for returning stats as an OSDMap.
|
12 jaren geleden |
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.
|
10 jaren geleden |
WorkManager.cs
|
8e1e8a0920
Make the performance controlling job processing threads introduced in conference code use a generic JobEngine class rather than 4 slightly different copy/pasted versions.
|
10 jaren geleden |