summaryrefslogtreecommitdiff
path: root/debian/ovs-bugtool.8
blob: 28147e46014b7b1824f008de49415f797d82a974 (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\" -*- nroff -*-
.de IQ
.  br
.  ns
.  IP "\\$1"
..
.TH ovs\-bugtool 8 "September 2010" "Open vSwitch" "Open vSwitch Manual"
.\" This program's name:
.ds PN ovs\-bugtool
.
.SH NAME
ovs\-bugtool \- Open vSwitch
.
.SH SYNOPSIS
.B ovs\-bugtool
.
.SH DESCRIPTION
Generate a debug bundle with useful information about Open vSwitch on this
system. The bundle is placed in /var/log/openvswitch.
.
.SH OPTIONS
.
.IP "\fB\-\-all\fR"
use all available capabilities.
.
.IP "\fB\-\-capabilities\fR"
list \fBovs\-bugtool\fR capabilities.
.
.IP "\fB\-\-debug\fR"
print verbose debugging output.
.
.IP "\fB\-\-entries=\fIlist\fR\fR"
use the capabilities specified in a comma separated list.
.
.IP "\fB\-\-output=\fIfiletype\fR\fR"
generate a debug bundle with the specified file type.  Options include \fBtar\fR,
\fBtar.bz2\fR, and \fBzip\fR.
.
.IP "\fB\-\-silent\fR"
suppress output.
.
.IP "\fB\-\-unlimited\fR"
do not exclude files which are too large.
.
.IP "\fB\-\-yestoall\fR"
answer yes to all prompts.