|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1. Managing Terminals and Modems (Overview) 2. Setting Up Terminals and Modems (Tasks) 3. Managing Serial Ports With the Service Access Facility (Tasks) 4. Managing System Resources (Overview) 5. Displaying and Changing System Information (Tasks) 8. Scheduling System Tasks (Tasks) 9. Managing System Accounting (Tasks) 10. System Accounting (Reference) 11. Managing System Performance (Overview) 12. Managing System Processes (Tasks) 13. Monitoring System Performance (Tasks) Displaying System Performance Information (Task Map) Displaying Virtual Memory Statistics (vmstat) How to Display Virtual Memory Statistics (vmstat) How to Display System Event Information (vmstat -s) Displaying Disk Utilization Information (iostat) How to Display Disk Utilization Information (iostat) How to Display Extended Disk Statistics (iostat -xtc) Displaying Disk Space Statistics (df) How to Display Disk Space Information (df -k) Monitoring System Activities (Task Map) Monitoring System Activities (sar) How to Check File Access (sar -a) How to Check Buffer Activity (sar -b) How to Check System Call Statistics (sar -c) How to Check Disk Activity (sar -d) How to Check Page-Out and Memory (sar -g) How to Check Kernel Memory Allocation (sar -k) How to Check Interprocess Communication (sar -m) How to Check Page-In Activity (sar -p) How to Check Queue Activity (sar -q) How to Check Unused Memory (sar -r) How to Check CPU Utilization (sar -u) How to Check System Table Status (sar -v) How to Check Swapping Activity (sar -w) How to Check Terminal Activity (sar -y) How to Check Overall System Performance (sar -A) Collecting System Activity Data Automatically (sar) How to Set Up Automatic Data Collection 14. Troubleshooting Software Problems (Overview) 16. Managing Core Files (Tasks) 17. Managing System Crash Information (Tasks) 18. Troubleshooting Miscellaneous Software Problems (Tasks) 19. Troubleshooting File Access Problems (Tasks) 20. Resolving UFS File System Inconsistencies (Tasks) |
Displaying Virtual Memory Statistics (vmstat)You can use the vmstat command to report virtual memory statistics and information about system events such as CPU load, paging, number of context switches, device interrupts, and system calls. The vmstat command can also display statistics on swapping, cache flushing, and interrupts. The following table describes the fields in the vmstat command output. Table 13-1 Output From the vmstat Command
For a more detailed description of this command, see the vmstat(1M) man page. How to Display Virtual Memory Statistics (vmstat)
The following example shows the vmstat display of statistics that were gathered at five-second intervals. $ vmstat 5 kthr memory page disk faults cpu r b w swap free re mf pi po fr de sr dd f0 s1 -- in sy cs us sy id 0 0 0 863160 365680 0 3 1 0 0 0 0 0 0 0 0 406 378 209 1 0 99 0 0 0 765640 208568 0 36 0 0 0 0 0 0 0 0 0 479 4445 1378 3 3 94 0 0 0 765640 208568 0 0 0 0 0 0 0 0 0 0 0 423 214 235 0 0 100 0 0 0 765712 208640 0 0 0 0 0 0 0 3 0 0 0 412 158 181 0 0 100 0 0 0 765832 208760 0 0 0 0 0 0 0 0 0 0 0 402 157 179 0 0 100 0 0 0 765832 208760 0 0 0 0 0 0 0 0 0 0 0 403 153 182 0 0 100 0 0 0 765832 208760 0 0 0 0 0 0 0 0 0 0 0 402 168 177 0 0 100 0 0 0 765832 208760 0 0 0 0 0 0 0 0 0 0 0 402 153 178 0 0 100 0 0 0 765832 208760 0 18 0 0 0 0 0 0 0 0 0 407 165 186 0 0 100 How to Display System Event Information (vmstat -s)
How to Display Swapping Statistics (vmstat -S)
How to Display Interrupts Per Device (vmstat -i)
The following example shows output from the vmstat -i command. $ vmstat -i interrupt total rate -------------------------------- clock 52163269 100 esp0 2600077 4 zsc0 25341 0 zsc1 48917 0 cgsixc0 459 0 lec0 400882 0 fdc0 14 0 bppc0 0 0 audiocs0 0 0 -------------------------------- Total 55238959 105 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|