Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The following assessment questions help verify your understanding of the topics discussed in this chapter.
| 1: |
When monitoring a system with vmstat, which of the following values under the cpu heading would indicate that the system is probably CPU bound?
|
| 2: |
Which of the following commands should be used to show the number of system calls per second that are being executed?
|
| 3: |
When using vmstat with intervals, which of the following describes the values of the first line of statistics?
|
| 4: |
Using the report from vmstat -s, as shown in the exhibit, which of the following indicates how the paging statistics can be improved?
Code View:
Scroll
/
Show All
vmstat -s
11228009 total address trans. faults
1791982 page ins
419439 page outs
221142 paging space page ins
231045 paging space page outs
0 total reclaims
3461761 zero filled pages faults
10630 executable filled pages faults
3298154 pages examined by clock
52 revolutions of the clock hand
1199652 pages freed by the clock
76372 backtracks
0 lock misses
0 free frame waits
0 extend XPT waits
254265 pending I/O waits
823719 start I/Os
823719 iodones
43493481 cpu context switches
140637006 device interrupts
0 software interrupts
0 traps
85003313 syscalls
|
| 5: |
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?
|
| 6: |
When monitoring a system using /usr/bin/vmstat with an interval, how does the size of the interval affect the page pi and page po metrics?
|
| 7: |
Which of the following commands will display the total number of pages paged out to paging space since the system was booted?
|
| 8: |
Which of the following tools should be used to analyze memory usage for the whole system at a point in time?
|
| 9: |
In order to obtain a list of the top memory users on an AIX Version 4 system, which of the following commands should be used?
|
| 10: |
Using the ps -el output, as shown in the exhibit, which of the following conclusions is most appropriate to draw?
Code View:
Scroll
/
Show All
F S UID PID PPID C PRI NI ADDR SZ WCAN TTY TIME CMD
202803 S 0 1 0 0 60 20 1004 528 - 131:33 init
260801 S 0 140 1 0 60 20 4550 208 - 0:00 srcmstr
6
240801 S 0 169 1 0 60 20 37cd 176 5a6a02 - 0:01 cron
4 4
260801 S 0 244 1 0 60 20 5d57 144 - 3:18 portmap
8
240801 S 0 283 1 0 60 20 34cd 72 5e3439 - 42:42 syncd
6 8
42801 S 0 360 1 0 60 20 50d4 284 cc98 - 0:01 errdemo
6 n
260801 S 0 525 1 0 60 20 5535 148 - 1:00 syslogd
5
240801 S 0 554 1 0 59 20 7d9f 60 3f2f8 - 0:00 llbd
1
240801 S 200 575 7998 0 60 20 a83 180 pts/1 0:00 -ksh
0 9 0
260801 S 0 604 1 0 60 20 1565 468 - 7:53 snmpd
0
60801 S 0 629 1 0 60 20 2d6b 224 - 0:00 x_st_mg
9 r
240801 S 0 650 1406 0 60 20 14e7 184 12d044 - 0:05 qdaemon
2 0
40001 S 0 665 1 0 23 3aae 312 1fca54 hft/0 0:32 userpro
9 -- g
|
| 11: |
Which of the following general operation techniques will best provide a measurable performance improvement of a system?
|
| 12: |
A developer tried to run a sar report and received the following error:
sar:0551-201 cannot open /usr/adm/sa/sa12 Which of the following procedures should be performed so that the developer can obtain sar reports?
|
| 13: |
After a migration from an older POWER server to a PowerPC-based server, users complain about decreased performance. Which of the following tools should be used to investigate the performance problem?
|
| 14: |
To examine the Exhibit, press the Exhibit button. Which of the following conclusions is most appropriate to be drawn from looking at the topas output?
|
| 15: |
A system administrator wishes to display the five most active processes and the two most active WLM classes but no disk information every 5 seconds. Which of the following commands would accomplish this?
|
| 16: |
Which of the following is true about the page-in and page-out metrics produced by vmstat -s output?
|
| 17: |
Which of the following is true of vmstat on AIX 5L?
|
| 18: |
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?
|
| 19: |
Which of the following options from vmstat indicates that a system is thrashing?
|
| 20: |
What information does the line jfs.10.5.2002 provide in the following example?
/proc/9808/object>#ls -l total 0 dr-xr-xr-x 1 root printq Oct 5 10:34 . dr-xr-xr-x 1 root system Oct 5 10:34 .. -r-xr-xr-x 1 bin bin Oct 5 10:34 a.out -rwxr-xr-x 1 bin bin Oct 5 10:34 jfs.10.5.2002
|
| 21: |
Which of the following commands would a system administrator run to view memory usage by segment?
|
| 22: |
To get a general idea of memory utilization of a system at the current moment, which of the following commands should be used?
|
| 23: |
Which of the following performance tools will provide source statement profiling and a summary of all CPU usage?
|