LX0-104 · Question #441
Which of the following tools are used to measure network I/O?
The correct answer is B. netstat. netstat is the primary command-line tool used to display network connections, routing tables, interface statistics, and other network-related information, including network I/O.
Question
Exhibit
Options
- Aiostat
- Bnetstat
- Croute
- Dvmstat
How the community answered
(33 responses)- A3% (1)
- B88% (29)
- C6% (2)
- D3% (1)
Why each option
`netstat` is the primary command-line tool used to display network connections, routing tables, interface statistics, and other network-related information, including network I/O.
`iostat` reports on CPU utilization and I/O statistics for local disks/storage devices, not network I/O.
`netstat` (network statistics) is a command-line tool that displays network connections (both incoming and outgoing), routing tables, and a number of network interface statistics, including bytes transmitted and received, which directly relates to network I/O.
`route` is used to view or manipulate the IP routing table, not to measure real-time network I/O.
`vmstat` reports on virtual memory, processes, block I/O, and CPU activity, but not specific network I/O statistics like bandwidth usage per interface.
Concept tested: Linux network monitoring tools
Source: https://linux.die.net/man/8/netstat
Topics
Community Discussion
No community discussion yet for this question.
