Web Statistics Module
From OpenSimulator
(Difference between revisions)
m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link) |
|||
Line 7: | Line 7: | ||
== Enabling Web Statistics == | == Enabling Web Statistics == | ||
− | Edit OpenSim | + | Edit OpenSim.ini: |
<pre> | <pre> |
Revision as of 12:30, 25 July 2011
Web Statistics Module provides region statistics information. The data is provided as AJAX html page which can be embedded to web site. The page is accessing the data over JSON interface.
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
- 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