diff options
author | Melanie | 2013-03-22 01:01:24 +0000 |
---|---|---|
committer | Melanie | 2013-03-22 01:01:24 +0000 |
commit | 68b910c1ff03d241e2aec65ebe67ffaa58babbf6 (patch) | |
tree | 7b59aed339b6d13602b0ba9d65d04b9a920abe00 /OpenSim/Framework/Monitoring | |
parent | Merge branch 'avination' into careminster (diff) | |
parent | Implement chat across region borders since we can tell if avatars in neighbou... (diff) | |
download | opensim-SC-68b910c1ff03d241e2aec65ebe67ffaa58babbf6.zip opensim-SC-68b910c1ff03d241e2aec65ebe67ffaa58babbf6.tar.gz opensim-SC-68b910c1ff03d241e2aec65ebe67ffaa58babbf6.tar.bz2 opensim-SC-68b910c1ff03d241e2aec65ebe67ffaa58babbf6.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
Diffstat (limited to 'OpenSim/Framework/Monitoring')
-rw-r--r-- | OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs b/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs index 109a58f..6a68322 100644 --- a/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs +++ b/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs | |||
@@ -359,8 +359,9 @@ Asset service request failures: {3}" + Environment.NewLine, | |||
359 | inPacketsPerSecond, outPacketsPerSecond, pendingDownloads, pendingUploads, unackedBytes, totalFrameTime, | 359 | inPacketsPerSecond, outPacketsPerSecond, pendingDownloads, pendingUploads, unackedBytes, totalFrameTime, |
360 | netFrameTime, physicsFrameTime, otherFrameTime, agentFrameTime, imageFrameTime)); | 360 | netFrameTime, physicsFrameTime, otherFrameTime, agentFrameTime, imageFrameTime)); |
361 | 361 | ||
362 | /* 20130319 RA: For the moment, disable the dump of 'scene' catagory as they are mostly output by | ||
363 | * the two formatted printouts above. | ||
362 | SortedDictionary<string, SortedDictionary<string, Stat>> sceneStats; | 364 | SortedDictionary<string, SortedDictionary<string, Stat>> sceneStats; |
363 | |||
364 | if (StatsManager.TryGetStats("scene", out sceneStats)) | 365 | if (StatsManager.TryGetStats("scene", out sceneStats)) |
365 | { | 366 | { |
366 | foreach (KeyValuePair<string, SortedDictionary<string, Stat>> kvp in sceneStats) | 367 | foreach (KeyValuePair<string, SortedDictionary<string, Stat>> kvp in sceneStats) |
@@ -374,6 +375,7 @@ Asset service request failures: {3}" + Environment.NewLine, | |||
374 | } | 375 | } |
375 | } | 376 | } |
376 | } | 377 | } |
378 | */ | ||
377 | 379 | ||
378 | /* | 380 | /* |
379 | sb.Append(Environment.NewLine); | 381 | sb.Append(Environment.NewLine); |