Photon Counters List
Photon Socket Server
(49 counters)| Counter | Description |
|---|---|
| Bytes in | The total number of bytes into the server. Useful on graphs that cover a long period of time to show trends in data flow. |
| Bytes in/sec | The total number of bytes into the server per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| Bytes out | The total number of bytes out of the server. Useful on graphs that cover a long period of time to show trends in data flow. |
| Bytes out/sec | The total number of bytes out of the server per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| IO Buffers Total | The total number of IO buffers available. Useful for performance analysis. Shows how many I/O buffers are pooled, this relates to how much memory Photon is using. |
| IO Buffers Total +/sec | The increase in the total number of IO buffers available per second. Useful for performance tuning of the buffer pool. If this is non zero when your server has been running for a while then your pool size should be larger. |
| IO Buffers Total -/sec | The decrease in the total number of IO buffers available per second. Useful for performance tuning of the buffer pool. If this is non zero then your pool size should be larger. |
| IO Buffers In Use | The number of IO buffers currently in use. If this is considerably lower than the IO Buffers Total counter then your buffer allocator pool size may be too big. |
| IO Buffers In Use +/sec | The increase in the number of IO buffers currently in use per second. Useful for performance tuning and debugging. Shows how busy the buffer allocators are. |
| IO Buffers In Use -/sec | The decrease in the number of IO buffers currently in use per second. Useful for performance tuning and debugging. Shows how busy the buffer allocators are. |
| Sockets Total | The total number of sockets in the socket pool. Useful for performance analysis. Shows how many per-connection data structures are pooled, this relates to how much memory Photon is using. |
| Sockets Total +/sec | The increase in the total number of sockets in the socket pool per second. Useful for performance tuning of the socket pool. If this is non zero when your server has been running for a while then your pool size should be larger. |
| Sockets Total -/sec | The decrease in the total number of sockets in the socket pool per second. Useful for performance tuning of the buffer pool. If this is non zero then your pool size should be larger. |
| Sockets In Use | The total number of sockets currently in use. If this is considerably lower than the Sockets Total counter then your socket allocator pool size may be too big. |
| Sockets In Use +/sec | The increase in the number of sockets currently in use per second. Useful for performance tuning and debugging. Shows how busy the socket allocators are. |
| Sockets In Use -/sec | The decrease in the number of sockets currently in use per second. Useful for performance tuning and debugging. Shows how busy the socket allocators are. |
| Peers | The total number of peers connected to the server. |
| Peers +/sec | The total number of new peers connected to the server, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Peers -/sec | The total number of peers removed from the server, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Peers (all time) | The total number of peers that have ever connected to the server. |
| Disconnected Peers | The total number of peers disconnected but not cleaned up. |
| Disconnected Peers +/sec | The total number of new peers disconnected, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers -/sec | The total number of disconnected peers cleaned up, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (all time) | The total number of peers that have ever been disconnected. |
| Disconnected Peers (C) | The total number of peers disconnected by the client but not cleaned up. |
| Disconnected Peers (C) +/sec | The total number of new peers disconnected by the client, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (C) -/sec | The total number of peers disconnected by the client cleaned up, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (C) (all time) | The total number of peers that have ever been disconnected by the client. |
| Disconnected Peers (S) | The total number of peers disconnected by the server but not cleaned up. |
| Disconnected Peers (S) +/sec | The total number of new peers disconnected by the server, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (S) -/sec | The total number of peers disconnected by the server cleaned up, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (S) (all time) | The total number of peers that have ever been disconnected by the server. |
| Disconnected Peers (M) | The total number of peers disconnected by managed apps but not cleaned up. |
| Disconnected Peers (M) +/sec | The total number of new peers disconnected by managed apps, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (M) -/sec | The total number of peers disconnected by managed apps cleaned up, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (M) (all time) | The total number of peers that have ever been disconnected by managed apps. |
| Disconnected Peers (T) | The total number of peers disconnected due to timeouts but not cleaned up. |
| Disconnected Peers (T) +/sec | The total number of new peers disconnected due to timeouts, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (T) -/sec | The total number of peers disconnected due to timeouts cleaned up, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (T) (all time) | The total number of peers that have ever been disconnected due to timeouts. |
| Disconnected Peers (CT) | The total number of peers disconnected due to connection timeouts but not cleaned up. |
| Disconnected Peers (CT) +/sec | The total number of new peers disconnected due to connection timeouts, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (CT) -/sec | The total number of peers disconnected due to connection timeouts cleaned up, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| Disconnected Peers (CT) (all time) | The total number of peers that have ever been disconnected due to connection timeouts. |
| Connections Active | The total number of connections to the server. Useful for internal debugging, should normally be the same as the Peers counter. |
| Messages in | The total number of messages into the server. Useful on graphs that cover a long period of time to show trends in data flow. |
| Messages in/sec | The total number of messages into the server per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| Messages out | The total number of messages out of the server. Useful on graphs that cover a long period of time to show trends in data flow. |
| Messages out/sec | The total number of messages out of the server per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
Photon Socket Server: UDP
(52 counters)| Counter | Description |
|---|---|
| UDP: Bytes in | The total number of bytes into the server via UDP. Useful on graphs that cover a long period of time to show trends in data flow. |
| UDP: Bytes in/sec | The total number of bytes in to the server via UDP per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| UDP: Bytes out | The total number of bytes out of the server via UDP. Useful on graphs that cover a long period of time to show trends in data flow. |
| UDP: Bytes out/sec | The total number of bytes out of the server via UDP per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| UDP: Datagrams in | The total number of datagrams in. Useful on graphs that cover a long period of time to show trends in data flow. |
| UDP: Datagrams in/sec | The total number of datagrams in per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| UDP: Datagrams out | The total number of datagrams out. Useful on graphs that cover a long period of time to show trends in data flow. |
| UDP: Datagrams out/sec | The total number of datagrams out per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| UDP: Datagram writes pending | The total number of datagram writes pending in the I/O system (issued but not completed). Useful on graphs that cover a long period of time to show trends in data flow. |
| UDP: Datagram writes pending +/sec | The total number of new datagram writes pending per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| UDP: Datagram writes pending -/sec | The total number of pending datagram writes completing per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| UDP: Flow Control Datagrams Dropped | The total number of datagram dropped due to flow control. Useful on graphs that cover a long period of time to show trends in data flow. |
| UDP: Flow Control Datagrams Dropped/sec | The total number of datagram dropped due to flow control per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| UDP: Flow Control Active | The total number of connections on which flow control is active. Some datagrams on these connections will be dropped. |
| UDP: Flow Control 25% | The total number of connections on which flow control is at 25% of capacity. 25% of datagrams on these connections will be dropped. |
| UDP: Flow Control 55% | The total number of connections on which flow control is at 50% of capacity. 50% of datagrams on these connections will be dropped. |
| UDP: Flow Control 75% | The total number of connections on which flow control is at 75% of capacity. 75% of datagrams on these connections will be dropped. |
| UDP: Flow Control 100% | The total number of connections on which flow control is at 100% of capacity. 100% of datagrams on these connections will be dropped. |
| UDP: Pending Recvs | The total number of pending recvs posted (in effect, the listen backlog). Useful for internal debugging of connection limits. |
| UDP: Peers | The total number of peers connected to the server, via UDP. |
| UDP: Peers +/sec | The total number of new peers connected to the server, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Peers -/sec | The total number of peers removed from the server, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Peers (all time) | The total number of peers that have ever connected to the server, via UDP. |
| UDP: Disconnected Peers | The total number of peers disconnected but not cleaned up, via UDP. |
| UDP: Disconnected Peers +/sec | The total number of new peers disconnected, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers -/sec | The total number of disconnected peers cleaned up, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (all time) | The total number of peers that have ever been disconnected, via UDP. |
| UDP: Disconnected Peers (C) | The total number of peers disconnected by the client but not cleaned up, via UDP. |
| UDP: Disconnected Peers (C) +/sec | The total number of new peers disconnected by the client, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (C) -/sec | The total number of peers disconnected by the client cleaned up, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (C) (all time) | The total number of peers that have ever been disconnected by the client, via UDP. |
| UDP: Disconnected Peers (S) | The total number of peers disconnected by the server but not cleaned up, via UDP. |
| UDP: Disconnected Peers (S) +/sec | The total number of new peers disconnected by the server, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (S) -/sec | The total number of peers disconnected by the server cleaned up, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (S) (all time) | The total number of peers that have ever been disconnected by the server, via UDP. |
| UDP: Disconnected Peers (M) | The total number of peers disconnected by managed apps but not cleaned up, via UDP. |
| UDP: Disconnected Peers (M) +/sec | The total number of new peers disconnected by managed apps, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (M) -/sec | The total number of peers disconnected by managed apps cleaned up, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (M) (all time) | The total number of peers that have ever been disconnected by managed apps, via UDP. |
| UDP: Disconnected Peers (T) | The total number of peers disconnected due to timeouts but not cleaned up, via UDP. |
| UDP: Disconnected Peers (T) +/sec | The total number of new peers disconnected due to timeouts, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (T) -/sec | The total number of peers disconnected due to timeouts cleaned up, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (T) (all time) | The total number of peers that have ever been disconnected due to timeouts, via UDP. |
| UDP: Disconnected Peers (CT) | The total number of peers disconnected due to connection timeouts but not cleaned up, via UDP. |
| UDP: Disconnected Peers (CT) +/sec | The total number of new peers disconnected due to connection timeouts, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (CT) -/sec | The total number of peers disconnected due to connection timeouts cleaned up, via UDP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| UDP: Disconnected Peers (CT) (all time) | The total number of peers that have ever been disconnected due to connection timeouts, via UDP. |
| UDP: Connections Active | The number of UDP connections to the server. Useful for internal debugging, should normally be the same as the Peers counter. |
| UDP: Messages in | The number of messages into the server via UDP. Useful on graphs that cover a long period of time to show trends in data flow. |
| UDP: Messages in/sec | The number of messages into the server via UDP per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| UDP: Messages out | The number of messages out of the server via UDP. Useful on graphs that cover a long period of time to show trends in data flow. |
| UDP: Messages out/sec | The number of messages out of the server via UDP per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
Photon Socket Server: TCP
(49 counters)| Counter | Description |
|---|---|
| TCP: Bytes in | The total number of bytes into the server via TCP. Useful on graphs that cover a long period of time to show trends in data flow. |
| TCP: Bytes in/sec | The total number of bytes into the server via TCP per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| TCP: Bytes out | The total number of bytes out of the server via TCP. Useful on graphs that cover a long period of time to show trends in data flow. |
| TCP: Bytes out/sec | The total number of bytes out of the server via TCP per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| TCP: Peers | The total number of peers connected to the server, via TCP. |
| TCP: Peers +/sec | The total number of new peers connected to the server, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Peers -/sec | The total number of peers removed from the server, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Peers (all time) | The total number of peers that have ever connected to the server, via TCP. |
| TCP: Disconnected Peers | The total number of peers disconnected but not cleaned up, via TCP. |
| TCP: Disconnected Peers +/sec | The total number of new peers disconnected, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Disconnected Peers -/sec | The total number of disconnected peers cleaned up, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Disconnected Peers (all time) | The total number of peers that have ever been disconnected, via TCP. |
| TCP: Disconnected Peers (C) | The total number of peers disconnected by the client but not cleaned up, via TCP. |
| TCP: Disconnected Peers (C) +/sec | The total number of new peers disconnected by the client, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Disconnected Peers (C) -/sec | The total number of peers disconnected by the client cleaned up, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Disconnected Peers (C) (all time) | The total number of peers that have ever been disconnected by the client, via TCP. |
| TCP: Disconnected Peers (S) | The total number of peers disconnected by the server but not cleaned up, via TCP. |
| TCP: Disconnected Peers (S) +/sec | The total number of new peers disconnected by the server, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Disconnected Peers (S) -/sec | The total number of peers disconnected by the server cleaned up, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Disconnected Peers (S) (all time) | The total number of peers that have ever been disconnected by the server, via TCP. |
| TCP: Disconnected Peers (M) | The total number of peers disconnected by managed apps but not cleaned up, via TCP. |
| TCP: Disconnected Peers (M) +/sec | The total number of new peers disconnected by managed apps, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Disconnected Peers (M) -/sec | The total number of peers disconnected by managed apps cleaned up, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Disconnected Peers (M) (all time) | The total number of peers that have ever been disconnected by managed apps, via TCP. |
| TCP: Disconnected Peers (T) | The total number of peers disconnected due to timeouts but not cleaned up, via TCP. |
| TCP: Disconnected Peers (T) +/sec | The total number of new peers disconnected due to timeouts, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Disconnected Peers (T) -/sec | The total number of peers disconnected due to timeouts cleaned up, via TCP, per second. Useful on graphs that cover a short period of time to show fluctuations as they happen. |
| TCP: Disconnected Peers (T) (all time) | The total number of peers that have ever been disconnected due to timeouts, via TCP. |
| TCP: Connections Active | The number of TCP connections to the server. Useful for internal debugging, should normally be the same as the Peers counter. |
| TCP: Messages in | The number of messages into the server via TCP. Useful on graphs that cover a long period of time to show trends in data flow. |
| TCP: Messages in/sec | The number of messages into the server via TCP per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| TCP: Messages out | The number of messages out of the server via TCP. Useful on graphs that cover a long period of time to show trends in data flow. |
| TCP: Messages out/sec | The number of messages out of the server via TCP per second. Useful on graphs that cover a short period of time to show fluctuations in data flow as it happens. |
| TCP: Flow Control Buffer Queue | The total number of buffers queued for flow control for connections. |
| TCP: Flow Control Buffer Queue +/sec | The total number of buffers added to the flow control queued for connections, per second. |
| TCP: Flow Control Buffer Queue -/sec | The total number of buffers removed from the flow control queued for connections, per second. |
| TCP: Flow Control Active | The total number of connections on which flow control is active. |
| TCP: Flow Control 25% | The total number of connections on which flow control is at 25% of buffer capacity. |
| TCP: Flow Control 50% | The total number of connections on which flow control is at 50% of buffer capacity. |
| TCP: Flow Control 75% | The total number of connections on which flow control is at 75% of buffer capacity. |
| TCP: Flow Control Buffer Full Events | The total number of flow control buffer full events for connections. |
| TCP: Timers Active | The total number of TCP timers currently active. Useful for development tuning of the timer subsystem. |
| TCP: Timers Created/sec | The number of TCP timers created per second. Useful for development tuning of the timer subsystem. |
| TCP: Timers Destroyed/sec | The number of TCP timers destroyed per second. Useful for development tuning of the timer subsystem. |
| TCP: Timers Set | The total number of TCP timers currently set. Useful for development tuning of the timer subsystem. |
| TCP: Timers Set/sec | The number of TCP timers set per second. Useful for development tuning of the timer subsystem. |
| TCP: Timers Reset/sec | The number of TCP timers reset per second. Useful for development tuning of the timer subsystem. |
| TCP: Timer Events/sec | The number of TCP timers firing per second. Useful for development tuning of the timer subsystem. |
| TCP: Timers Cancelled/sec | The number of TCP timers cancelled per second. Useful for development tuning of the timer subsystem. |
Photon Socket Server: Threads and Queues
(21 counters)| Counter | Description |
|---|---|
| IO Threads Active | The total number of I/O threads in the thread pool. Shows how many I/O threads the server was configured with. If this changes whilst the server is running then it's VERY bad news. |
| IO Threads Processing | The number of I/O threads currently processing messages. Gives an idea of how busy the thread pool is. Useful on graphs that cover a long period of time to show trends in I/O load. |
| IO Threads Events/sec | The number of I/O events processed per second. Useful on graphs that cover a short period of time to show fluctuations in I/O load as it happens. |
| Business Logic Threads Active | The total number of business logic threads in the business logic thread pool. If the pool is a fixed size then this shows the configured number of threads. If dynamic, it shows the current pool size. |
| Business Logic Threads Processing | The number of business logic threads currently processing. Gives an idea of how busy the thread pool is. Useful on graphs that cover a long period of time to show trends in server load. |
| Business Logic Threads Events/sec | The number of business logic events processed per second. Useful on graphs that cover a short period of time to show fluctuations in server load as it happens. |
| Business Logic Queue | The total number of requests in the business logic queue. |
| Business Logic Queue +/sec | The total number of requests added to the business logic queue per second. Useful on graphs that cover a short period of time to show fluctuations in server load as it happens. |
| Business Logic Queue -/sec | The total number of requests removed from the business logic queue per second. Useful on graphs that cover a short period of time to show fluctuations in server load as it happens. |
| ENet Threads Active | The total number of ENet threads in the ENet thread pool. If the pool is a fixed size then this shows the configured number of threads. If dynamic, it shows the current pool size. |
| ENet Threads Processing | The number of ENet threads currently processing. Gives an idea of how busy the thread pool is. Useful on graphs that cover a long period of time to show trends in server load. |
| ENet Threads Events/sec | The number of ENet thread events processed per second. Useful on graphs that cover a short period of time to show fluctuations in server load as it happens. |
| ENet Queue | The total number of requests in the ENet queue. |
| ENet Queue +/sec | The total number of requests added to the ENet queue per second. Useful on graphs that cover a short period of time to show fluctuations in server load as it happens. |
| ENet Queue -/sec | The total number of requests removed from the ENet queue per second. Useful on graphs that cover a short period of time to show fluctuations in server load as it happens. |
| ENet Timer Threads Processing | The number of ENet timer threads processing. Gives an idea of how busy the ENet timer subsystem is. Useful on graphs that cover a long period of time to show trends in ENet timer subsystem load. |
| ENet Timer Thread Events/sec | How often the ENet timer queue is checked for expired timers per second. Useful on graphs that cover a short period of time to show fluctuations in ENet timer subsystem load as it happens. |
| TCP Timer Threads Processing | The number of TCP timer threads processing. Gives an idea of how busy the TCP timer subsystem is. Useful on graphs that cover a long period of time to show trends in TCP timer subsystem load. |
| TCP Timer Thread Events/sec | How often the TCP timer queue is checked for expired timers per second. Useful on graphs that cover a short period of time to show fluctuations in TCP timer subsystem load as it happens. |
| HTTP Timer Threads Processing | The number of HTTP timer threads processing. Gives an idea of how busy the HTTP timer subsystem is. Useful on graphs that cover a long period of time to show trends in HTTP timer subsystem load. |
| HTTP Timer Thread Events/sec | How often the HTTP timer queue is checked for expired timers per second. Useful on graphs that cover a short period of time to show fluctuations in HTTP timer subsystem load as it happens. |
Photon Socket Server: ENet
(66 counters)| Counter | Description |
|---|---|
| Reliable commands (in, fragments) queued | The number of reliable ENet commands currently queued for processing. This tends to only rise if fragmented data is being sent and the server is waiting for further fragments to arrive. |
| Reliable commands (out) queued | The number of reliable ENet commands that have been sent and are currently awaiting ACKs. The more this counter grows the more memory Photon is using to track reliable data in transit. |
| Datagram validation failures | The number of datagrams that fail validation and are discarded. |
| Datagram validation failures/sec | The number of datagrams that fail validation and are discarded per second. |
| Port changes | The number of times that a peer's port changes (usually due to the NAT that they are behind). |
| Port changes/sec | The number of times that a peer's port changes per second. |
| Commands in/sec | The total number of incoming ENet commands per second. |
| Reliable commands in/sec | The number of incoming reliable ENet commands per second. |
| Unreliable commands in/sec | The number of incoming unreliable ENet commands per second. |
| Commands out/sec | The number of outgoing ENet commands per second. |
| Reliable commands out/sec | The number of outgoing reliable ENet commands per second. |
| Unreliable commands out/sec | The number of outgoing unreliable ENet commands per second. |
| Unreliable commands (out) throttled/sec | The number of outgoing unreliable ENet commands throttled (not sent!) per second. Adjust your per peer bandwidth limits to reduce throttling. |
| Reliable commands (in) dropped/sec | The number of incoming reliable commands ENet dropped (due to sequence number errors) per second. Shows some measure of network congestion. |
| Unreliable commands (in) dropped/sec | The number of incoming unreliable commands ENet dropped (due to sequence number errors) per second. Shows some measure of network congestion. |
| Acknowledgements in | The total number of incoming acknowledgements received. |
| Acknowledgements in/sec | The number of incoming acknowledgements per second. |
| Pings in | The total number of incoming pings received. |
| Pings in/sec | The number of incoming pings per second. |
| Acknowledgements out | The total number of outgoing acknowledgements sent. |
| Acknowledgements out/sec | The number of outgoing acknowledgements per second. |
| Pings out | The total number of outgoing pings sent. |
| Pings out/sec | The number of outgoing pings per second. |
| Reliable Commands (out) resent | The total number of ENet commands resent due to ACK timeouts. |
| Reliable Commands (out) resent/sec | The number of ENet commands resent due to ACK timeouts per second. |
| Timeout disconnects | The total number of disconnects due to timeouts. |
| Timeout disconnects/sec | The number of disconnects due to timeouts per second. |
| Connect timeouts | The total number of connection failures due to timeouts during connection establishment. |
| Connect timeouts/sec | The total number of connection failures due to timeouts during connection establishment per second. |
| Client Timeout disconnects | The total number of disconnects due to client timeouts. |
| Client Timeout disconnects/sec | The number of disconnects due to client timeouts per second. |
| Transmit Rate Limit Bytes Queued +/sec | The number of bytes per second added to the transmit rate limit queue. |
| Transmit Rate Limit Bytes Queued -/sec | The number of bytes per second removed from the transmit rate limit queue. |
| Transmit Rate Limit Bytes Queued | The total number of bytes currently in the transmit rate limit queue. |
| Transmit Rate Limit Bytes Discarded | The total number of bytes in the transmit rate limit queue when a peer was reset. |
| Transmit Rate Limit Messages Queued +/sec | The number of messages per second added to the transmit rate limit queue. |
| Transmit Rate Limit Messages Queued -/sec | The number of messages per second removed from the transmit rate limit queue. |
| Transmit Rate Limit Messages Queued | The total number of messages currently in the transmit rate limit queue. |
| Transmit Rate Limit Messages Discarded | The total number of messages in the transmit rate limit queue when a peer was reset. |
| Transmit Window Limit Bytes Queued +/sec | The number of bytes per second added to the transmit window limit queue. |
| Transmit Window Limit Bytes Queued -/sec | The number of bytes per second removed from the transmit window limit queue. |
| Transmit Window Limit Bytes Queued | The total number of bytes currently in the transmit window limit queue. |
| Transmit Window Limit Bytes Discarded | The total number of bytes in the transmit window limit queue when a peer was reset. |
| Transmit Window Limit Messages Queued +/sec | The number of messages per second added to the transmit window limit queue. |
| Transmit Window Limit Messages Queued -/sec | The number of messages per second removed from the transmit window limit queue. |
| Transmit Window Limit Messages Queued | The total number of messages currently in the transmit window limit queue. |
| Transmit Window Limit Messages Discarded | The total number of messages in the transmit window limit queue when a peer was reset. |
| Flow control buffers in use | The total number of peers with flow control buffers. |
| Flow control buffers in use +/sec | The total number of new flow control buffers allocated, per second. |
| Flow control buffers in use -/sec | The total number of flow control buffers destroyed, per second. |
| Flow control buffer size | The total size (in bytes) of all flow control buffers. |
| Flow control buffer size +/sec | The total amount of flow control buffer space (in bytes) allocated, per second. |
| Flow control buffer size -/sec | The total amount of flow control buffer space (in bytes) destroyed, per second. |
| Flow control (oversize) buffers in use | The total number of peers with oversized flow control buffers. This is a subset of the total buffer count. |
| Flow control (oversize) buffers in use +/sec | The total number of new oversized flow control buffers allocated, per second. |
| Flow control (oversize) buffers in use -/sec | The total number of oversized flow control buffers destroyed, per second. |
| Timers Active | The total number of ENet timers currently active. Useful for development tuning of the timer subsystem. |
| Timers Created/sec | The number of ENet timers created per second. |
| Timers Destroyed/sec | The number of ENet timers destroyed per second. |
| Timers Set | The total number of ENet timers currently set. |
| Timers Set/sec | The number of ENet timers set per second. |
| Timers Reset/sec | The number of ENet timers reset per second. |
| Timer Events/sec | The number of ENet timers firing per second. |
| Timers Cancelled/sec | The number of ENet timers cancelled per second. |
| Time Spent In Server: In (ms) | The time an inbound datagram spends in the server before being passed to the CLR. |
| Time Spent In Server: Out (ms) | The time an outbound datagram spends in the server before being sent. |
Photon Socket Server: S2S
(45 counters)| Counter | Description |
|---|---|
| S2S: Bytes in | The total number of bytes into the S2S connection. Useful on graphs that cover a long period of time to show trends in data flow. |
| S2S: Bytes in/sec | The total number of bytes into the S2S connection per second. |
| S2S: Bytes out | The total number of bytes out of the S2S connection. |
| S2S: Bytes out/sec | The total number of bytes out of the S2S connection per second. |
| S2S: Flow Control Buffer Queue | The total number of buffers queued for flow control for S2S connections. |
| S2S: Flow Control Buffer Queue +/sec | The total number of buffers added to the flow control queued for S2S connections, per second. |
| S2S: Flow Control Buffer Queue -/sec | The total number of buffers removed from the flow control queued for S2S connections, per second. |
| S2S: Flow Control Active | The total number of S2S connections on which flow control is active. |
| S2S: Flow Control 25% | The total number of S2S connections on which flow control is at 25% of buffer capacity. |
| S2S: Flow Control 50% | The total number of S2S connections on which flow control is at 50% of buffer capacity. |
| S2S: Flow Control 75% | The total number of S2S connections on which flow control is at 75% of buffer capacity. |
| S2S: Flow Control Buffer Full Events | The total number of flow control buffer full events for S2S connections. |
| S2S: Peers | The total number of peers connected to the server, via S2S. |
| S2S: Peers +/sec | The total number of new peers connected to the server, via S2S, per second. |
| S2S: Peers -/sec | The total number of peers removed from the server, via S2S, per second. |
| S2S: Peers (all time) | The total number of peers that have ever connected to the server, via S2S. |
| S2S: Disconnected Peers | The total number of peers disconnected but not cleaned up, via S2S. |
| S2S: Disconnected Peers +/sec | The total number of new peers disconnected, via S2S, per second. |
| S2S: Disconnected Peers -/sec | The total number of disconnected peers cleaned up, via S2S, per second. |
| S2S: Disconnected Peers (all time) | The total number of peers that have ever been disconnected, via S2S. |
| S2S: Disconnected Peers (C) | The total number of peers disconnected by the client but not cleaned up, via S2S. |
| S2S: Disconnected Peers (C) +/sec | The total number of new peers disconnected by the client, via S2S, per second. |
| S2S: Disconnected Peers (C) -/sec | The total number of peers disconnected by the client cleaned up, via S2S, per second. |
| S2S: Disconnected Peers (C) (all time) | The total number of peers that have ever been disconnected by the client, via S2S. |
| S2S: Disconnected Peers (S) | The total number of peers disconnected by the server but not cleaned up, via S2S. |
| S2S: Disconnected Peers (S) +/sec | The total number of new peers disconnected by the server, via S2S, per second. |
| S2S: Disconnected Peers (S) -/sec | The total number of peers disconnected by the server cleaned up, via S2S, per second. |
| S2S: Disconnected Peers (S) (all time) | The total number of peers that have ever been disconnected by the server, via S2S. |
| S2S: Disconnected Peers (M) | The total number of peers disconnected by managed apps but not cleaned up, via S2S. |
| S2S: Disconnected Peers (M) +/sec | The total number of new peers disconnected by managed apps, via S2S, per second. |
| S2S: Disconnected Peers (M) -/sec | The total number of peers disconnected by managed apps cleaned up, via S2S, per second. |
| S2S: Disconnected Peers (M) (all time) | The total number of peers that have ever been disconnected by managed apps, via S2S. |
| S2S: Disconnected Peers (T) | The total number of peers disconnected due to timeouts but not cleaned up, via S2S. |
| S2S: Disconnected Peers (T) +/sec | The total number of new peers disconnected due to timeouts, via S2S, per second. |
| S2S: Disconnected Peers (T) -/sec | The total number of peers disconnected due to timeouts cleaned up, via S2S, per second. |
| S2S: Disconnected Peers (T) (all time) | The total number of peers that have ever been disconnected due to timeouts, via S2S. |
| S2S: Disconnected Peers (CT) | The total number of peers disconnected due to connection timeouts but not cleaned up, via S2S. |
| S2S: Disconnected Peers (CT) +/sec | The total number of new peers disconnected due to connection timeouts, via S2S, per second. |
| S2S: Disconnected Peers (CT) -/sec | The total number of peers disconnected due to connection timeouts cleaned up, via S2S, per second. |
| S2S: Disconnected Peers (CT) (all time) | The total number of peers that have ever been disconnected due to connection timeouts, via S2S. |
| S2S: Connections Active | The number of S2S connections to the server. Should normally be the same as the Peers counter. |
| S2S: Messages in | The number of messages into the server via S2S connections. |
| S2S: Messages in/sec | The number of messages into the server via S2S connections, per second. |
| S2S: Messages out | The number of messages out of the server via S2S connections. |
| S2S: Messages out/sec | The number of messages out of the server via S2S connections, per second. |
Photon Socket Server: Policy File
(31 counters)| Counter | Description |
|---|---|
| Policy: Bytes in | The total number of bytes into the server via Policy File connections. |
| Policy: Bytes in/sec | The total number of bytes into the server via Policy File connections per second. |
| Policy: Bytes out | The total number of bytes out of the server via Policy File connections. |
| Policy: Bytes out/sec | The total number of bytes out of the server via Policy File connections per second. |
| Policy: Peers | The total number of peers connected to the server, via Policy File connections. |
| Policy: Peers +/sec | The total number of new peers connected to the server, via Policy File connections, per second. |
| Policy: Peers -/sec | The total number of peers removed from the server, via Policy File connections, per second. |
| Policy: Peers (all time) | The total number of peers that have ever connected to the server, via Policy File connections. |
| Policy: Disconnected Peers | The total number of peers disconnected but not cleaned up, via Policy File connections. |
| Policy: Disconnected Peers +/sec | The total number of new peers disconnected, via Policy File connections, per second. |
| Policy: Disconnected Peers -/sec | The total number of disconnected peers cleaned up, via Policy File connections, per second. |
| Policy: Disconnected Peers (all time) | The total number of peers that have ever been disconnected, via Policy File connections. |
| Policy: Disconnected Peers (C) | The total number of peers disconnected by the client but not cleaned up, via Policy File connections. |
| Policy: Disconnected Peers (C) +/sec | The total number of new peers disconnected by the client, via Policy File connections, per second. |
| Policy: Disconnected Peers (C) -/sec | The total number of peers disconnected by the client cleaned up, via Policy File connections, per second. |
| Policy: Disconnected Peers (C) (all time) | The total number of peers that have ever been disconnected by the client, via Policy File connections. |
| Policy: Disconnected Peers (S) | The total number of peers disconnected by the server but not cleaned up, via Policy File connections. |
| Policy: Disconnected Peers (S) +/sec | The total number of new peers disconnected by the server, via Policy File connections, per second. |
| Policy: Disconnected Peers (S) -/sec | The total number of peers disconnected by the server cleaned up, via Policy File connections, per second. |
| Policy: Disconnected Peers (S) (all time) | The total number of peers that have ever been disconnected by the server, via Policy File connections. |
| Policy: Disconnected Peers (M) | The total number of peers disconnected by managed apps but not cleaned up, via Policy File connections. |
| Policy: Disconnected Peers (M) +/sec | The total number of new peers disconnected by managed apps, via Policy File connections, per second. |
| Policy: Disconnected Peers (M) -/sec | The total number of peers disconnected by managed apps cleaned up, via Policy File connections, per second. |
| Policy: Disconnected Peers (M) (all time) | The total number of peers that have ever been disconnected by managed apps, via Policy File connections. |
| Policy: Disconnected Peers (T) | The total number of peers disconnected due to timeouts but not cleaned up, via Policy File connections. |
| Policy: Disconnected Peers (T) +/sec | The total number of new peers disconnected due to timeouts, via Policy File connections, per second. |
| Policy: Disconnected Peers (T) -/sec | The total number of peers disconnected due to timeouts cleaned up, via Policy File connections, per second. |
| Policy: Disconnected Peers (T) (all time) | The total number of peers that have ever been disconnected due to timeouts, via Policy File connections. |
| Policy: Connections Active | The number of Policy File connections to the server. Should normally be the same as the Peers counter. |
| Policy: Failed requests | The number of failed requests for policy files. |
| Policy: Failed requests/sec | The number of failed requests for policy files, per second. |
Photon Socket Server: HTTP
(52 counters)| Counter | Description |
|---|---|
| HTTP: Bytes in | The total number of bytes into the server via HTTP connections. |
| HTTP: Bytes in/sec | The total number of bytes into the server via HTTP connections per second. |
| HTTP: Bytes out | The total number of bytes out of the server via HTTP connections. |
| HTTP: Bytes out/sec | The total number of bytes out of the server via HTTP connections per second. |
| HTTP: Peers | The total number of peers connected to the server, via HTTP connections. |
| HTTP: Peers +/sec | The total number of new peers connected to the server, via HTTP connections, per second. |
| HTTP: Peers -/sec | The total number of peers removed from the server, via HTTP connections, per second. |
| HTTP: Peers (all time) | The total number of peers that have ever connected to the server, via HTTP connections. |
| HTTP: Disconnected Peers | The total number of peers disconnected but not cleaned up, via HTTP connections. |
| HTTP: Disconnected Peers +/sec | The total number of new peers disconnected, via HTTP connections, per second. |
| HTTP: Disconnected Peers -/sec | The total number of disconnected peers cleaned up, via HTTP connections, per second. |
| HTTP: Disconnected Peers (all time) | The total number of peers that have ever been disconnected, via HTTP connections. |
| HTTP: Disconnected Peers (C) | The total number of peers disconnected by the client but not cleaned up, via HTTP connections. |
| HTTP: Disconnected Peers (C) +/sec | The total number of new peers disconnected by the client, via HTTP connections, per second. |
| HTTP: Disconnected Peers (C) -/sec | The total number of peers disconnected by the client cleaned up, via HTTP connections, per second. |
| HTTP: Disconnected Peers (C) (all time) | The total number of peers that have ever been disconnected by the client, via HTTP connections. |
| HTTP: Disconnected Peers (S) | The total number of peers disconnected by the server but not cleaned up, via HTTP connections. |
| HTTP: Disconnected Peers (S) +/sec | The total number of new peers disconnected by the server, via HTTP connections, per second. |
| HTTP: Disconnected Peers (S) -/sec | The total number of peers disconnected by the server cleaned up, via HTTP connections, per second. |
| HTTP: Disconnected Peers (S) (all time) | The total number of peers that have ever been disconnected by the server, via HTTP connections. |
| HTTP: Disconnected Peers (M) | The total number of peers disconnected by managed apps but not cleaned up, via HTTP connections. |
| HTTP: Disconnected Peers (M) +/sec | The total number of new peers disconnected by managed apps, via HTTP connections, per second. |
| HTTP: Disconnected Peers (M) -/sec | The total number of peers disconnected by managed apps cleaned up, via HTTP connections, per second. |
| HTTP: Disconnected Peers (M) (all time) | The total number of peers that have ever been disconnected by managed apps, via HTTP connections. |
| HTTP: Disconnected Peers (T) | The total number of peers disconnected due to timeouts but not cleaned up, via HTTP connections. |
| HTTP: Disconnected Peers (T) +/sec | The total number of new peers disconnected due to timeouts, via HTTP connections, per second. |
| HTTP: Disconnected Peers (T) -/sec | The total number of peers disconnected due to timeouts cleaned up, via HTTP connections, per second. |
| HTTP: Disconnected Peers (T) (all time) | The total number of peers that have ever been disconnected due to timeouts, via HTTP connections. |
| HTTP: Pending Reads | The number of reads pending on HTTP connections. If this drops to zero then we stop processing new HTTP requests. |
| HTTP: Pending Entity Reads | The number of entity data reads pending on HTTP connections. Normally sits at zero. |
| HTTP: Pending Writes | The number of data writes pending on HTTP connections. Normally sits at zero. |
| HTTP: Pending Disconnects | The number of wait for disconnects pending on HTTP connections. Should match the number of active connections. |
| HTTP: Connections Active | The number of HTTP connections to the server. Will not match the number of peers as connections are not tied to a peer. |
| HTTP: Requests Active | The number of HTTP requests to the server. Will not match the number of peers as peers can have multiple requests active. |
| HTTP: Messages in | The number of messages into the server via HTTP. |
| HTTP: Messages in/sec | The number of messages into the server via HTTP per second. |
| HTTP: Messages out | The number of messages out of the server via HTTP. |
| HTTP: Messages out/sec | The number of messages out of the server via HTTP per second. |
| HTTP: Outbound Data Queue | The total number of bytes queued in the outbound queue by HTTP connections. |
| HTTP: Outbound Data Queue +/sec | The total number of bytes added to the outbound queue for HTTP connections, per second. |
| HTTP: Outbound Data Queue -/sec | The total number of buffers removed from the outbound queue for HTTP connections, per second. |
| HTTP: Inbound Data Queue | The total number of bytes queued in the inbound queue by HTTP connections. |
| HTTP: Inbound Data Queue +/sec | The total number of bytes added to the inbound queue for HTTP connections, per second. |
| HTTP: Inbound Data Queue -/sec | The total number of buffers removed from the inbound queue for HTTP connections, per second. |
| HTTP: Timers Active | The total number of HTTP timers currently active. |
| HTTP: Timers Created/sec | The number of HTTP timers created per second. |
| HTTP: Timers Destroyed/sec | The number of HTTP timers destroyed per second. |
| HTTP: Timers Set | The total number of HTTP timers currently set. |
| HTTP: Timers Set/sec | The number of HTTP timers set per second. |
| HTTP: Timers Reset/sec | The number of HTTP timers reset per second. |
| HTTP: Timer Events/sec | The number of HTTP timers firing per second. |
| HTTP: Timers Cancelled/sec | The number of HTTP timers cancelled per second. |
Photon Socket Server: Reliable HTTP
(44 counters)| Counter | Description |
|---|---|
| RHTTP: Bytes in | The total number of bytes into the server via Reliable HTTP connections. |
| RHTTP: Bytes in/sec | The total number of bytes into the server via Reliable HTTP connections per second. |
| RHTTP: Bytes out | The total number of bytes out of the server via Reliable HTTP connections. |
| RHTTP: Bytes out/sec | The total number of bytes out of the server via Reliable HTTP connections per second. |
| RHTTP: Peers | The total number of peers connected to the server, via Reliable HTTP connections. |
| RHTTP: Peers +/sec | The total number of new peers connected to the server, via Reliable HTTP connections, per second. |
| RHTTP: Peers -/sec | The total number of peers removed from the server, via Reliable HTTP connections, per second. |
| RHTTP: Peers (all time) | The total number of peers that have ever connected to the server, via Reliable HTTP connections. |
| RHTTP: Disconnected Peers | The total number of peers disconnected but not cleaned up, via Reliable HTTP connections. |
| RHTTP: Disconnected Peers +/sec | The total number of new peers disconnected, via Reliable HTTP connections, per second. |
| RHTTP: Disconnected Peers -/sec | The total number of disconnected peers cleaned up, via Reliable HTTP connections, per second. |
| RHTTP: Disconnected Peers (all time) | The total number of peers that have ever been disconnected, via Reliable HTTP connections. |
| RHTTP: Disconnected Peers (C) | The total number of peers disconnected by the client but not cleaned up, via Reliable HTTP connections. |
| RHTTP: Disconnected Peers (C) +/sec | The total number of new peers disconnected by the client, via Reliable HTTP connections, per second. |
| RHTTP: Disconnected Peers (C) -/sec | The total number of peers disconnected by the client cleaned up, via Reliable HTTP connections, per second. |
| RHTTP: Disconnected Peers (C) (all time) | The total number of peers that have ever been disconnected by the client, via Reliable HTTP connections. |
| RHTTP: Disconnected Peers (S) | The total number of peers disconnected by the server but not cleaned up, via Reliable HTTP connections. |
| RHTTP: Disconnected Peers (S) +/sec | The total number of new peers disconnected by the server, via Reliable HTTP connections, per second. |
| RHTTP: Disconnected Peers (S) -/sec | The total number of peers disconnected by the server cleaned up, via Reliable HTTP connections, per second. |
| RHTTP: Disconnected Peers (S) (all time) | The total number of peers that have ever been disconnected by the server, via Reliable HTTP connections. |
| RHTTP: Disconnected Peers (M) | The total number of peers disconnected by managed apps but not cleaned up, via Reliable HTTP connections. |
| RHTTP: Disconnected Peers (M) +/sec | The total number of new peers disconnected by managed apps, via Reliable HTTP connections, per second. |
| RHTTP: Disconnected Peers (M) -/sec | The total number of peers disconnected by managed apps cleaned up, via Reliable HTTP connections, per second. |
| RHTTP: Disconnected Peers (M) (all time) | The total number of peers that have ever been disconnected by managed apps, via Reliable HTTP connections. |
| RHTTP: Disconnected Peers (T) | The total number of peers disconnected due to timeouts but not cleaned up, via Reliable HTTP connections. |
| RHTTP: Disconnected Peers (T) +/sec | The total number of new peers disconnected due to timeouts, via Reliable HTTP connections, per second. |
| RHTTP: Disconnected Peers (T) -/sec | The total number of peers disconnected due to timeouts cleaned up, via Reliable HTTP connections, per second. |
| RHTTP: Disconnected Peers (T) (all time) | The total number of peers that have ever been disconnected due to timeouts, via Reliable HTTP connections. |
| RHTTP: Pending Reads | The number of reads pending on Reliable HTTP connections. If this drops to zero then we stop processing new requests. |
| RHTTP: Pending Entity Reads | The number of entity data reads pending on Reliable HTTP connections. Normally sits at zero. |
| RHTTP: Pending Writes | The number of data writes pending on Reliable HTTP connections. Normally sits at zero. |
| RHTTP: Pending Disconnects | The number of wait for disconnects pending on Reliable HTTP connections. Should match the number of active connections. |
| RHTTP: Connections Active | The number of Reliable HTTP connections to the server. Will not match the number of peers as connections are not tied to a peer. |
| RHTTP: Requests Active | The number of Reliable HTTP requests to the server. Will not match the number of peers as peers can have multiple requests active. |
| RHTTP: Messages in | The number of messages into the server via Reliable HTTP. |
| RHTTP: Messages in/sec | The number of messages into the server via Reliable HTTP per second. |
| RHTTP: Messages out | The number of messages out of the server via Reliable HTTP. |
| RHTTP: Messages out/sec | The number of messages out of the server via Reliable HTTP per second. |
| RHTTP: Outbound Data Queue | The total number of bytes queued in the outbound queue by Reliable HTTP connections. |
| RHTTP: Outbound Data Queue +/sec | The total number of bytes added to the outbound queue for Reliable HTTP connections, per second. |
| RHTTP: Outbound Data Queue -/sec | The total number of buffers removed from the outbound queue for Reliable HTTP connections, per second. |
| RHTTP: Inbound Data Queue | The total number of bytes queued in the inbound queue by Reliable HTTP connections. |
| RHTTP: Inbound Data Queue +/sec | The total number of bytes added to the inbound queue for Reliable HTTP connections, per second. |
| RHTTP: Inbound Data Queue -/sec | The total number of buffers removed from the inbound queue for Reliable HTTP connections, per second. |
Photon Socket Server: CLR
(16 counters)| Counter | Description |
|---|---|
| CLR: N->M Operations | The number of transitions from native to managed code for Photon Operations. |
| CLR: N->M Operations/sec | The number of transitions from native to managed code for Photon Operations per second. |
| CLR: N->M COM | The number of transitions from native to managed code for COM Operations. |
| CLR: N->M COM/sec | The number of transitions from native to managed code for COM Operations per second. |
| CLR: N->M Total | The total number of transitions from native to managed code (excluding COM operations). |
| CLR: N->M Total/sec | The total number of transitions from native to managed code per second (excluding COM operations). |
| CLR: M->N Other | The number of transitions from managed to native code for Photon Operations. |
| CLR: M->N Other/sec | The number of transitions from managed to native code for Photon Operations per second. |
| CLR: M->N Send | The number of transitions from managed to native code for Send Operations. |
| CLR: M->N Send/sec | The number of transitions from managed to native code for Send Operations per second. |
| CLR: M->N Broadcast | The number of transitions from managed to native code for Broadcast Operations. |
| CLR: M->N Broadcast/sec | The number of transitions from managed to native code for Broadcast Operations per second. |
| CLR: M->N COM | The number of transitions from managed to native code for COM Operations. |
| CLR: M->N COM/sec | The number of transitions from managed to native code for COM Operations per second. |
| CLR: M->N Total | The total number of transitions from managed to native code (excluding COM operations). |
| CLR: M->N Total/sec | The total number of transitions from managed to native code per second (excluding COM operations). |
Photon Socket Server: MUX Inbound
(14 counters)| Counter | Description |
|---|---|
| MUX In: Bytes in | The total number of bytes into the inbound TCP MUX. |
| MUX In: Bytes in/sec | The total number of bytes into the inbound TCP MUX per second. |
| MUX In: Bytes out | The total number of bytes out of the inbound TCP MUX. |
| MUX In: Bytes out/sec | The total number of bytes out of the inbound TCP MUX per second. |
| MUX In: Physical Connections | The total number of physical connections to the inbound TCP MUX. |
| MUX In: Logical Connections | The total number of logical connections to the inbound TCP MUX. |
| MUX In: Flow Control Buffer Queue | The total number of buffers queued for flow control for connections to the inbound TCP MUX. |
| MUX In: Flow Control Buffer Queue +/sec | The total number of buffers added to the flow control queued for connections to the inbound TCP MUX, per second. |
| MUX In: Flow Control Buffer Queue -/sec | The total number of buffers removed from the flow control queued for connections to the inbound TCP MUX, per second. |
| MUX In: Flow Control Active | The total number of connections to the inbound TCP MUX on which flow control is active. |
| MUX In: Flow Control 25% | The total number of connections to the inbound TCP MUX on which flow control is at 25% of buffer capacity. |
| MUX In: Flow Control 50% | The total number of connections to the inbound TCP MUX on which flow control is at 50% of buffer capacity. |
| MUX In: Flow Control 75% | The total number of connections to the inbound TCP MUX on which flow control is at 75% of buffer capacity. |
| MUX In: Flow Control Buffer Full Events | The total number of flow control buffer full events for connections to the inbound TCP MUX. |
Photon Socket Server: MUX Outbound
(14 counters)| Counter | Description |
|---|---|
| MUX Out: Bytes in | The total number of bytes into the outbound TCP MUX. |
| MUX Out: Bytes in/sec | The total number of bytes into the outbound TCP MUX per second. |
| MUX Out: Bytes out | The total number of bytes out of the outbound TCP MUX. |
| MUX Out: Bytes out/sec | The total number of bytes out of the outbound TCP MUX per second. |
| MUX Out: Physical Connections | The total number of physical connections from the outbound TCP MUX. |
| MUX Out: Logical Connections | The total number of logical connections from the outbound TCP MUX. |
| MUX Out: Flow Control Buffer Queue | The total number of buffers queued for flow control for connections from the outbound TCP MUX. |
| MUX Out: Flow Control Buffer Queue +/sec | The total number of buffers added to the flow control queued for connections from the outbound TCP MUX, per second. |
| MUX Out: Flow Control Buffer Queue -/sec | The total number of buffers removed from the flow control queued for connections from the outbound TCP MUX, per second. |
| MUX Out: Flow Control Active | The total number of connections from the outbound TCP MUX on which flow control is active. |
| MUX Out: Flow Control 25% | The total number of connections from the outbound TCP MUX on which flow control is at 25% of buffer capacity. |
| MUX Out: Flow Control 50% | The total number of connections from the outbound TCP MUX on which flow control is at 50% of buffer capacity. |
| MUX Out: Flow Control 75% | The total number of connections from the outbound TCP MUX on which flow control is at 75% of buffer capacity. |
| MUX Out: Flow Control Buffer Full Events | The total number of flow control buffer full events for connections from the outbound TCP MUX. |