Web Statistics Module
From OpenSimulator
(Difference between revisions)
(→Feature Requests) |
|||
Line 1: | Line 1: | ||
− | |||
{{Quicklinks}} | {{Quicklinks}} | ||
− | + | =Introduction= | |
− | Web Statistics Module provides region statistics information. The data is provided as AJAX html page which | + | The Web Statistics Module provides region statistics information. The data is provided as an AJAX html page which automatically updates over time. The page is accessed via the internal OpenSimulator web browser. |
== Enabling Web Statistics == | == Enabling Web Statistics == |
Revision as of 11:03, 10 October 2011
Contents |
Introduction
The Web Statistics Module provides region statistics information. The data is provided as an AJAX html page which automatically updates over time. The page is accessed via the internal OpenSimulator web browser.
Enabling Web Statistics
Edit OpenSim.ini:
[WebStats] enabled=true
Accessing Web Statistics
You can form url for region web statistics as follows:
http://<region-server-ip>:<http-port>/SStats/
Feature Requests
Please note that these are feature requests - these have not (yet) been implemented!
- XMLRPC access
- Public JSON API for accessing counters.
- Diagnostics counters:
- Dead and stalled threads.
- Number of exceptions since last startup.
- Uptime counter.
- Region build version.
- Number of unique visitors during last hour.
- Number of unique visitors during last 24 hours.
- Grid based policy framework for setting it up.
- Information on scripts running on region
- Ability to suspend/restart/blacklist
- Access Authorization