]> git.proxmox.com Git - mirror_ovs.git/blame - utilities/ovs-parse-backtrace.8
ovs-vsctl: Add conntrack zone commands.
[mirror_ovs.git] / utilities / ovs-parse-backtrace.8
CommitLineData
013061cf
EJ
1.TH ovs\-parse\-backtrace 8 "October 2012" "Open vSwitch" "Open vSwitch Manual"
2.
3.SH NAME
4ovs\-parse\-backtrace \- parses ovs-appctl backtrace output
5.
6.SH SYNOPSIS
7\fBovs\-appctl backtrace\fR | \fBovs\-parse\-backtrace\fR [\fIbinary\fR]
8.P
9\fBovs\-parse\-backtrace\fR [\fIbinary\fR] < \fIbacktrace\fR
10.
11.SH DESCRIPTION
12In some configurations, many Open vSwitch daemons can produce a series of
13backtraces using the \fBovs\-appctl backtrace\fR command. Users can analyze
14these backtraces to figure out what the given Open vSwitch daemon may be
15spending most of its time doing. \fBovs\-parse\-backtrace\fR makes this output
16easier to interpret.
17.PP
18The \fBovs\-appctl backtrace\fR output must be supplied on standard input. The
19binary that produced the output should be supplied as the sole non-option
20argument. For best results, the binary should have debug symbols.
21.
22.SH OPTIONS
23.TP
24\fB\-\-help\fR
25Prints a usage message and exits.
26.P
27\fB\-\-version\fR
28Prints the version and exits.