nerdexam
CompTIA

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.

Networking Fundamentals

Question

Which of the following tools are used to measure network I/O?

Exhibit

LX0-104 question #441 exhibit

Options

  • Aiostat
  • Bnetstat
  • Croute
  • Dvmstat

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    88% (29)
  • C
    6% (2)
  • D
    3% (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.

Aiostat

`iostat` reports on CPU utilization and I/O statistics for local disks/storage devices, not network I/O.

BnetstatCorrect

`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.

Croute

`route` is used to view or manipulate the IP routing table, not to measure real-time network I/O.

Dvmstat

`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

#netstat#network monitoring#network I/O

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice