1NBD-TRDUMP(1) NBD-TRDUMP(1)
2
3
4
6 nbd-trdump - translate an nbd transaction log into human readable form
7
9 nbd-trdump
10
11
13 nbd-trdump translates a transaction log produced by nbd-server (specif‐
14 ically by the transactionlog configuration directive) into human read‐
15 able form.
16
17 The command acts as a traditional UNIX filter, i.e. the transaction log
18 must be supplied on standard input, and the human readable output is
19 sent to standard output.
20
22 The following may be output:
23
24 > A request packet sent from the client to the server.
25
26 < A reply packet sent from the server to the client.
27
28 <S A structured reply packet sent from the server to the client.
29
30 H The cookie of the packet. Note: previous versions of this man
31 page (and the NBD spec) referred to the cookie as the "handle".
32
33 C The command sent.
34
35 O The offet from the start of the disk.
36
37 L The length of data.
38
39 E The error returned.
40
41 T The type of the structured reply message.
42
43 F The flags on the structured reply message.
44
46 nbd-server (1).
47
49 The NBD kernel module and the NBD tools have been written by Pavel
50 Macheck (pavel@ucw.cz).
51
52 The kernel module is now maintained by Paul Clements
53 (Paul.Clements@steeleye.com), while the userland tools are maintained
54 by Wouter Verhelst (wouter@debian.org)
55
56 This manual page was written by Wouter Verhelst (<wouter@debian.org>)
57 for the Debian GNU/Linux system (but may be used by others). Permis‐
58 sion is granted to copy, distribute and/or modify this document under
59 the terms of the GNU General Public License, version 2, as published by
60 the Free Software Foundation.
61
62
63
64 $ NBD-TRDUMP(1)