Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

In the following output, what is the 5 minute load average for the system?

# uptime

12:10:05 up 18 days, 19:00, 2 users, load average: 0.47, 24.71, 35.31

A.

0.47

B.

24.71

C.

35.31

D.

There is no 5 minute interval. It is some value between 0.47 and 24.71.

E.

There is no 5 minute interval. It is some value between 24.71 and 35.31.

In the following output, what percentage of time was the CPU waiting for pending I/O?

# vmstat 1 100

procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----

r b swpd free buff cache si so bi bo in cs us sy id wa

0 0 0 282120 134108 5797012 0 0 0 2 0 0 0 0 100 0

0 0 0 282120 134108 5797012 0 0 0 0 1007 359 0 0 100 0

0 0 0 282120 134108 5797012 0 0 0 0 1117 577 0 0 100 0

0 0 0 282120 134108 5797012 0 0 0 0 1007 366 0 0 100 0

A.

0

B.

100

C.

35.9

D.

57.7

E.

36.6

Which commands below are useful to collect data about remote filesystem connections? (Choose TWO correct answers.)

A.

pidstat

B.

nfsiostat

C.

sadf

D.

cifsiostat

When is historical data of resource usage important? (Select THREE correct answers.)

A.

Predicting when resources will need to be increased.

B.

Selecting a computer vendor.

C.

Identifying processes killed during out of memory occurrences.

D.

Diagnosing capacity problems.

E.

Troubleshooting a software problem.

In this example output, which descriptions match the purpose of the free, buff and cache columns? (Choose THREE correct answers.)

# vmstat 1 100

procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----

r b swpd free buff cache si so bi bo in cs us sy id wa

0 0 0 282120 134108 5797012 0 0 0 2 0 0 0 0 100 0

0 0 0 282120 134108 5797012 0 0 0 0 1007 359 0 0 100 0

0 0 0 282120 134108 5797012 0 0 0 0 1117 577 0 0 100 0

0 0 0 282120 134108 5797012 0 0 0 0 1007 366 0 0 100 0

A.

Used swap space

B.

RAM available for filesystem buffers

C.

Available free RAM

D.

RAM used for buffers

E.

RAM used for filesystem cache

What option in the collectd configuration file is required in order to define what to start monitoring?

A.

LoadModule

B.

Module

C.

Plugin

D.

LoadPlugin

Which of the following is a userspace application used to modify EFI entries on a Linux system?

A.

efieditor

B.

configefi

C.

efimanager

D.

efiboottmgr

E.

efibootedit

After the downloading patch-4.6.4.xz from http://kernel.org, what are the next steps to prepare the build of a version 4.6.4 Linux kernel? (Choose two.)

A.

Uncompress the file and move the resulting directory to /usr/src/linux

B.

Apply the patch file to the kernel source directory containing kernel version 4.6.0

C.

Apply the patch file to the kernel source directory containing kernel version 4.6.3

D.

Uncompress the file using xz to get the uncompressed patch file

E.

Use patch to apply the uncompressed patch file to the source directory of any previous kernel version

Which of the following commands restores only those files containing lpi in their name from the archive lpifiles.tar.gz?

A.

tar xvzf lpifiles.tar.gz --wildcards ‘*lpi*’

B.

tar xvzwf lpifiles.tar.gz ‘*lpi*’

C.

tar -xvfz lpifiles.tar.gz --deep ‘*lpi*’

D.

tar -xvzf lpifiles.tar.gz --subdirs ‘*lpi*’

E.

tar xvzf lpifiles.tar.gz --globbing ‘*lpi*’

Which of the filter keywords below could be used in the following command:

tcpdump –i eth0 ____________ 203.0.113.8 (Choose three.)

A.

host

B.

ip

C.

src

D.

dst

E.

ipv6