nerdexam
Linux_Foundation

LFCS · Question #157

In the following output, what was the maximum number of processes swapped out at any time?

The correct answer is A. 0. In vmstat output, the 'so' (swap out) column indicates memory swapped from RAM to disk, and a consistent value of '0' means no processes were actively swapped out.

Submitted by lucia.co· Apr 18, 2026Operation of Running Systems

Question

In the following output, what was the maximum number of processes swapped out at any time?

Exhibit

LFCS question #157 exhibit

Options

  • A0
  • B1
  • C2
  • D8
  • E27

How the community answered

(37 responses)
  • A
    92% (34)
  • B
    3% (1)
  • C
    5% (2)

Why each option

In `vmstat` output, the 'so' (swap out) column indicates memory swapped from RAM to disk, and a consistent value of '0' means no processes were actively swapped out.

A0Correct

In `vmstat` output, the `so` (swap out) column shows the amount of memory (in KB/s) moved from RAM to disk. If the output consistently shows '0' for the `so` column, it indicates that no processes or memory pages were swapped out to disk during the observation period.

B1

This option implies that at least 1 unit of memory was swapped out, which contradicts an output that shows 0 swap out activity.

C2

This option implies that at least 2 units of memory were swapped out, which contradicts an output that shows 0 swap out activity.

D8

This option implies that at least 8 units of memory were swapped out, which contradicts an output that shows 0 swap out activity.

E27

This option implies that at least 27 units of memory were swapped out, which contradicts an output that shows 0 swap out activity.

Concept tested: `vmstat` swap out interpretation

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

Topics

#vmstat#swap memory#system monitoring#process management

Community Discussion

No community discussion yet for this question.

Full LFCS Practice