Scroll to navigation

JITTERSAMPLES(1) General Commands Manual JITTERSAMPLES(1)

NAME

jittersamples - decodes collected samples by jitterdebugger

SYNOPSIS

jittersamples hist [OPTIONS]

DESCRIPTION

jittersamples prints all samples stored by jitterdebugger to STDOUT.

The output is in CSV (Comma Separated Values) format.

The fields are:

CPUID
Timestamp in seconds
Wake up latency in micro seconds

OPTIONS

-h, --help
Show help text and exit.

EXAMPLES

  # jitterdebugger -o samples.raw
  ^C
  # jittersamples samples.raw | head
  0;1114.936950838;9
  0;1114.937204763;3
  0;1114.937458457;3
  0;1114.937711970;3
  0;1114.937965595;3
  0;1114.938218986;3
  0;1114.938472416;3
  0;1114.938725788;3
  0;1114.938979191;3
  0;1114.939232594;3

SEE ALSO

jitterdebugger(1) jitterplot(1)