A structure to retrieve network statistics (receiving rate, transmitting rate etc) More...
#include <SystemInfo.h>
Public Member Functions | |
NetStat & | refresh () |
bool | operator== (const NetStat &other) const |
bool | operator!= (const NetStat &other) const |
Public Attributes | |
int32_t | tcp_established |
int32_t | tcp_listen |
int32_t | tcp_time_wait |
int32_t | tcp_close_wait |
int32_t | tcp_idle |
double | rx_rate |
double | tx_rate |
A structure to retrieve network statistics (receiving rate, transmitting rate etc)
Definition at line 204 of file SystemInfo.h.
|
inline |
Definition at line 207 of file SystemInfo.h.
bool NetStat::operator== | ( | const NetStat & | other | ) | const |
Definition at line 128 of file SystemInfo.cc.
NetStat & Hypertable::NetStat::refresh | ( | ) |
Definition at line 656 of file SystemInfo.cc.
double Hypertable::NetStat::rx_rate |
Definition at line 218 of file SystemInfo.h.
int32_t Hypertable::NetStat::tcp_close_wait |
Definition at line 214 of file SystemInfo.h.
int32_t Hypertable::NetStat::tcp_established |
Definition at line 211 of file SystemInfo.h.
int32_t Hypertable::NetStat::tcp_idle |
Definition at line 215 of file SystemInfo.h.
int32_t Hypertable::NetStat::tcp_listen |
Definition at line 212 of file SystemInfo.h.
int32_t Hypertable::NetStat::tcp_time_wait |
Definition at line 213 of file SystemInfo.h.
double Hypertable::NetStat::tx_rate |
Definition at line 219 of file SystemInfo.h.