From 1f2472d0fcd86a7ae09c01ecb3508eab001ce033 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 11 Oct 2012 23:28:53 +0100 Subject: Extend "show stats" command to "show stats [list|all|]" This allows different categories of stats to be shown, with options to list categories or show all stats. Currently categories are scene and simulator and only a very few stats are currently registered via this mechanism. This commit also adds percentage stats for packets and blocks reused from the packet pool. --- prebuild.xml | 95 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 48 insertions(+), 47 deletions(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index b8d37c5..77a0a5b 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -112,7 +112,7 @@ - + ../../../bin/ @@ -127,58 +127,47 @@ ../../../bin/ + + - - - + - + + - + - ../../../../bin/ + ../../../bin/ - ../../../../bin/ + ../../../bin/ - ../../../../bin/ + ../../../bin/ - - - + + + - - - - - - + + + + - - - - - - - - - - - + - + ../../../bin/ @@ -193,43 +182,55 @@ ../../../bin/ - - - - - + + + + + - + - ../../../bin/ + ../../../../bin/ - ../../../bin/ + ../../../../bin/ - ../../../bin/ + ../../../../bin/ - - - + + + - - - - + + + + + + - + + + + + + + + + + + -- cgit v1.1 From 387ce8ef35e7084895524507d6bba987b8c4a5d0 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 12 Oct 2012 00:10:51 +0100 Subject: Fix build break by moving OpenSim.Framework.Console back below HttpServer in the build order. Luckily, it turns out Framework.Monitoring doesn't need to reference Console directly. --- prebuild.xml | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 77a0a5b..6c0adea 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -112,33 +112,6 @@ - - - - ../../../bin/ - - - - - ../../../bin/ - - - - ../../../bin/ - - - - - - - - - - - - - - @@ -234,6 +207,33 @@ + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + -- cgit v1.1 From 1e86c58822147cae97a70f40a3d39411812296e0 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 12 Oct 2012 01:58:46 +0100 Subject: Remove now unnecessary OpenSim.Framework.Console reference from Monitoring. Properly resolve circular reference which no longer appeared in Mono build as there were no using statements for it. --- prebuild.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 6c0adea..69fce41 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -160,7 +160,6 @@ - -- cgit v1.1