amorphitec / netmeasure

Measure Internet connection quality.
GNU General Public License v3.0
1 stars 0 forks source link

Add jitter measurement #7

Open amorphic opened 1 year ago

amorphic commented 1 year ago

Jitter is a measure of network connection consistency. This is important for activities such as streaming and gaming where an inconsistent connection can causing stuttering, buffering etc.

This card will be complete when a measurement exists which returns a network jitter result.

amorphic commented 1 year ago

As a first pass it may be easiest to add something like https://github.com/Griesbacher/check_jitter to the latency measurement.