Monitoring
From OpenSimulator
(Difference between revisions)
(→MORE TO FOLLOW) |
|||
Line 16: | Line 16: | ||
== MORE TO FOLLOW == | == MORE TO FOLLOW == | ||
+ | |||
+ | Insanely, there are at least 4 different ways of extracting stats from OpenSim. These will be documented one by one. | ||
== Other stats facilities == | == Other stats facilities == |
Revision as of 15:56, 6 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 at least 4 different ways of extracting stats from OpenSim. These will be documented one by one.