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.
Question
Options
- Anetstat
- Broute
- Csar
- Dtar
How the community answered
(22 responses)- A91% (20)
- B5% (1)
- D5% (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.
The `netstat` command displays network connections, routing tables, interface statistics, and multicast memberships, providing valuable data for network capacity planning and troubleshooting.
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.
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.
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
Community Discussion
No community discussion yet for this question.