1 .TH ovs\-parse\-backtrace 8 "October 2012" "Open vSwitch" "Open vSwitch Manual"
4 ovs\-parse\-backtrace \- parses ovs-appctl backtrace output
7 \fBovs\-appctl backtrace\fR | \fBovs\-parse\-backtrace\fR [\fIbinary\fR]
9 \fBovs\-parse\-backtrace\fR [\fIbinary\fR] < \fIbacktrace\fR
12 In some configurations, many Open vSwitch daemons can produce a series of
13 backtraces using the \fBovs\-appctl backtrace\fR command. Users can analyze
14 these backtraces to figure out what the given Open vSwitch daemon may be
15 spending most of its time doing. \fBovs\-parse\-backtrace\fR makes this output
18 The \fBovs\-appctl backtrace\fR output must be supplied on standard input. The
19 binary that produced the output should be supplied as the sole non-option
20 argument. For best results, the binary should have debug symbols.
25 Prints a usage message and exits.
28 Prints the version and exits.