From b4cb45bb79619306b25c67c770165ab752aeb742 Mon Sep 17 00:00:00 2001
From: Charles Krinke
Date: Fri, 17 Apr 2009 21:48:48 +0000
Subject: Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:
This patch adds extended status reporting with the url
http://server:port/simstatusx/ [^] . The data is returned in json format as
"text/plain" type.
---
OpenSim/Framework/Statistics/Interfaces/IStatsCollector.cs | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'OpenSim/Framework/Statistics/Interfaces')
diff --git a/OpenSim/Framework/Statistics/Interfaces/IStatsCollector.cs b/OpenSim/Framework/Statistics/Interfaces/IStatsCollector.cs
index e468fb2..48f28ee 100644
--- a/OpenSim/Framework/Statistics/Interfaces/IStatsCollector.cs
+++ b/OpenSim/Framework/Statistics/Interfaces/IStatsCollector.cs
@@ -37,5 +37,13 @@ namespace OpenSim.Framework.Statistics
///
///
string Report();
+
+ ///
+ /// Report back collected statistical information in json
+ ///
+ ///
+ /// A
+ ///
+ string XReport();
}
}
--
cgit v1.1