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/pCampBot.exe.config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'bin/pCampBot.exe.config') 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