Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.46 KB

skbtrace_timeit.md

File metadata and controls

31 lines (23 loc) · 1.46 KB

skbtrace timeit

Measures time delta between two distinct events 'from' and 'to'

Options

  -h, --help   help for timeit

Options inherited from parent commands

      --bpftrace string         Path to bpftrace binary (default "bpftrace")
  -D, --dump                    Dump bpftrace command instead of running it
  -e, --encap string            Type of encapsulation: 'gre' or 'udp' (default "gre")
  -p, --hint strings            Protocol hints for weak field aliases such as 'tcp' for 'sport'.
  -6, --inet6                   If specified, skbtrace assumes that inner header is IPv6.
      --struct-keyword string   Use struct keyword in casts: "" - do not use, "struct" - use, "auto" - deduce based on bpftrace version. (default "auto")
  -T, --timeout duration        Execution timeout for resulting bpftrace script (default 1m0s)
      --unit string             Time unit using for measurements: 'sec', 'ms', 'us' - default or 'ns' (default "us")

SEE ALSO

Auto generated by spf13/cobra on 21-Aug-2022