2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-29 05:18:13 +00:00
ovs/Documentation/ref/ovs-parse-backtrace.8.rst
Ben Pfaff 39b5e46312 Documentation: Convert multiple manpages to ReST.
Tested-by: Numan Siddique <numans@ovn.org>
Acked-by: Numan Siddique <numans@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
2019-12-02 12:35:42 -08:00

35 lines
869 B
ReStructuredText

===================
ovs-parse-backtrace
===================
Synopsis
========
``ovs-appctl backtrace | ovs-parse-backtrace [<binary>]``
``ovs-parse-backtrace [<binary>] < <backtrace>``
Description
===========
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
=======
* ``--help``
Prints a usage message and exits.
* ``--version``
Prints the version and exits.