]> git.proxmox.com Git - ovs.git/blame - utilities/bugtool/ovs-bugtool.8.in
classifier: Make use of the classifier thread safe.
[ovs.git] / utilities / bugtool / ovs-bugtool.8.in
CommitLineData
85d32f1f
EJ
1.\" -*- nroff -*-
2.de IQ
3. br
4. ns
5. IP "\\$1"
6..
d2cb6c95 7.TH ovs\-bugtool 8 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
85d32f1f
EJ
8.\" This program's name:
9.ds PN ovs\-bugtool
10.
11.SH NAME
899d3c2d 12ovs\-bugtool \- Open vSwitch bug reporting utility
85d32f1f
EJ
13.
14.SH SYNOPSIS
15.B ovs\-bugtool
16.
17.SH DESCRIPTION
18Generate a debug bundle with useful information about Open vSwitch on this
899d3c2d 19system and places it in \fB/var/log/ovs-bugtool\fR.
85d32f1f
EJ
20.
21.SH OPTIONS
22.
23.IP "\fB\-\-all\fR"
899d3c2d 24Use all available capabilities.
85d32f1f
EJ
25.
26.IP "\fB\-\-capabilities\fR"
899d3c2d 27List \fBovs\-bugtool\fR capabilities.
85d32f1f
EJ
28.
29.IP "\fB\-\-debug\fR"
899d3c2d 30Print verbose debugging output.
85d32f1f 31.
899d3c2d
BP
32.IP "\fB\-\-entries=\fIlist\fR"
33Use the capabilities specified in a comma-separated list.
85d32f1f 34.
ced17198
GS
35.IP "\fB\-\-log\-days=\fIdays\fR"
36Include the logs rotated in the previous \fIdays\fR days in the debug bundle.
37The number of log files included has a big impact on the eventual bundle size.
38The default value is 20 days.
39.
899d3c2d
BP
40.IP "\fB\-\-output=\fIfiletype\fR"
41Generate a debug bundle with the specified file type. Options include
42\fBtar\fR, \fBtar.gz\fR, \fBtar.bz2\fR, and \fBzip\fR.
85d32f1f 43.
ced17198
GS
44.IP "\fB\-\-ovs\fR"
45Use only Open vSwitch relevant capabilities.
46.
85d32f1f 47.IP "\fB\-\-silent\fR"
899d3c2d 48Suppress output.
85d32f1f
EJ
49.
50.IP "\fB\-\-unlimited\fR"
899d3c2d 51Do not exclude files which are too large.
85d32f1f
EJ
52.
53.IP "\fB\-\-yestoall\fR"
899d3c2d
BP
54Answer yes to all prompts.
55.
56.SH BUGS
57\fBovs\-bugtool\fR makes many assumptions about file locations and the
58availability of system utilities. It has been tested on Debian and
59Red Hat and derived distributions. On other distributions it is
60likely to be less useful.