ovs-bugtool: Added --ovs option to get only ovs related information
[openvswitch] / utilities / bugtool / ovs-bugtool.8
1 .\" -*- nroff -*-
2 .de IQ
3 .  br
4 .  ns
5 .  IP "\\$1"
6 ..
7 .TH ovs\-bugtool 8 "June 2011" "Open vSwitch" "Open vSwitch Manual"
8 .\" This program's name:
9 .ds PN ovs\-bugtool
10 .
11 .SH NAME
12 ovs\-bugtool \- Open vSwitch bug reporting utility
13 .
14 .SH SYNOPSIS
15 .B ovs\-bugtool
16 .
17 .SH DESCRIPTION
18 Generate a debug bundle with useful information about Open vSwitch on this
19 system and places it in \fB/var/log/ovs-bugtool\fR.
20 .
21 .SH OPTIONS
22 .
23 .IP "\fB\-\-all\fR"
24 Use all available capabilities.
25 .
26 .IP "\fB\-\-ovs\fR"
27 Use only Open vSwitch relevant capabilities.
28 .
29 .IP "\fB\-\-capabilities\fR"
30 List \fBovs\-bugtool\fR capabilities.
31 .
32 .IP "\fB\-\-debug\fR"
33 Print verbose debugging output.
34 .
35 .IP "\fB\-\-entries=\fIlist\fR"
36 Use the capabilities specified in a comma-separated list.
37 .
38 .IP "\fB\-\-output=\fIfiletype\fR"
39 Generate a debug bundle with the specified file type.  Options include
40 \fBtar\fR, \fBtar.gz\fR, \fBtar.bz2\fR, and \fBzip\fR.
41 .
42 .IP "\fB\-\-silent\fR"
43 Suppress output.
44 .
45 .IP "\fB\-\-unlimited\fR"
46 Do not exclude files which are too large.
47 .
48 .IP "\fB\-\-yestoall\fR"
49 Answer yes to all prompts.
50 .
51 .SH BUGS
52 \fBovs\-bugtool\fR makes many assumptions about file locations and the
53 availability of system utilities.  It has been tested on Debian and
54 Red Hat and derived distributions.  On other distributions it is
55 likely to be less useful.