Web Statistics Module
From OpenSimulator
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. The module also stores historical data which is displayed on these web pages.
Enabling Web Statistics
Edit OpenSim.ini:
[WebStats] enabled=true
Accessing Web Statistics
You can access region web statistics pages by pointing your browser at:
http://<region-server-ip>:<http-port>/SStats/
For example, if you are running a standalone OpenSimulator at 192.168.1.2:9000, you would go to the URL
http://192.168.1.2:9000/SStats/
Please note that the trailing / is essential right now.
Viewing recorded statistics
The Web Statistics module also records viewer stats data uploaded by viewers. This is sent on login and thereafter every 5 minutes and just before logout.
This data is stored in an sqlite3 database at bin/LocalUserStatistics.db.
Feature Requests
Please note that these are feature requests - these have not (yet) been implemented!
- XMLRPC access
- Public JSON API for accessing counters.
- 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.
- Access Authorization