network tcpdump trace show
Show list of tcpdump trace files
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The network tcpdump trace show command shows the list of tcpdump trace files. The trace files could be located in /mroot/etc/log/packet_traces/.
Parameters
- { [-fields <fieldname>, ...]
- If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- | [-instance ]}
- If you specify the -instance parameter, the command displays detailed information about all fields.
- [-node {<nodename>|local}] - Node Name
- Use this parameter to show the list of traces files of a matching node.
- [-trace-file <text>] - Trace File
- Use this parameter optionally to show the list of trace files with a matching trace-file name.
Examples
The following example shows the list of trace files on nodes "node1" and "node2":
cluster1::> network tcpdump trace show
Node Trace File
--------------- ------------------------------
node1
e0a_20170314_115624.trc0
node2
e0c_20170314_115624.trc0
Give documentation feedback