Monitoring
From OpenSimulator
(Difference between revisions)
(→MORE TO FOLLOW) |
(→MORE TO FOLLOW) |
||
Line 17: | Line 17: | ||
== MORE TO FOLLOW == | == MORE TO FOLLOW == | ||
− | Insanely, there are | + | Insanely, there are more ways of extracting stats from OpenSim. These will be documented one by one. |
== Other stats facilities == | == Other stats facilities == |
Revision as of 10:59, 10 October 2011
Contents |
Introduction
There are a number of ways of monitoring OpenSimulator. All of these relate to monitoring the simulation itself - there is currently no good way to extract statistics from the ROBUST hosted services bundled with OpenSimulator.
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.
MORE TO FOLLOW
Insanely, there are more ways of extracting stats from OpenSim. These will be documented one by one.