单选题While a user is compiling a C program, "vmstat 120 10" is run to determine the cause of a performance problem.  Using the vmstat output as shown in the exhibit, which of the following conclusions is most appropriate to draw?()A  There is a file I/O bottleneck.B  There are too many open files. C  There appears to be a buffer shortage. D  There is a paging space I/O bottleneck.

单选题
While a user is compiling a C program, "vmstat 120 10" is run to determine the cause of a performance problem.  Using the vmstat output as shown in the exhibit, which of the following conclusions is most appropriate to draw?()
A

 There is a file I/O bottleneck.

B

 There are too many open files. 

C

 There appears to be a buffer shortage. 

D

 There is a paging space I/O bottleneck. 


参考解析

解析: 暂无解析

相关考题:

Using output from "vmstat 2 8," which of the following options is most appropriate to consider when determining if a system is experiencing memory thrashing?()A、 cy != 1 B、 re != 0 C、 po/fr  1/6 D、 fr/po  1/6

Performance monitoring of a poorly performing system indicates a high level of CPU usage. Which tool can be used to help identify which processes are using excessive CPU resources?()A、sarB、topasC、iostatD、vmstat

After running the vmstat command, which of the following would most likely cause the value in the blocked column to be unusually high?()A、 Kernel threadB、 Too many usersC、 Memory shortageD、 Network contention

An administrator wants to run topas as their own userid but gets the following error when trying. user1$ topas topas. Unable to initialize Spmi interface Spmi. Error 13 opening file /etc/Spmi_shm_hook. Which of the following is the most likely cause of the error?()A、The /dev/kmem file must be at 777 permissions.B、The administrator is using other shell than ksh.C、The number of pipe handles at /etc/tunables is too low.D、The topas command must be run with root at least once previously.

While monitoring a system using vmstat, which of the following options most likely indicates that the system is CPU bound?()A、 r is greater than 40B、 id is greater than 50C、 sum of id and wa equals 50D、 sum of us and sy equals 100

When monitoring a system using vmstat with an interval, which of the following conclusions should be drawn about the metrics under page pi and page po?()A、 The values do not include working storage.B、 The values do not include persistent storage.C、 The values include both persistent and working storage.D、 The values are not working or persistent storage.

Which of the following commands can be used to determine if a disk drive is causing a bottleneck?()A、 vmstat B、 fileplace C、 iostat D、 lvmstat

Which of the following commands should be used to determine which disk of a system is experiencing a disk I/O performance problem?()A、 filemonB、 istatC、 vmstatD、 iostat

A system administrator has a server that is performing poorly. The vmstat command identifies that high CPU usage is the problem. Which of the following commands can be used to identify the eight most active processes running on the server?()A、ps -ef -t8B、sar -u -p 8C、vmstat -t 8D、topas -p8 -n0 -d0

A system administrator is monitoring a system that has recently shown a decrease in performance.The administrator suspects that the system may be low on memory and may be paging excessively.Which of the following commands is best to identify a possible paging problem?()A、iostatB、netstatC、psD、vmstat

Which command series should be used to determine whether file paging or paging space paging is a problem when running a program from an idle system?()A、 foo ; lsps -sB、 tprof -kx ; fooC、 iostat ; foo ; iostatD、 vmstat -s ; foo ; vmstat s

Which of the following performance tools can be used to determine if a system is thrashing?()A、 svmon and tprofB、 vmtune and schedtuneC、 ps and schedtuneD、 vmstat and topas

What will be the result of attempting to compile and run the following program?()   public class Q28fd {   public static void main(String args[]) {   int counter = 0;   l1:   for (int i=10; i0; i--) {   l2:  int j = 0;   while (j  10) {   if (j  i) break l2;   if (i == j) {   counter++;   continue l1;   }   }   counter--;   }   System.out.println(counter);  }   }   A、The program will fail to compile.B、The program will not terminate normally.C、The program will write 10 to the standard output.D、The program will write 0 to the standard output.E、The program will write 9 to the standard output.

单选题When monitoring a system using vmstat with an interval, which of the following conclusions should be drawn about the metrics under page pi and page po?()A The values do not include working storage.B The values do not include persistent storage.C The values include both persistent and working storage.D The values are not working or persistent storage.

单选题Using output from "vmstat 2 8," which of the following options is most appropriate to consider when determining if a system is experiencing memory thrashing?()A cy != 1 B re != 0 C po/fr  1/6 D fr/po  1/6

单选题After running the vmstat command, which of the following would most likely cause the value in the blocked column to be unusually high?()A Kernel threadB Too many usersC Memory shortageD Network contention

单选题While monitoring a system using vmstat, which of the following options most likely indicates that the system is CPU bound?()A r is greater than 40B id is greater than 50C sum of id and wa equals 50D sum of us and sy equals 100

单选题To examine the Exhibit, press the Exhibit button. A user is compiling a C program.  A performance problem occurs and "vmstat 120 10" is run to determine the cause.  The vmstat output is provided in the exhibit.  Which of the following commands should be run to obtain more information about the problem?()A  lsps B  tprof C  iostat D  vmtune

单选题Which of the following commands should be used to determine which disk of a system is experiencing a disk I/O performance problem?()A filemonB istatC vmstatD iostat

单选题Which of the following commands can be used to determine if a disk drive is causing a bottleneck?()A vmstat B fileplace C iostat D lvmstat

单选题A user reports their system is displaying an error message ‘NTLDR is missing’. Which of the following is the MOST likely cause for this error?()ABOOT.INI file is configured incorrectlyBCorrupt MBRCBoot sector virusDSystem file is missing components

单选题A user is reporting a loud grinding sound when the machine is powered on. The machine loadsinto windows and the user does not notice any performance issues. Which of the following is the MOST likely cause of the noise?()APowersupplyfailureBBadHDCBadfanDFaultyCD-Rom

单选题An administrator wants to run topas as their own userid but gets the following error when trying. user1$ topas topas. Unable to initialize Spmi interface Spmi. Error 13 opening file /etc/Spmi_shm_hook. Which of the following is the most likely cause of the error?()AThe /dev/kmem file must be at 777 permissions.BThe administrator is using other shell than ksh.CThe number of pipe handles at /etc/tunables is too low.DThe topas command must be run with root at least once previously.

单选题A user tries to telnet into a system that was previously accessible but gets the following error:  "telnetd: 0403-031 fork function failed, there is not enough memory available."  netstat -m shows that 0 mbuf errors have occurred.  Which of the following conclusions is most appropriate to draw about this error?()A The paging space is full.B A particular filesystem is full and cannot be allocated to memory.C A problem exists with telnetd. D The inetd daemon went down.

单选题To examine the Exhibit, press the Exhibit button. Using the "ps -mo THREAD" output as shown in the exhibit, which of the following conclusions is most appropriate to draw?()A  This is a uniprocessor systemB  The "prog" process has a nice value of 107C  There are two active processors on this systemD  The "prog" process will only be scheduled to run on processor 0

单选题Which of the following performance tools can be used to determine if a system is thrashing?()A svmon and tprofB vmtune and schedtuneC ps and schedtuneD vmstat and topas

单选题Which command series should be used to determine whether file paging or paging space paging is a problem when running a program from an idle system?()A foo ; lsps -sB tprof -kx ; fooC iostat ; foo ; iostatD vmstat -s ; foo ; vmstat s