proc_bytes_out()

Bytes/s transmitted by the network interface

Syntax:

double proc_bytes_out(int eth);

Arguments:

Name Description
eth network interface number.

Description:

The number of bytes per seconds transmitted by the network interface.

Return Values:

On success, returns the number of bytes/s transmitted by the network interface. On error, -1 is returned.

See Also:

proc_eth_num(), proc_compressed_out(), proc_carrier(), proc_colls() proc_fifo_out(), proc_drop_out(), proc_errs_out(), proc_cpkts_out() proc_pkts_out(), proc_cbytes_out(), proc_multicast(), proc_compressed_in() proc_frame(), proc_fifo_in(), proc_drop_in(), proc_errs_in() proc_cpkts_in(), proc_pkts_in(), proc_bytes_in(), proc_cbytes_in()



INDEX