nerdexam
CompTIA

LX0-104 · Question #439

In the following output, what resource is the program being observed using the most?

The correct answer is B. memory. Without the actual output provided, this question implies a common scenario in system monitoring where a program's high memory consumption stands out compared to other resources.

Administrative Tasks

Question

In the following output, what resource is the program being observed using the most?

Exhibit

LX0-104 question #439 exhibit

Options

  • ACPU
  • Bmemory
  • Cdisk I/O
  • Dnetwork I/O

How the community answered

(21 responses)
  • A
    10% (2)
  • B
    81% (17)
  • C
    5% (1)
  • D
    5% (1)

Why each option

Without the actual output provided, this question implies a common scenario in system monitoring where a program's high memory consumption stands out compared to other resources.

ACPU

If CPU usage were the highest, the `CPU%` or `%CPU` column in the output would be significantly higher than other resource metrics.

BmemoryCorrect

Based on the pattern of such questions in certification exams, if a program is using 'the most' of a resource in a monitoring tool's output (like `top` or `ps`), it typically points to a clearly identifiable metric such as a high percentage in the `MEM` or `RES` column indicating significant memory consumption.

Cdisk I/O

If disk I/O were the highest, metrics like `IOPS` or `r/wMB` from tools like `iostat` or `pidstat` would be prominently high, which are usually distinct from general process output.

Dnetwork I/O

If network I/O were the highest, metrics from tools like `netstat` or `nethogs` showing high bandwidth usage for the process would be visible.

Concept tested: Interpreting system resource monitoring output

Topics

#Resource utilization#Performance analysis#System monitoring

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice