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

Pull packet queue stats from packet queues and report More...

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

Public Member Functions

 PacketQueueStatsCollector (IPullStatsProvider provider)
 
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

Pull packet queue stats from packet queues and report

Definition at line 517 of file SimExtraStatsCollector.cs.

Constructor & Destructor Documentation

OpenSim.Framework.Monitoring.PacketQueueStatsCollector.PacketQueueStatsCollector ( IPullStatsProvider  provider)
inline

Definition at line 521 of file SimExtraStatsCollector.cs.

Member Function Documentation

OSDMap OpenSim.Framework.Monitoring.PacketQueueStatsCollector.OReport ( string  uptime,
string  version 
)
inline

Report back collected statistical information as an OSDMap of key/values

Returns

Implements OpenSim.Framework.Monitoring.IStatsCollector.

Definition at line 540 of file SimExtraStatsCollector.cs.

string OpenSim.Framework.Monitoring.PacketQueueStatsCollector.Report ( )
inline

Report back collected statistical information.

Returns

Implements OpenSim.Framework.Monitoring.IStatsCollector.

Definition at line 530 of file SimExtraStatsCollector.cs.

string OpenSim.Framework.Monitoring.PacketQueueStatsCollector.XReport ( string  uptime,
string  version 
)
inline

Report back collected statistical information in json

Returns
A System.String

Implements OpenSim.Framework.Monitoring.IStatsCollector.

Definition at line 535 of file SimExtraStatsCollector.cs.


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