DOKK / manpages / debian 12 / jitterdebugger-utils / jitterplot.1.en
JITTERPLOT(1) General Commands Manual JITTERPLOT(1)

jitterplot - plot collected samples by jitterdebugger

jitterplot [OPTIONS] {hist,samples}

jittersamples procudes plots from the collected samples by jitterdebugger.

hist produces a histogram plot using the default output (JSON encoded) from jitterdebugger.

samples procudes a plot using the all the collected samples by jitterdebugger in CSV format.

Show help text and exit.
Show jitterplot version.

# jitterdebugger -f results.json
^C
# jitterplot hist results.json
# jitterdebugger -o samples.raw
^C
# jittersamples samples.raw > samples.txt
# jitterplot samples samples.txt

jitterdebugger(1) jittersamples(1)