ovs-parse-backtrace(8) - Linux manual page

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | COLOPHON

ovs-parse-backtrace(8)       Open vSwitch Manual      ovs-parse-backtrace(8)

NAME         top

       ovs-parse-backtrace - parses ovs-appctl backtrace output

SYNOPSIS         top

       ovs-appctl backtrace | ovs-parse-backtrace [binary]

       ovs-parse-backtrace [binary] < backtrace

DESCRIPTION         top

       In some configurations, many Open vSwitch daemons can produce a
       series of backtraces using the ovs-appctl backtrace command.  Users
       can analyze these backtraces to figure out what the given Open
       vSwitch daemon may be spending most of its time doing.
       ovs-parse-backtrace makes this output easier to interpret.

       The ovs-appctl backtrace output must be supplied on standard input.
       The binary that produced the output should be supplied as the sole
       non-option argument.  For best results, the binary should have debug
       symbols.

OPTIONS         top

       --help Prints a usage message and exits.

       --version Prints the version and exits.

COLOPHON         top

       This page is part of the Open vSwitch (a distributed virtual
       multilayer switch) project.  Information about the project can be
       found at ⟨http://openvswitch.org/⟩.  If you have a bug report for
       this manual page, send it to bugs@openvswitch.org.  This page was
       obtained from the project's upstream Git repository
       ⟨https://github.com/openvswitch/ovs.git⟩ on 2018-02-02.  (At that
       time, the date of the most recent commit that was found in the repos‐
       itory was 2018-02-01.)  If you discover any rendering problems in
       this HTML version of the page, or you believe there is a better or
       more up-to-date source for the page, or you have corrections or
       improvements to the information in this COLOPHON (which is not part
       of the original manual page), send a mail to man-pages@man7.org

Open vSwitch                    October 2012          ovs-parse-backtrace(8)