From f1f935ed9543141cc5861a7204b6df85a7358ab4 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 13 Aug 2014 19:53:42 +0100 Subject: Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulator This adds the "show stats", "stats record", etc. commands and information on available Threadpool threads, etc. It also adds the Watchdog which logs warnings if time between executions is unexpectedly large. --- bin/OpenMetaverse.dll | Bin 2275840 -> 2276352 bytes bin/pCampBot.exe.config | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) (limited to 'bin') diff --git a/bin/OpenMetaverse.dll b/bin/OpenMetaverse.dll index e13c009..3bd40c4 100755 Binary files a/bin/OpenMetaverse.dll and b/bin/OpenMetaverse.dll differ diff --git a/bin/pCampBot.exe.config b/bin/pCampBot.exe.config index 89350b0..f017309 100755 --- a/bin/pCampBot.exe.config +++ b/bin/pCampBot.exe.config @@ -10,6 +10,10 @@ + + + + @@ -17,15 +21,32 @@ + + + + + + + + + + + + + + + + + -- cgit v1.1