Web Statistics Module
From OpenSimulator
(Difference between revisions)
(→Live Demo) |
m |
||
Line 1: | Line 1: | ||
Web Statistics Module provides region statistics information. The data is provided in as AJAX html page which can be embedded to web site. The page is accessing the data over JSON interface. | Web Statistics Module provides region statistics information. The data is provided in as AJAX html page which can be embedded to web site. The page is accessing the data over JSON interface. | ||
− | == Enabling == | + | == Enabling Web Statistics == |
Edit OpenSim.exe.ini: | Edit OpenSim.exe.ini: | ||
Line 8: | Line 8: | ||
[WebStats] | [WebStats] | ||
enabled=true | enabled=true | ||
+ | </pre> | ||
+ | |||
+ | == Accessing Web Statistics == | ||
+ | |||
+ | You can form url for region web statistics as follows: | ||
+ | |||
+ | <pre> | ||
+ | http://<region-server-ip>:<http-port>/SStats/ | ||
</pre> | </pre> | ||
Revision as of 11:44, 8 January 2009
Web Statistics Module provides region statistics information. The data is provided in as AJAX html page which can be embedded to web site. The page is accessing the data over JSON interface.
Contents |
Enabling Web Statistics
Edit OpenSim.exe.ini:
[WebStats] enabled=true
Accessing Web Statistics
You can form url for region web statistics as follows:
http://<region-server-ip>:<http-port>/SStats/
Live Demo
A live demo of the statistics module can be viewed here for OSGrid Wright Plaza: http://osgrid02.sytes.net:9101/SStats/
Feature Requests
- Public JSON API for accessing counters.
- Diagnostics counters:
- Dead and stalled threads.
- Number of exceptions since last startup.
- Uptime counter.
- Region build version.