network-quality / goresponsiveness

A draft-ietf-ippm-responsiveness client in Go.
GNU General Public License v2.0
133 stars 10 forks source link

Failed to calculate a time for sequential RTTs #18

Open richb-hanover opened 2 years ago

richb-hanover commented 2 years ago

Update after https://github.com/network-quality/goresponsiveness/commit/7113efcf716b5cce94869a29eff37aee0be10808 fix:

When running goresponsiveness multiple times, I encountered this error message. (See #14 for the surrounding tests). What other information could I provide?

√ goresponsiveness-1 % time docker run goresp
05-06-2022 10:27:04 UTC Go Responsiveness to mensura.cdn-apple.com:443...
Failed to calculate a time for sequential RTTs: Get "https://mensura.cdn-apple.com/api/v1/gm/small": EOF
Download:  19.311 Mbps (  2.414 MBps), using 20 parallel connections.
Upload:    17.562 Mbps (  2.195 MBps), using 24 parallel connections.
Total RTTs measured: 5
RPM:   511
docker run goresp  0.11s user 0.15s system 1% cpu 20.899 total
hawkinsw commented 2 years ago

Thank you! I will take a look at this ASAP.

Will