nerdexam
CompTIA

LX0-104 · Question #175

What operating system tools can be used to collect capacity planning data? (Select TWO correct answers.)

The correct answer is A. netstat C. sar. This question identifies standard operating system utilities capable of collecting performance data relevant for capacity planning, specifically focusing on network and overall system activity.

Administrative Tasks

Question

What operating system tools can be used to collect capacity planning data? (Select TWO correct answers.)

Options

  • Anetstat
  • Broute
  • Csar
  • Dtar

How the community answered

(22 responses)
  • A
    91% (20)
  • B
    5% (1)
  • D
    5% (1)

Why each option

This question identifies standard operating system utilities capable of collecting performance data relevant for capacity planning, specifically focusing on network and overall system activity.

AnetstatCorrect

The `netstat` command displays network connections, routing tables, interface statistics, and multicast memberships, providing valuable data for network capacity planning and troubleshooting.

Broute

The `route` command is used to view or manipulate the IP routing table, which is for network configuration, not for collecting ongoing performance or capacity planning data.

CsarCorrect

The `sar` (System Activity Reporter) command collects, reports, or saves system activity information, including CPU utilization, memory, paging, disk I/O, and network statistics, making it a comprehensive tool for capacity planning data.

Dtar

The `tar` command is used for archiving and compressing files, which is unrelated to collecting performance metrics for capacity planning.

Concept tested: Capacity planning data collection tools (netstat, sar)

Source: https://man7.org/linux/man-pages/man8/netstat.8.html

Topics

#Capacity planning tools#netstat#sar#System monitoring

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice