dplay_bps

Bytes per second received from the network.

Type:

var, read-only

Remarks:

The variable is updated twice per second and displayed in the [F11] panel within the "network" column.

Example:

PANEL* pNetstats =
{ digits ( 0, 0, 5, *, 1,dplay_latency); // shows latency
digits ( 0,20, 5, *, 1,dplay_bps); // shows bps average
digits ( 0,40, 5, *, 1,dplay_bps); // shows bps average
flags = SHOW;
}

See also:

dplay_latency, dplay_bpsreliable, dplay_entrate, dplay_pingrate

► latest version online