logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       The Open vSwitch Development Community

Description

       In some configurations, many Open vSwitch daemons can produce a series of backtraces using the ovs-appctlbacktrace  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-appctlbacktrace 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.

Name

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

Options

--help

         Prints a usage message and exits.

       • --version

         Prints the version and exits.

Synopsis

ovs-appctlbacktrace|ovs-parse-backtrace[<binary>]ovs-parse-backtrace[<binary>]<<backtrace>

See Also