~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to xenserver/README

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        Collect networking information relevant to Open vSwitch.  Runs
82
82
        the following scripts, which are described below:
83
83
 
 
84
            * ovs-bugtool-bfd-show
84
85
            * ovs-bugtool-cfm-show
85
 
            * ovs-bugtool-lcap-show
 
86
            * ovs-bugtool-lacp-show
 
87
            * ovs-bugtool-list-dbs
86
88
            * ovs-bugtool-ovsdb-dump
87
89
            * ovs-bugtool-tc-class-show
88
90
            * ovs-bugtool-bond-show
89
91
            * ovs-bugtool-ovs-ofctl-show
90
92
            * ovs-bugtool-ovs-ofctl-dump-flows
 
93
            * ovs-bugtool-ovs-appctl-dpif
 
94
            * ovs-bugtool-coverage-show
 
95
            * ovs-bugtool-memory-show
 
96
            * ovs-bugtool-vsctl-show
91
97
 
92
98
    system-configuration/openvswitch.xml
93
99
 
107
113
assist Open vSwitch's xen-bugtool extensions.  The sources for the
108
114
scripts are located in ../utilities/bugtool:
109
115
 
 
116
    ovs-bugtool-bfd-show
 
117
 
 
118
        Script to dump detailed BFD information for all enabled interfaces.
 
119
 
110
120
    ovs-bugtool-cfm-show
111
121
 
112
122
        Script to dump detailed CFM information for all enabled interfaces.
115
125
 
116
126
        Script to dump detailed LACP information for all enabled ports.
117
127
 
 
128
    ovs-bugtool-list-dbs
 
129
 
 
130
        Script to list the databases controlled by ovsdb-server.
 
131
 
118
132
    ovs-bugtool-ovsdb-dump
119
133
 
120
134
        Script to dump contents of Open vSwitch configuration database 
132
146
 
133
147
        Script to dump openflow flows of each bridge.
134
148
 
 
149
    ovs-bugtool-ovs-appctl-dpif
 
150
 
 
151
        Script to collect a summary of configured datapaths and datapath flows.
 
152
 
 
153
    ovs-bugtool-coverage-show
 
154
 
 
155
        Script to count the number of times particular events occur during
 
156
        ovs-vswitchd's runtime.
 
157
 
 
158
    ovs-bugtool-memory-show
 
159
 
 
160
        Script to show some basic statistics about ovs-vswitchd's memory usage.
 
161
 
 
162
    ovs-bugtool-vsctl-show
 
163
 
 
164
        Script to show a brief overview of the database contents.
 
165
 
135
166
    ovs-bugtool-daemons-ver
136
167
 
137
168
        Script to dump version information for all Open vSwitch daemons.