1ovs-parse-backtrace(8) Open vSwitch Manual ovs-parse-backtrace(8)
2
3
4
6 ovs-parse-backtrace - parses ovs-appctl backtrace output
7
9 ovs-appctl backtrace | ovs-parse-backtrace [binary]
10
11 ovs-parse-backtrace [binary] < backtrace
12
14 In some configurations, many Open vSwitch daemons can produce a series
15 of backtraces using the ovs-appctl backtrace command. Users can ana‐
16 lyze these backtraces to figure out what the given Open vSwitch daemon
17 may be spending most of its time doing. ovs-parse-backtrace makes this
18 output easier to interpret.
19
20 The ovs-appctl backtrace output must be supplied on standard input.
21 The binary that produced the output should be supplied as the sole non-
22 option argument. For best results, the binary should have debug sym‐
23 bols.
24
26 --help Prints a usage message and exits.
27
28 --version Prints the version and exits.
29
30
31
32Open vSwitch October 2012 ovs-parse-backtrace(8)