network
Command Function
Collects network information, including NIC and interrupt information.
Syntax
1 | ./kspect network [-h] [-n | -i | -p | -s | -r | -a] |
Parameter Description
Parameter |
Description |
|---|---|
None |
Collects all network information, including NIC and interrupt information. |
-h/--help |
Obtains help information. |
-n/--nic |
Displays NIC information. |
-i/--irq |
Displays network IRQ mappings and hardware interrupt information. |
-p/--perf |
Displays NIC tuning information. |
-s/--system |
Displays NIC system information. |
-r/--route |
Displays route information. |
-a/--arp |
Displays ARP information. |
Example
- Collect all network information.
1./kspect network
- Collect only NIC information.
1./kspect network -n
Parent topic: Commands and Parameters