There is a file I/O bottleneck.
There are too many open files.
There appears to be a buffer shortage.
There is a paging space I/O bottleneck.
第1题:
While monitoring a system using vmstat, which of the following options most likely indicates that the system is CPU bound?()
第2题:
Which of the following commands can be used to determine if a disk drive is causing a bottleneck?()
第3题:
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?()
第4题:
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?()
第5题:
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; i<0; i--) { l2: int j = 0; while (j < 10) { if (j > i) break l2; if (i == j) { counter++; continue l1; } } counter--; } System.out.println(counter); } }
第6题:
cy != 1
re != 0
po/fr > 1/6
fr/po > 1/6
第7题:
r is greater than 40
id is greater than 50
sum of id and wa equals 50
sum of us and sy equals 100
第8题:
filemon
istat
vmstat
iostat
第9题:
BOOT.INI file is configured incorrectly
Corrupt MBR
Boot sector virus
System file is missing components
第10题:
Powersupplyfailure
BadHD
Badfan
FaultyCD-Rom
第11题:
The paging space is full.
A particular filesystem is full and cannot be allocated to memory.
A problem exists with telnetd.
The inetd daemon went down.
第12题:
svmon and tprof
vmtune and schedtune
ps and schedtune
vmstat and topas
第13题:
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?()
第14题:
Which of the following commands should be used to determine which disk of a system is experiencing a disk I/O performance problem?()
第15题:
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?()
第16题:
Which of the following performance tools can be used to determine if a system is thrashing?()
第17题:
The values do not include working storage.
The values do not include persistent storage.
The values include both persistent and working storage.
The values are not working or persistent storage.
第18题:
Kernel thread
Too many users
Memory shortage
Network contention
第19题:
lsps
tprof
iostat
vmtune
第20题:
vmstat
fileplace
iostat
lvmstat
第21题:
There is a file I/O bottleneck.
There are too many open files.
There appears to be a buffer shortage.
There is a paging space I/O bottleneck.
第22题:
The /dev/kmem file must be at 777 permissions.
The administrator is using other shell than ksh.
The number of pipe handles at /etc/tunables is too low.
The topas command must be run with root at least once previously.
第23题:
This is a uniprocessor system
The "prog" process has a nice value of 107
There are two active processors on this system
The "prog" process will only be scheduled to run on processor 0
第24题:
foo ; lsps -s
tprof -kx ; foo
iostat ; foo ; iostat
vmstat -s ; foo ; vmstat s