Which two commands on the storage system allow you to gather detailed statistics about network interfaces, including basic information about network connections? (Choose two.)
ifstat -a provides detailed statistics (multiple pages) about all network interfaces.
netstat -i provides a list of connections and open network sockets (listeners).
netdiag -n will perform a diagnostic but does not provide detailed statistics about networking.
sysstat 1 will provide performance statistics but not detailed statistics about networking.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit