InterviewSolution
| 1. |
What Is System Activity Reporter (sar)? |
|
Answer» SAR is a utility to display RESOURCE usage on the UNIX system, such as CPU activity, disk, and memory usage. There are a number of switches or options that can be used with SAR; for example, -a is used for all data and -B is used for buffer activity. THREE of the main FLAGS that can be used with SAR are given as FOLLOWS:
SAR is a utility to display resource usage on the UNIX system, such as CPU activity, disk, and memory usage. There are a number of switches or options that can be used with SAR; for example, -a is used for all data and -b is used for buffer activity. Three of the main flags that can be used with SAR are given as follows: |
|