Returns network download/upload rates in bytes per second.
Computes the delta since the last call. First call returns { down: 0, up: 0 }.
{ down: 0, up: 0 }
Object with down and up rates in bytes/sec
down
up
Returns network download/upload rates in bytes per second.
Computes the delta since the last call. First call returns
{ down: 0, up: 0 }.