Skip to content

Commit

Permalink
tools: jbuf plots - update description in jbuf.plot
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Sep 27, 2023
1 parent 56e0719 commit 3a4ea9f
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions tools/jbuf/jbuf.plot
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
#!/usr/bin/gnuplot
#
# How to generate a plot
# ======================
# This gnuplot script plots DEBUG_LEVEL 6 output of jbuf.c. You have to
# increment the DEBUG_LEVEL in ajb.c if you want to get the table for
# jbuf.dat. Then call baresip like this:
#
# ./baresip 2>&1 | grep -Eo "jbuf.*" > jbuf.dat
#
# Call this script. Then compare the plot legend with the variables in jbuf.c!
#
# Use generate_plot.sh!
#
# Description of the plot
# =======================
# The plot is a time based diagram.
#
# Events:
# - overflow
# - overrun
# - underflow
# - packet too late
# - duplicate packet
# - out of sequence
# - lost packet
# Copyright (C) 2023 commend.com - Christian Spielberger
Expand Down

0 comments on commit 3a4ea9f

Please sign in to comment.