Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The UIM agent uses the sar utility (with the -u and -f options) to collect the metrics listed below from an IRIX system. The statistics returned by the agent are averaged for all CPUs on the system.

MetricExplanation
% UsrAmount of time that the CPU spends in user mode.
% SysAmount of time that the kernel spends processing system calls.
% WHOAmount of waiting time that a runable process for a device takes to perform an I/O operation.
Multi CPU UsageWhether a system with multiple CPUs is effectively balancing tasks between CPUs, or if processes are being forced off CPUs in certain circumstances.
Run Queue LengthPercentage of time that one or more services or processes are waiting to be served by the CPU.
Run Queue OccupancyPercentage of time that one or more services or processes are waiting to be served by the CPU.

Multi-CPU

The UIM agent collects the metrics listed below from IRIX systems with multiple CPUs. The CPU statistics output by the agent are an average of all the CPUs on the server.

Me tric
MetricExplanation
Us er
User %
The percentage
Percentage of CPU user processes that are in use.
Sys tem
System %
The percentage
Percentage of CPU kernel processes that are in use.
Wa it
Wait I

/O

%
The percentage
Percentage of time that a process which can be run must wait for a device to perform an I/O operation.
SM TX
SMTX
The number
Number of read or write locks that a thread was not able to acquire on the first attempt, as reported by the mpstat command.
XC AL
XCAL
The number
Number of interprocess cross-calls. In a multi-processor environment, one processor sends cross-calls to another processor to get that processor to do work. Cross-calls can also be used to ensure consistency in virtual memory. Heavy file system activity such as NFS can result in a high number of cross-calls.
Int err
Interrupts
The number Tot al
Number of CPU interrupts.

upts

Total %
The total
Total amount of User %, System %, and Wait I/O%.

Memory

The Uptime Infrastructure Monitor agent uses the sar utility with the following options to collect memory metrics from an IRIX system:

  • -w -f (swap activity)
  • -b -f (buffer activity)
  • -p -f (paging activity)

The statistics the agent returns are for the entire system. 

...