ravinet / mahimahi

Web performance measurement toolkit
GNU General Public License v3.0
241 stars 129 forks source link

Incorrect handling of packet drop events by plotting scripts #136

Open ameya98 opened 5 years ago

ameya98 commented 5 years ago

mm-delay-graph and mm-throughput-graph do not handle packet drop events in the logs generated by mm-link.

Unknown event type: d at /usr/local/bin/mm-throughput-graph line 114, <> line 34934.

While mm-throughput-graph does not identify the event type, mm-delay-graph interprets the number of bytes dropped as the delay, which is a critical error.