Which of the following commands will provide the PIDs of the processes sorted by which are using the most CPU cycles on the Linux system?
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
Which commands below are useful to collect data about remote filesystem connections? (Choose TWO correct answers.)
In capacity planning exercises, which tools assist in listing and identifying processes of interest? (Choose TWO correct answers.)
What option in the collectd configuration file is required in order to define what to start monitoring?
In the below example output, which columns detail the percent of time the CPU spent running non-kernel code and the percent of time the CPU spent running kernel code? (Choose TWO 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
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.)
After manually compiling and installing a new kernel, what has to be done regarding the initramfs?
What is the purpose of a system mount unit?
Which of the following configuration files are used by tcpwrapper?