diff options
author | Justin Clark-Casey (justincc) | 2014-03-19 00:37:06 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-03-19 00:37:06 +0000 |
commit | 1497b75361ef6237d8abd7ed6210b64a0a172985 (patch) | |
tree | 7519a37b24c10824b893fac3319eeaabe75be8d4 | |
parent | minor: Make "stats show" an alias for "show stats" command. (diff) | |
download | opensim-SC_OLD-1497b75361ef6237d8abd7ed6210b64a0a172985.zip opensim-SC_OLD-1497b75361ef6237d8abd7ed6210b64a0a172985.tar.gz opensim-SC_OLD-1497b75361ef6237d8abd7ed6210b64a0a172985.tar.bz2 opensim-SC_OLD-1497b75361ef6237d8abd7ed6210b64a0a172985.tar.xz |
minor: Put ProcessedFetchInventoryRequests and QueuedFetchInventoryRequests in stats category "scene-inventory" instead of "scene"
To distinguish from general scene stats
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs index 94d3011..6b7ddf2 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | |||
@@ -169,7 +169,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
169 | "Number of processed fetch inventory requests", | 169 | "Number of processed fetch inventory requests", |
170 | "These have not necessarily yet been dispatched back to the requester.", | 170 | "These have not necessarily yet been dispatched back to the requester.", |
171 | "", | 171 | "", |
172 | "scene", | 172 | "scene-inventory", |
173 | Scene.Name, | 173 | Scene.Name, |
174 | StatType.Pull, | 174 | StatType.Pull, |
175 | MeasuresOfInterest.AverageChangeOverTime, | 175 | MeasuresOfInterest.AverageChangeOverTime, |
@@ -182,7 +182,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
182 | "Number of fetch inventory requests queued for processing", | 182 | "Number of fetch inventory requests queued for processing", |
183 | "", | 183 | "", |
184 | "", | 184 | "", |
185 | "scene", | 185 | "scene-inventory", |
186 | Scene.Name, | 186 | Scene.Name, |
187 | StatType.Pull, | 187 | StatType.Pull, |
188 | MeasuresOfInterest.AverageChangeOverTime, | 188 | MeasuresOfInterest.AverageChangeOverTime, |