diff options
author | Justin Clark-Casey (justincc) | 2012-10-11 23:28:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-11 23:28:53 +0100 |
commit | 1f2472d0fcd86a7ae09c01ecb3508eab001ce033 (patch) | |
tree | 2668a8dc7ede987d1b104292508c311c03a37e59 /prebuild.xml | |
parent | Assign endVector before control leaves ObjectCommandsModule.TryParseVectorRan... (diff) | |
download | opensim-SC_OLD-1f2472d0fcd86a7ae09c01ecb3508eab001ce033.zip opensim-SC_OLD-1f2472d0fcd86a7ae09c01ecb3508eab001ce033.tar.gz opensim-SC_OLD-1f2472d0fcd86a7ae09c01ecb3508eab001ce033.tar.bz2 opensim-SC_OLD-1f2472d0fcd86a7ae09c01ecb3508eab001ce033.tar.xz |
Extend "show stats" command to "show stats [list|all|<category name>]"
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.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 95 |
1 files changed, 48 insertions, 47 deletions
diff --git a/prebuild.xml b/prebuild.xml index b8d37c5..77a0a5b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -112,7 +112,7 @@ | |||
112 | </Files> | 112 | </Files> |
113 | </Project> | 113 | </Project> |
114 | 114 | ||
115 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> | 115 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |
116 | <Configuration name="Debug"> | 116 | <Configuration name="Debug"> |
117 | <Options> | 117 | <Options> |
118 | <OutputPath>../../../bin/</OutputPath> | 118 | <OutputPath>../../../bin/</OutputPath> |
@@ -127,58 +127,47 @@ | |||
127 | <ReferencePath>../../../bin/</ReferencePath> | 127 | <ReferencePath>../../../bin/</ReferencePath> |
128 | <Reference name="System"/> | 128 | <Reference name="System"/> |
129 | <Reference name="System.Core"/> | 129 | <Reference name="System.Core"/> |
130 | <Reference name="System.Xml"/> | ||
131 | <Reference name="System.Web"/> | ||
130 | <Reference name="log4net" path="../../../bin/"/> | 132 | <Reference name="log4net" path="../../../bin/"/> |
131 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 133 | <Reference name="Nini" path="../../../bin/"/> |
132 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
133 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
134 | <Reference name="OpenSim.Framework"/> | 134 | <Reference name="OpenSim.Framework"/> |
135 | 135 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | |
136 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
136 | <Files> | 137 | <Files> |
137 | <Match pattern="*.cs" recurse="true"/> | 138 | <Match pattern="*.cs" recurse="true"/> |
138 | </Files> | 139 | </Files> |
139 | </Project> | 140 | </Project> |
140 | 141 | ||
141 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> | 142 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> |
142 | <Configuration name="Debug"> | 143 | <Configuration name="Debug"> |
143 | <Options> | 144 | <Options> |
144 | <OutputPath>../../../../bin/</OutputPath> | 145 | <OutputPath>../../../bin/</OutputPath> |
145 | </Options> | 146 | </Options> |
146 | </Configuration> | 147 | </Configuration> |
147 | <Configuration name="Release"> | 148 | <Configuration name="Release"> |
148 | <Options> | 149 | <Options> |
149 | <OutputPath>../../../../bin/</OutputPath> | 150 | <OutputPath>../../../bin/</OutputPath> |
150 | </Options> | 151 | </Options> |
151 | </Configuration> | 152 | </Configuration> |
152 | 153 | ||
153 | <ReferencePath>../../../../bin/</ReferencePath> | 154 | <ReferencePath>../../../bin/</ReferencePath> |
154 | <Reference name="System"/> | 155 | <Reference name="System"/> |
155 | <Reference name="System.Core"/> | 156 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
156 | <Reference name="System.Xml"/> | 157 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
157 | <Reference name="System.Web"/> | 158 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
158 | <Reference name="OpenSim.Framework"/> | 159 | <Reference name="OpenSim.Framework"/> |
159 | <Reference name="OpenSim.Framework.Monitoring"/> | 160 | <Reference name="OpenSim.Framework.Console"/> |
160 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | 161 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
161 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 162 | <Reference name="Nini" path="../../../bin/"/> |
162 | <Reference name="XMLRPC" path="../../../../bin/"/> | 163 | <Reference name="log4net" path="../../../bin/"/> |
163 | <Reference name="log4net" path="../../../../bin/"/> | ||
164 | <Reference name="HttpServer_OpenSim" path="../../../../bin/"/> | ||
165 | 164 | ||
166 | <Files> | 165 | <Files> |
167 | <Match pattern="*.cs" recurse="true"> | 166 | <Match pattern="*.cs" recurse="true"/> |
168 | <Exclude pattern="Tests"/> | ||
169 | |||
170 | <!-- on temporary suspension --> | ||
171 | <Exclude pattern="OSHttpHandler\.cs"/> | ||
172 | <Exclude pattern="OSHttpHttpHandler\.cs"/> | ||
173 | <Exclude pattern="OSHttpRequestPump\.cs"/> | ||
174 | <Exclude pattern="OSHttpRequestQueue\.cs"/> | ||
175 | <Exclude pattern="OSHttpServer.*\.cs"/> | ||
176 | <Exclude pattern="OSHttpXmlRpcHandler.*\.cs"/> | ||
177 | </Match> | ||
178 | </Files> | 167 | </Files> |
179 | </Project> | 168 | </Project> |
180 | 169 | ||
181 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 170 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> |
182 | <Configuration name="Debug"> | 171 | <Configuration name="Debug"> |
183 | <Options> | 172 | <Options> |
184 | <OutputPath>../../../bin/</OutputPath> | 173 | <OutputPath>../../../bin/</OutputPath> |
@@ -193,43 +182,55 @@ | |||
193 | <ReferencePath>../../../bin/</ReferencePath> | 182 | <ReferencePath>../../../bin/</ReferencePath> |
194 | <Reference name="System"/> | 183 | <Reference name="System"/> |
195 | <Reference name="System.Core"/> | 184 | <Reference name="System.Core"/> |
196 | <Reference name="System.Xml"/> | ||
197 | <Reference name="System.Web"/> | ||
198 | <Reference name="log4net" path="../../../bin/"/> | 185 | <Reference name="log4net" path="../../../bin/"/> |
199 | <Reference name="Nini" path="../../../bin/"/> | ||
200 | <Reference name="OpenSim.Framework"/> | ||
201 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
202 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 186 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
187 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
188 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
189 | <Reference name="OpenSim.Framework"/> | ||
190 | <Reference name="OpenSim.Framework.Console"/> | ||
191 | |||
203 | <Files> | 192 | <Files> |
204 | <Match pattern="*.cs" recurse="true"/> | 193 | <Match pattern="*.cs" recurse="true"/> |
205 | </Files> | 194 | </Files> |
206 | </Project> | 195 | </Project> |
207 | 196 | ||
208 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> | 197 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> |
209 | <Configuration name="Debug"> | 198 | <Configuration name="Debug"> |
210 | <Options> | 199 | <Options> |
211 | <OutputPath>../../../bin/</OutputPath> | 200 | <OutputPath>../../../../bin/</OutputPath> |
212 | </Options> | 201 | </Options> |
213 | </Configuration> | 202 | </Configuration> |
214 | <Configuration name="Release"> | 203 | <Configuration name="Release"> |
215 | <Options> | 204 | <Options> |
216 | <OutputPath>../../../bin/</OutputPath> | 205 | <OutputPath>../../../../bin/</OutputPath> |
217 | </Options> | 206 | </Options> |
218 | </Configuration> | 207 | </Configuration> |
219 | 208 | ||
220 | <ReferencePath>../../../bin/</ReferencePath> | 209 | <ReferencePath>../../../../bin/</ReferencePath> |
221 | <Reference name="System"/> | 210 | <Reference name="System"/> |
222 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 211 | <Reference name="System.Core"/> |
223 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 212 | <Reference name="System.Xml"/> |
224 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 213 | <Reference name="System.Web"/> |
225 | <Reference name="OpenSim.Framework"/> | 214 | <Reference name="OpenSim.Framework"/> |
226 | <Reference name="OpenSim.Framework.Console"/> | 215 | <Reference name="OpenSim.Framework.Monitoring"/> |
227 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 216 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> |
228 | <Reference name="Nini" path="../../../bin/"/> | 217 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
229 | <Reference name="log4net" path="../../../bin/"/> | 218 | <Reference name="XMLRPC" path="../../../../bin/"/> |
219 | <Reference name="log4net" path="../../../../bin/"/> | ||
220 | <Reference name="HttpServer_OpenSim" path="../../../../bin/"/> | ||
230 | 221 | ||
231 | <Files> | 222 | <Files> |
232 | <Match pattern="*.cs" recurse="true"/> | 223 | <Match pattern="*.cs" recurse="true"> |
224 | <Exclude pattern="Tests"/> | ||
225 | |||
226 | <!-- on temporary suspension --> | ||
227 | <Exclude pattern="OSHttpHandler\.cs"/> | ||
228 | <Exclude pattern="OSHttpHttpHandler\.cs"/> | ||
229 | <Exclude pattern="OSHttpRequestPump\.cs"/> | ||
230 | <Exclude pattern="OSHttpRequestQueue\.cs"/> | ||
231 | <Exclude pattern="OSHttpServer.*\.cs"/> | ||
232 | <Exclude pattern="OSHttpXmlRpcHandler.*\.cs"/> | ||
233 | </Match> | ||
233 | </Files> | 234 | </Files> |
234 | </Project> | 235 | </Project> |
235 | 236 | ||