Photon Server API

Static Public Attributes | List of all members
Photon.CounterPublisher.SocketServerCounterSchema.Enet Class Reference

Static Public Attributes

static readonly string ACKsInCounter = "Acknowledgements in"
 
static readonly string ACKsInPerSecondCounter = "Acknowledgements in/sec"
 
static readonly string ACKsOutCounter = "Acknowledgements out"
 
static readonly string ACKsOutPerSecondCounter = "Acknowledgements out/sec"
 
static readonly string CategoryName = "Photon Socket Server: ENet"
 
static readonly string ClientTimeoutDisconnects = "Client Timeout disconnects"
 
static readonly string ClientTimeoutDisconnectsPerSecondCounter = "Client Timeout disconnects/sec"
 
static readonly string CommandsInPerSecondCounter = "Commands in/sec"
 
static readonly string CommandsOutPerSecondCounter = "Commands out/sec"
 
static readonly string CommandsResentCounter = "Reliable Commands (out) resent"
 
static readonly string CommandsResentPerSecondCounter = "Reliable Commands (out) resent/sec"
 
static readonly string EnetTimerEventsPerSecondCounter = "Timer Events/sec"
 
static readonly string EnetTimersActiveCounter = "Timers Active"
 
static readonly string EnetTimersCancelledPerSecondCounter = "Timers Cancelled/sec"
 
static readonly string EnetTimersCreatedPerSecondCounter = "Timers Created/sec"
 
static readonly string EnetTimersDestroyedPerSecondCounter = "Timers Destroyed/sec"
 
static readonly string EnetTimersResetPerSecondCounter = "Timers Reset/sec"
 
static readonly string EnetTimersSetCounter = "Timers Set"
 
static readonly string EnetTimersSetPerSecondCounter = "Timers Set/sec"
 
static readonly string IncomingReliableCommandDroppedPerSecondCounter = "Reliable commands (in) dropped/sec"
 
static readonly string IncomingUnreliableCommandDroppedPerSecondCounter = "Unreliable commands (in) dropped/sec"
 
static readonly string PingsInCounter = "Pings in"
 
static readonly string PingsInPerSecondCounter = "Pings in/sec"
 
static readonly string PingsOutCounter = "Pings out"
 
static readonly string PingsOutPerSecondCounter = "Pings out/sec"
 
static readonly string RateLimitQueueBytesAddedPerSecondCounter = "Transmit Rate Limit Bytes Queued +/sec"
 
static readonly string RateLimitQueueBytesCounter = "Transmit Rate Limit Bytes Queued"
 
static readonly string RateLimitQueueBytesDiscardedCounter = "Transmit Rate Limit Bytes Discarded"
 
static readonly string RateLimitQueueBytesRemovedPerSecondCounter = "Transmit Rate Limit Bytes Queued -/sec"
 
static readonly string RateLimitQueueMessagesAddedPerSecondCounter = "Transmit Rate Limit Messages Queued +/sec"
 
static readonly string RateLimitQueueMessagesCounter = "Transmit Rate Limit Messages Queued"
 
static readonly string RateLimitQueueMessagesDiscardedCounter = "Transmit Rate Limit Messages Discarded"
 
static readonly string RateLimitQueueMessagesRemovedPerSecondCounter = "Transmit Rate Limit Messages Queued -/sec"
 
static readonly string ReliableCommandsInPerSecondCounter = "Reliable commands in/sec"
 
static readonly string ReliableCommandsOutPerSecondCounter = "Reliable commands out/sec"
 
static readonly string ReliableCommandsQueuedInCounter = "Reliable commands (in, fragments) queued"
 
static readonly string ReliableCommandsQueuedOutCounter = "Reliable commands (out) queued"
 
static readonly string TimeSpentInServerInCounter = "Time Spent In Server: In (ms)"
 
static readonly string TimeSpentInServerOutCounter = "Time Spent In Server: Out (ms)"
 
static readonly string TimeoutDisconnectCounter = "Timeout disconnects"
 
static readonly string TimeoutDisconnectPerSecondCounter = "Timeout disconnects/sec"
 
static readonly string UnreliableCommandsInPerSecondCounter = "Unreliable commands in/sec"
 
static readonly string UnreliableCommandsOutPerSecondCounter = "Unreliable commands out/sec"
 
