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

Public Member Functions

void Initialise (IConfigSource source)
 
void Start ()
 
void Close ()
 
void RegisterServerStats ()
 

Public Attributes

bool Enabled = false
 
readonly string CategoryServer = "server"
 
readonly string ContainerThreadpool = "threadpool"
 
readonly string ContainerProcessor = "processor"
 
readonly string ContainerMemory = "memory"
 
readonly string ContainerNetwork = "network"
 
readonly string ContainerProcess = "process"
 
string NetworkInterfaceTypes = "Ethernet"
 

Detailed Description

Definition at line 42 of file ServerStatsCollector.cs.

Member Function Documentation

void OpenSim.Framework.Monitoring.ServerStatsCollector.Close ( )
inline

Definition at line 105 of file ServerStatsCollector.cs.

void OpenSim.Framework.Monitoring.ServerStatsCollector.Initialise ( IConfigSource  source)
inline

Definition at line 83 of file ServerStatsCollector.cs.

void OpenSim.Framework.Monitoring.ServerStatsCollector.RegisterServerStats ( )
inline

Definition at line 133 of file ServerStatsCollector.cs.

void OpenSim.Framework.Monitoring.ServerStatsCollector.Start ( )
inline

Definition at line 99 of file ServerStatsCollector.cs.

Member Data Documentation

readonly string OpenSim.Framework.Monitoring.ServerStatsCollector.CategoryServer = "server"

Definition at line 50 of file ServerStatsCollector.cs.

readonly string OpenSim.Framework.Monitoring.ServerStatsCollector.ContainerMemory = "memory"

Definition at line 54 of file ServerStatsCollector.cs.

readonly string OpenSim.Framework.Monitoring.ServerStatsCollector.ContainerNetwork = "network"

Definition at line 55 of file ServerStatsCollector.cs.

readonly string OpenSim.Framework.Monitoring.ServerStatsCollector.ContainerProcess = "process"

Definition at line 56 of file ServerStatsCollector.cs.

readonly string OpenSim.Framework.Monitoring.ServerStatsCollector.ContainerProcessor = "processor"

Definition at line 53 of file ServerStatsCollector.cs.

readonly string OpenSim.Framework.Monitoring.ServerStatsCollector.ContainerThreadpool = "threadpool"

Definition at line 52 of file ServerStatsCollector.cs.

bool OpenSim.Framework.Monitoring.ServerStatsCollector.Enabled = false

Definition at line 47 of file ServerStatsCollector.cs.

string OpenSim.Framework.Monitoring.ServerStatsCollector.NetworkInterfaceTypes = "Ethernet"

Definition at line 58 of file ServerStatsCollector.cs.


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