Monitoring
From OpenSimulator
(Difference between revisions)
(→Introduction) |
|||
Line 3: | Line 3: | ||
There are a number of ways of monitoring OpenSimulator. All of these relate to monitoring the simulator itself - there is currently no good way to extract statistics from ROBUST hosted services. | There are a number of ways of monitoring OpenSimulator. All of these relate to monitoring the simulator itself - there is currently no good way to extract statistics from ROBUST hosted services. | ||
− | + | = SimStatus = | |
If a simulator is running, a GET request to | If a simulator is running, a GET request to | ||
Line 15: | Line 15: | ||
in UTF8 if the simulator is running and the port is reachable by the network. | in UTF8 if the simulator is running and the port is reachable by the network. | ||
− | + | = Web Statistics Module = | |
The Web Statistics Module is a module in OpenSimulator that can provide human readable HTML pages of monitor stated updated dynamically via AJAX. It also stores some historical data. See [[Web Statistics Module]] for more details. | The Web Statistics Module is a module in OpenSimulator that can provide human readable HTML pages of monitor stated updated dynamically via AJAX. It also stores some historical data. See [[Web Statistics Module]] for more details. | ||
− | + | = MORE TO FOLLOW = | |
Insanely, there are more ways of extracting stats from OpenSim. These will be documented one by one. | Insanely, there are more ways of extracting stats from OpenSim. These will be documented one by one. | ||
− | + | = Other stats facilities = | |
[[OsGetRegionStats]] | [[OsGetRegionStats]] | ||
[[ServerStats]] | [[ServerStats]] |
Revision as of 11:26, 10 October 2011
Contents |
Introduction
There are a number of ways of monitoring OpenSimulator. All of these relate to monitoring the simulator itself - there is currently no good way to extract statistics from ROBUST hosted services.
SimStatus
If a simulator is running, a GET request to
http://<sim-ip>:<sim-http-port>/simstatus/
will return
OK
in UTF8 if the simulator is running and the port is reachable by the network.
Web Statistics Module
The Web Statistics Module is a module in OpenSimulator that can provide human readable HTML pages of monitor stated updated dynamically via AJAX. It also stores some historical data. See Web Statistics Module for more details.
MORE TO FOLLOW
Insanely, there are more ways of extracting stats from OpenSim. These will be documented one by one.