Statistics Server
From OpenSimulator
(Difference between revisions)
(New page: = Goal = Create a server that can poll a grid or region for statistics and report them to various outputs. = Why is this needed? = * There are more stats than those provided by the SL cli...) |
|||
Line 11: | Line 11: | ||
* Statistics Output Plugin Architecture ( IM, log files, console output, web pages, etc.) | * Statistics Output Plugin Architecture ( IM, log files, console output, web pages, etc.) | ||
* Statistic Plugin Architecture ("I want to know how many people are on a grid", "I want to know what my system CPU is" ) | * Statistic Plugin Architecture ("I want to know how many people are on a grid", "I want to know what my system CPU is" ) | ||
+ | [[Category:Development]] |
Revision as of 09:45, 15 January 2008
Goal
Create a server that can poll a grid or region for statistics and report them to various outputs.
Why is this needed?
- There are more stats than those provided by the SL client a person is interested in
- Statistics should be viewable without a SL client
- Testing should make good use of grid/region statistics so we can know that our changes not only just work, but work well.
Features
- Crossplatform
- Statistics Output Plugin Architecture ( IM, log files, console output, web pages, etc.)
- Statistic Plugin Architecture ("I want to know how many people are on a grid", "I want to know what my system CPU is" )