static readonly string UnreliableCommandsThrottledPerSecondCounter = "Unreliable commands (out) throttled/sec"
 
static readonly string WindowLimitQueueBytesAddedPerSecondCounter = "Transmit Window Limit Bytes Queued +/sec"
 
static readonly string WindowLimitQueueBytesCounter = "Transmit Window Limit Bytes Queued"
 
static readonly string WindowLimitQueueBytesDiscardedCounter = "Transmit Window Limit Bytes Discarded"
 
static readonly string WindowLimitQueueBytesRemovedPerSecondCounter = "Transmit Window Limit Bytes Queued -/sec"
 
static readonly string WindowLimitQueueMessagesAddedPerSecondCounter = "Transmit Window Limit Messages Queued +/sec"
 
static readonly string WindowLimitQueueMessagesCounter = "Transmit Window Limit Messages Queued"
 
static readonly string WindowLimitQueueMessagesDiscardedCounter = "Transmit Window Limit Messages Discarded"
 
static readonly string WindowLimitQueueMessagesRemovedPerSecondCounter = "Transmit Window Limit Messages Queued -/sec"
 
static readonly string DatagramValidationFailuresCounter = "Datagram validation failures"
 
static readonly string DatagramValidationFailuresPerSecondCounter = "Datagram validation failures/sec"
 
static readonly string PortChangeCounter = "Port changes"
 
static readonly string PortChangePerSecondCounter = "Port changes/sec"
 

Member Data Documentation

◆ ACKsInCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.ACKsInCounter = "Acknowledgements in"
static

◆ ACKsInPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.ACKsInPerSecondCounter = "Acknowledgements in/sec"
static

◆ ACKsOutCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.ACKsOutCounter = "Acknowledgements out"
static

◆ ACKsOutPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.ACKsOutPerSecondCounter = "Acknowledgements out/sec"
static

◆ CategoryName

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.CategoryName = "Photon Socket Server: ENet"
static

◆ ClientTimeoutDisconnects

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.ClientTimeoutDisconnects = "Client Timeout disconnects"
static

◆ ClientTimeoutDisconnectsPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.ClientTimeoutDisconnectsPerSecondCounter = "Client Timeout disconnects/sec"
static

◆ CommandsInPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.CommandsInPerSecondCounter = "Commands in/sec"
static

◆ CommandsOutPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.CommandsOutPerSecondCounter = "Commands out/sec"
static

◆ CommandsResentCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.CommandsResentCounter = "Reliable Commands (out) resent"
static

◆ CommandsResentPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.CommandsResentPerSecondCounter = "Reliable Commands (out) resent/sec"
static

◆ DatagramValidationFailuresCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.DatagramValidationFailuresCounter = "Datagram validation failures"
static

◆ DatagramValidationFailuresPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.DatagramValidationFailuresPerSecondCounter = "Datagram validation failures/sec"
static

◆ EnetTimerEventsPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.EnetTimerEventsPerSecondCounter = "Timer Events/sec"
static

◆ EnetTimersActiveCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.EnetTimersActiveCounter = "Timers Active"
static

◆ EnetTimersCancelledPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.EnetTimersCancelledPerSecondCounter = "Timers Cancelled/sec"
static

◆ EnetTimersCreatedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.EnetTimersCreatedPerSecondCounter = "Timers Created/sec"
static

◆ EnetTimersDestroyedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.EnetTimersDestroyedPerSecondCounter = "Timers Destroyed/sec"
static

◆ EnetTimersResetPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.EnetTimersResetPerSecondCounter = "Timers Reset/sec"
static

◆ EnetTimersSetCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.EnetTimersSetCounter = "Timers Set"
static

◆ EnetTimersSetPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.EnetTimersSetPerSecondCounter = "Timers Set/sec"
static

◆ IncomingReliableCommandDroppedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.IncomingReliableCommandDroppedPerSecondCounter = "Reliable commands (in) dropped/sec"
static

◆ IncomingUnreliableCommandDroppedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.IncomingUnreliableCommandDroppedPerSecondCounter = "Unreliable commands (in) dropped/sec"
static

◆ PingsInCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.PingsInCounter = "Pings in"
static

◆ PingsInPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.PingsInPerSecondCounter = "Pings in/sec"
static

◆ PingsOutCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.PingsOutCounter = "Pings out"
static

◆ PingsOutPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.PingsOutPerSecondCounter = "Pings out/sec"
static

