OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Framework.Monitoring.IStatsCollector Interface Reference

Implemented by classes which collect up non-viewer statistical information More...

Inheritance diagram for OpenSim.Framework.Monitoring.IStatsCollector:
Inheritance graph
[legend]

Public Member Functions

string Report ()
 Report back collected statistical information. More...
 
string XReport (string uptime, string version)
 Report back collected statistical information in json More...
 
OSDMap OReport (string uptime, string version)
 Report back collected statistical information as an OSDMap of key/values More...
 

Detailed Description

Implemented by classes which collect up non-viewer statistical information

Definition at line 35 of file IStatsCollector.cs.

Member Function Documentation

OSDMap OpenSim.Framework.Monitoring.IStatsCollector.OReport ( string  uptime,
string  version 
)
string OpenSim.Framework.Monitoring.IStatsCollector.Report ( )
string OpenSim.Framework.Monitoring.IStatsCollector.XReport ( string  uptime,
string  version 
)

The documentation for this interface was generated from the following file: