aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-07-26 02:17:04 +0100
committerJustin Clark-Casey (justincc)2014-07-26 02:17:04 +0100
commit327632dc66981c4271ca80c7aa62f934e2371162 (patch)
treef58a1187c923ac2a8992ae38edfcf9891dfe2793 /prebuild.xml
parentFix issue with TestTextureNotFound in previous commit 1e3027a (diff)
downloadopensim-SC_OLD-327632dc66981c4271ca80c7aa62f934e2371162.zip
opensim-SC_OLD-327632dc66981c4271ca80c7aa62f934e2371162.tar.gz
opensim-SC_OLD-327632dc66981c4271ca80c7aa62f934e2371162.tar.bz2
opensim-SC_OLD-327632dc66981c4271ca80c7aa62f934e2371162.tar.xz
Add inventory.<url>.RequestsMade stat.
This gives a count of all requests made to the remote inventory service. This is finer grained than inventory.httpfetch.ProcessedFetchInventoryRequests since such a request can be comprised of many individual inv service calls. In addition, this will count requests that don't go through the HTTP inventory fetch (e.g. HG, archiving, etc.)
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index aef5722..be77950 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -823,6 +823,7 @@
823 <Reference name="OpenSim.Capabilities"/> 823 <Reference name="OpenSim.Capabilities"/>
824 <Reference name="OpenSim.Framework.Communications"/> 824 <Reference name="OpenSim.Framework.Communications"/>
825 <Reference name="OpenSim.Framework.Console"/> 825 <Reference name="OpenSim.Framework.Console"/>
826 <Reference name="OpenSim.Framework.Monitoring"/>
826 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 827 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
827 <Reference name="OpenSim.Region.Framework"/> 828 <Reference name="OpenSim.Region.Framework"/>
828 <Reference name="OpenSim.Server.Base"/> 829 <Reference name="OpenSim.Server.Base"/>