0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::NetStat Struct Reference

A structure to retrieve network statistics (receiving rate, transmitting rate etc) More...

#include <SystemInfo.h>

Public Member Functions

NetStatrefresh ()
 
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
 

Detailed Description

A structure to retrieve network statistics (receiving rate, transmitting rate etc)

Definition at line 204 of file SystemInfo.h.

Member Function Documentation

bool Hypertable::NetStat::operator!= ( const NetStat other) const
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.

Member Data Documentation

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.


The documentation for this struct was generated from the following files: