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 H The handle of the packet.
29
30 C The command sent.
31
32 O The offet from the start of the disk.
33
34 L The length of data.
35
36 E The error returned.
37
39 nbd-server (1).
40
42 The NBD kernel module and the NBD tools have been written by Pavel
43 Macheck (pavel@ucw.cz).
44
45 The kernel module is now maintained by Paul Clements
46 (Paul.Clements@steeleye.com), while the userland tools are maintained
47 by Wouter Verhelst (wouter@debian.org)
48
49 This manual page was written by Wouter Verhelst (<wouter@debian.org>)
50 for the Debian GNU/Linux system (but may be used by others). Permis‐
51 sion is granted to copy, distribute and/or modify this document under
52 the terms of the GNU General Public License, version 2, as published by
53 the Free Software Foundation.
54
55
56
57 $ NBD-TRDUMP(1)