◆ PortChangeCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.PortChangeCounter = "Port changes"
static

◆ PortChangePerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.PortChangePerSecondCounter = "Port changes/sec"
static

◆ RateLimitQueueBytesAddedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.RateLimitQueueBytesAddedPerSecondCounter = "Transmit Rate Limit Bytes Queued +/sec"
static

◆ RateLimitQueueBytesCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.RateLimitQueueBytesCounter = "Transmit Rate Limit Bytes Queued"
static

◆ RateLimitQueueBytesDiscardedCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.RateLimitQueueBytesDiscardedCounter = "Transmit Rate Limit Bytes Discarded"
static

◆ RateLimitQueueBytesRemovedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.RateLimitQueueBytesRemovedPerSecondCounter = "Transmit Rate Limit Bytes Queued -/sec"
static

◆ RateLimitQueueMessagesAddedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.RateLimitQueueMessagesAddedPerSecondCounter = "Transmit Rate Limit Messages Queued +/sec"
static

◆ RateLimitQueueMessagesCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.RateLimitQueueMessagesCounter = "Transmit Rate Limit Messages Queued"
static

◆ RateLimitQueueMessagesDiscardedCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.RateLimitQueueMessagesDiscardedCounter = "Transmit Rate Limit Messages Discarded"
static

◆ RateLimitQueueMessagesRemovedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.RateLimitQueueMessagesRemovedPerSecondCounter = "Transmit Rate Limit Messages Queued -/sec"
static

◆ ReliableCommandsInPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.ReliableCommandsInPerSecondCounter = "Reliable commands in/sec"
static

◆ ReliableCommandsOutPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.ReliableCommandsOutPerSecondCounter = "Reliable commands out/sec"
static

◆ ReliableCommandsQueuedInCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.ReliableCommandsQueuedInCounter = "Reliable commands (in, fragments) queued"
static

◆ ReliableCommandsQueuedOutCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.ReliableCommandsQueuedOutCounter = "Reliable commands (out) queued"
static

◆ TimeoutDisconnectCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.TimeoutDisconnectCounter = "Timeout disconnects"
static

◆ TimeoutDisconnectPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.TimeoutDisconnectPerSecondCounter = "Timeout disconnects/sec"
static

◆ TimeSpentInServerInCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.TimeSpentInServerInCounter = "Time Spent In Server: In (ms)"
static

◆ TimeSpentInServerOutCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.TimeSpentInServerOutCounter = "Time Spent In Server: Out (ms)"
static

◆ UnreliableCommandsInPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.UnreliableCommandsInPerSecondCounter = "Unreliable commands in/sec"
static

◆ UnreliableCommandsOutPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.UnreliableCommandsOutPerSecondCounter = "Unreliable commands out/sec"
static

◆ UnreliableCommandsThrottledPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.UnreliableCommandsThrottledPerSecondCounter = "Unreliable commands (out) throttled/sec"
static

◆ WindowLimitQueueBytesAddedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.WindowLimitQueueBytesAddedPerSecondCounter = "Transmit Window Limit Bytes Queued +/sec"
static

◆ WindowLimitQueueBytesCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.WindowLimitQueueBytesCounter = "Transmit Window Limit Bytes Queued"
static

◆ WindowLimitQueueBytesDiscardedCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.WindowLimitQueueBytesDiscardedCounter = "Transmit Window Limit Bytes Discarded"
static

◆ WindowLimitQueueBytesRemovedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.WindowLimitQueueBytesRemovedPerSecondCounter = "Transmit Window Limit Bytes Queued -/sec"
static

◆ WindowLimitQueueMessagesAddedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.WindowLimitQueueMessagesAddedPerSecondCounter = "Transmit Window Limit Messages Queued +/sec"
static

◆ WindowLimitQueueMessagesCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.WindowLimitQueueMessagesCounter = "Transmit Window Limit Messages Queued"
static

◆ WindowLimitQueueMessagesDiscardedCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.WindowLimitQueueMessagesDiscardedCounter = "Transmit Window Limit Messages Discarded"
static

◆ WindowLimitQueueMessagesRemovedPerSecondCounter

readonly string Photon.CounterPublisher.SocketServerCounterSchema.Enet.WindowLimitQueueMessagesRemovedPerSecondCounter = "Transmit Window Limit Messages Queued -/sec"
static