Photon Server API Documentation v5.0RC1

Static Public Attributes | List of all members
Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter Class Reference

Counter on Game Server application level. More...

Static Public Attributes

static readonly NumericCounter IsMasterServer = new NumericCounter("IsMasterServer")
 
static readonly NumericCounter ServerState = new NumericCounter("ServerState")
 
static readonly NumericCounter LoadLevel = new NumericCounter("LoadLevel")
 
static readonly NumericCounter CpuAvg = new NumericCounter("CpuAvg")
 
static readonly NumericCounter BusinessQueueAvg = new NumericCounter("BusinessQueueAvg")
 
static readonly NumericCounter EnetQueueAvg = new NumericCounter("EnetQueueAvg")
 
static readonly NumericCounter BytesInAndOutAvg = new NumericCounter("BytesInAndOutAvg")
 
static readonly NumericCounter EnetThreadsProcessingAvg = new NumericCounter("EnetThreadsProcessingAvg")
 
static readonly NumericCounter TcpDisconnectRateAvg = new NumericCounter("TcpDisconnectRateAvg")
 
static readonly NumericCounter UdpDisconnectRateAvg = new NumericCounter("UdpDisconnectRateAvg")
 
static readonly AverageCounter SelfMonitoringRtt = new AverageCounter("SelfMonitoringRtt")
 

Detailed Description

Counter on Game Server application level.

Member Data Documentation

◆ BusinessQueueAvg

readonly NumericCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.BusinessQueueAvg = new NumericCounter("BusinessQueueAvg")
static

◆ BytesInAndOutAvg

readonly NumericCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.BytesInAndOutAvg = new NumericCounter("BytesInAndOutAvg")
static

◆ CpuAvg

readonly NumericCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.CpuAvg = new NumericCounter("CpuAvg")
static

◆ EnetQueueAvg

readonly NumericCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.EnetQueueAvg = new NumericCounter("EnetQueueAvg")
static

◆ EnetThreadsProcessingAvg

readonly NumericCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.EnetThreadsProcessingAvg = new NumericCounter("EnetThreadsProcessingAvg")
static

◆ IsMasterServer

readonly NumericCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.IsMasterServer = new NumericCounter("IsMasterServer")
static

◆ LoadLevel

readonly NumericCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.LoadLevel = new NumericCounter("LoadLevel")
static

◆ SelfMonitoringRtt

readonly AverageCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.SelfMonitoringRtt = new AverageCounter("SelfMonitoringRtt")
static

◆ ServerState

readonly NumericCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.ServerState = new NumericCounter("ServerState")
static

◆ TcpDisconnectRateAvg

readonly NumericCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.TcpDisconnectRateAvg = new NumericCounter("TcpDisconnectRateAvg")
static

◆ UdpDisconnectRateAvg

readonly NumericCounter Photon.Common.LoadBalancer.LoadShedding.Diagnostics.Counter.UdpDisconnectRateAvg = new NumericCounter("UdpDisconnectRateAvg")
static