aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jibuf/jitter.plt
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-06-09 14:04:31 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-13 16:13:17 +0200
commite9e6200d84e9cdd56579a31faf4eaa8767230ed2 (patch)
tree1a3aac257e74837d35bd55a0f165aafc4c3fcaae /tests/jibuf/jitter.plt
parent14947b931bc532abd13fd46b6d23ba6e63f69d72 (diff)
jibuf: Estimate src clock skew
Diffstat (limited to 'tests/jibuf/jitter.plt')
-rw-r--r--tests/jibuf/jitter.plt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/jibuf/jitter.plt b/tests/jibuf/jitter.plt
index 0235170..fb606cf 100644
--- a/tests/jibuf/jitter.plt
+++ b/tests/jibuf/jitter.plt
@@ -33,6 +33,7 @@ if (pcap) {
'/tmp/bla' using 4:8 with linespoints title 'post.jitter' axes x1y1, \
'/tmp/bla' using 3:9 with linespoints title 'pre.dropped' axes x1y1, \
'/tmp/bla' using 3:10 with linespoints title 'pre.buffer' axes x1y1, \
+ '/tmp/bla' using 3:11 with linespoints title 'pre.skew' axes x1y1, \
'/tmp/bla' using 4:((column(4)-column(2))) with linespoints title 'post.delay' axes x1y1
} else {
@@ -43,6 +44,7 @@ if (pcap) {
'/tmp/bla' using 4:8 with linespoints title 'post.jitter' axes x1y1, \
'/tmp/bla' using 3:9 with linespoints title 'pre.dropped' axes x1y1, \
'/tmp/bla' using 3:10 with linespoints title 'pre.buffer' axes x1y1, \
+ '/tmp/bla' using 3:11 with linespoints title 'pre.skew' axes x1y1, \
'/tmp/bla' using 3:((column(3)-column(2))) with linespoints title 'pre.delay' axes x1y1, \
'/tmp/bla' using 4:((column(4)-column(2))) with linespoints title 'post.delay' axes x1y1
}