Public Member Functions | |
uint64_t | GetTotalReceiveBytes () |
uint64_t | GetTotalSendCount () |
uint64_t | GetTotalReceiveCount () |
uint64_t | GetTotalSendBytes () |
CNetCoreStats () | |
virtual String | ToString () const =0 |
Public Attributes | |
uint64_t | m_totalTcpReceiveCount |
uint64_t | m_totalTcpReceiveBytes |
uint64_t | m_totalTcpSendCount |
uint64_t | m_totalTcpSendBytes |
uint64_t | m_totalUdpReceiveCount |
uint64_t | m_totalUdpReceiveBytes |
uint64_t | m_totalUdpSendBytes |
uint64_t | m_totalUdpSendCount |
Status information.
Proud::CNetCoreStats::CNetCoreStats | ( | ) |
Number of all messages sent. This includes RMI and the headers of all packets in ProudNet.
|
inline |
Amount(byte) of all messages sent. This includes RMI and the headers of all packets in ProudNet.
|
pure virtual |
Returns a string that represents this object.
Implemented in Proud::CNetServerStats, and Proud::CNetClientStats.
uint64_t Proud::CNetCoreStats::m_totalTcpReceiveBytes |
Amount(byte) of all TCP messages received. This includes RMI and the headers of all packets in ProudNet.
uint64_t Proud::CNetCoreStats::m_totalTcpSendBytes |
Amount(byte) of all TCP messages sent. This includes RMI and the headers of all packets in ProudNet.
uint64_t Proud::CNetCoreStats::m_totalUdpReceiveBytes |
Amount(byte) of all UDP messages received. This includes RMI and the headers of all packets in ProudNet
uint64_t Proud::CNetCoreStats::m_totalUdpReceiveCount |
Number of all UDP messages received. This includes RMI and the headers of all packets in ProudNet.
uint64_t Proud::CNetCoreStats::m_totalUdpSendBytes |
Amount(byte) of all UDP messages sent. This includes RMI and the headers of all packets in ProudNet.
uint64_t Proud::CNetCoreStats::m_totalUdpSendCount |
Number of all UDP messages sent. This includes RMI and the headers of all packets in ProudNet.