diff options
author | Justin Clarke Casey | 2008-02-22 20:50:30 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-22 20:50:30 +0000 |
commit | 30eea2618dcc0a43d1d4d764590100c19bd7c05d (patch) | |
tree | 95d743afebbc8310ba15949131ab11a1d52c21fa /prebuild.xml | |
parent | Some misplaced code made scripts never start :) (diff) | |
download | opensim-SC_OLD-30eea2618dcc0a43d1d4d764590100c19bd7c05d.zip opensim-SC_OLD-30eea2618dcc0a43d1d4d764590100c19bd7c05d.tar.gz opensim-SC_OLD-30eea2618dcc0a43d1d4d764590100c19bd7c05d.tar.bz2 opensim-SC_OLD-30eea2618dcc0a43d1d4d764590100c19bd7c05d.tar.xz |
* Implement packet queue statistics
* This will show the packets waiting in each queue for each client logged into a region server
* These are displayed using 'show stats' on the region command line
* This is in pursuit of a memory leak.
* This will require a prebuild
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 9b1a771..96d008a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -147,6 +147,7 @@ | |||
147 | 147 | ||
148 | <ReferencePath>../../../bin/</ReferencePath> | 148 | <ReferencePath>../../../bin/</ReferencePath> |
149 | <Reference name="System"/> | 149 | <Reference name="System"/> |
150 | <Reference name="libsecondlife.dll"/> | ||
150 | <Reference name="OpenSim.Framework"/> | 151 | <Reference name="OpenSim.Framework"/> |
151 | 152 | ||
152 | <Files> | 153 | <Files> |
@@ -752,6 +753,7 @@ | |||
752 | <Reference name="OpenSim.Framework.Servers"/> | 753 | <Reference name="OpenSim.Framework.Servers"/> |
753 | <Reference name="OpenSim.Framework.Console"/> | 754 | <Reference name="OpenSim.Framework.Console"/> |
754 | <Reference name="OpenSim.Framework.Communications"/> | 755 | <Reference name="OpenSim.Framework.Communications"/> |
756 | <Reference name="OpenSim.Framework.Statistics"/> | ||
755 | <Reference name="OpenSim.Region.Communications.Local"/> | 757 | <Reference name="OpenSim.Region.Communications.Local"/> |
756 | <Reference name="OpenSim.Region.Physics.Manager"/> | 758 | <Reference name="OpenSim.Region.Physics.Manager"/> |
757 | <Reference name="XMLRPC.dll"/> | 759 | <Reference name="XMLRPC.dll"/> |