This interface is used to inquire statistics about the network usage etc. More...
#include <inetwork_statistics.h>
Public Member Functions | |
virtual Uint64 | get_calculated_send_bandwidth (Uint32 host_id=0) const =0 |
Returns the calculated send bandwidth towards a given host. More... | |
virtual Uint64 | get_current_send_bandwidth (Uint32 host_id=0) const =0 |
Returns the actual send bandwidth towards a given host. More... | |
virtual Float64 | get_loss_rate (Uint32 host_id=0) const =0 |
Returns the current loss rate towards a given host. More... | |
virtual Uint64 | get_nr_of_nacked_packets (Uint32 host_id=0) const =0 |
Returns the number of packets for which a NACK was received for this host. More... | |
virtual Float64 | get_last_seen (Uint32 host_id) const =0 |
Returns the last time a given host was seen. More... | |
virtual Uint64 | get_received_bytes () const =0 |
Returns the total number of bytes received so far. More... | |
virtual Uint64 | get_sent_bytes () const =0 |
Returns the total number of bytes sent so far. More... | |
virtual Uint64 | get_rdma_sent_bytes () const =0 |
Returns the total number of bytes sent as RDMA. More... | |
virtual Uint64 | get_rdma_received_bytes () const =0 |
Returns the total number of bytes received as RDMA. More... | |
Public Member Functions inherited from mi::base::IInterface | |
virtual Uint32 | retain () const =0 |
Increments the reference count. More... | |
virtual Uint32 | release () const =0 |
Decrements the reference count. More... | |
virtual const IInterface * | get_interface (const Uuid &interface_id) const =0 |
Acquires a const interface from another. More... | |
template<class T> | |
const T * | get_interface () const |
Acquires a const interface from another. More... | |
virtual IInterface * | get_interface (const Uuid &interface_id)=0 |
Acquires a mutable interface from another. More... | |
template<class T> | |
T * | get_interface () |
Acquires a mutable interface from another. More... | |
virtual Uuid | get_iid () const =0 |
Returns the interface ID of the most derived interface. More... | |
Additional Inherited Members | |
Public Types inherited from mi::base::Interface_declare< 0xf3706973, ... > | |
typedef Interface_declare< id1, ... > | Self |
Own type. More... | |
typedef Uuid_t< id1, ... > | IID |
Declares the interface ID (IID) of this interface. More... | |
Public Types inherited from mi::base::IInterface | |
typedef Uuid_t<0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0> | IID |
Declares the interface ID (IID) of this interface. More... | |
Static Public Member Functions inherited from mi::base::Interface_declare< 0xf3706973, ... > | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Static Public Member Functions inherited from mi::base::IInterface | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface. More... | |
This interface is used to inquire statistics about the network usage etc.
|
pure virtual |
Returns the calculated send bandwidth towards a given host.
host_id | The host in question, or 0 for multicast. |
|
pure virtual |
Returns the actual send bandwidth towards a given host.
host_id | The host in question, or 0 for multicast. |
|
pure virtual |
Returns the last time a given host was seen.
host_id | The host in question. |
|
pure virtual |
Returns the current loss rate towards a given host.
host_id | The host in question, or 0 for multicast. |
|
pure virtual |
Returns the number of packets for which a NACK was received for this host.
host_id | The host in question, or 0 for multicast. |
|
pure virtual |
Returns the total number of bytes received as RDMA.
|
pure virtual |
Returns the total number of bytes sent as RDMA.
|
pure virtual |
Returns the total number of bytes received so far.
|
pure virtual |
Returns the total number of bytes sent so far.