RAGS - v1.10.0
    Preparing search index...

    Function networkRates

    • Returns network download/upload rates in bytes per second.

      Computes the delta since the last call. First call returns { down: 0, up: 0 }.

      Returns { down: number; up: number }

      Object with down and up rates in bytes/sec