m-lab / ndt

Network Diagnostic Tool
Other
11 stars 7 forks source link

Removes 'Jitter' metric from HTML interface #48

Closed nkinkade closed 7 years ago

nkinkade commented 8 years ago

The HTML interface has been reporting a "Jitter" metric on the main NDT test results page. This metric is the value of MaxRTT - MinRTT. While in some technical sense this may be a measure of jitter by some definition, this is almost certainly not the same sense of the term jitter that the vast majority of people using the NDT test are going to want or understand. This PR removes jitter from the results page, as well as just getting rid of the functions and variables that calculated and defined it.


This change is Reviewable

pboothe commented 8 years ago

LGTM