File: ovs-parse-backtrace.8

package info (click to toggle)
openvswitch 2.3.0%2Bgit20140819-3%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 24,220 kB
  • ctags: 22,569
  • sloc: sh: 223,720; ansic: 153,459; python: 13,272; xml: 12,432; perl: 408; makefile: 382
file content (28 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.TH ovs\-parse\-backtrace 8 "October 2012" "Open vSwitch" "Open vSwitch Manual"
.
.SH NAME
ovs\-parse\-backtrace \- parses ovs-appctl backtrace output
.
.SH SYNOPSIS
\fBovs\-appctl backtrace\fR | \fBovs\-parse\-backtrace\fR [\fIbinary\fR]
.P
\fBovs\-parse\-backtrace\fR [\fIbinary\fR] < \fIbacktrace\fR
.
.SH DESCRIPTION
In some configurations, many Open vSwitch daemons can produce a series of
backtraces using the \fBovs\-appctl backtrace\fR command.  Users can analyze
these backtraces to figure out what the given Open vSwitch daemon may be
spending most of its time doing.  \fBovs\-parse\-backtrace\fR makes this output
easier to interpret.
.PP
The \fBovs\-appctl backtrace\fR 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.
.
.SH OPTIONS
.TP
\fB\-\-help\fR
Prints a usage message and exits.
.P
\fB\-\-version\fR
Prints the version and exits.