nfstest_xid (1) - Linux Manuals

nfstest_xid: Verify packets are matched correctly by their XID

NAME

nfstest_xid - Verify packets are matched correctly by their XID

SYNOPSIS

nfstest_xid <trace1> [<trace2> ...]

DESCRIPTION

Search all the packet traces given for XID inconsistencies. Verify all operations in the NFSv4.x COMPOUND reply are the same as the operations given in the call.

OPTIONS

--version
show program's version number and exit
-h, --help
show this help message and exit

Packet display:

--load-body=LOAD_BODY
Display RPC payload body [default: False]

Debug:

--enum-check=ENUM_CHECK
If set to True, enums are strictly enforced [default: True]
--debug-level=DEBUG_LEVEL
Set debug level messages
--unpack-error=UNPACK_ERROR
Raise unpack error when True
--error
Exit on first error

EXAMPLES


$ nfstest_xid /tmp/trace1.pcap

NOTES

Valid for packet traces with NFSv4 and above

BUGS

No known bugs.

AUTHOR

Jorge Mora (mora [at] netapp.com)