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 swp...
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?
A. top
B. uptime
C. ps aux
D. vmstat
E. freemem
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 process...
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 swp...
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...
In capacity planning exercises, which tools assist in listing and identifying processes of interest? (Choose TWO correct answers.)
A. acpid
B. lsof
C. pstree
D. telinit
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
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.)
...