Versions Compared

Key

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

...

The sar commands compare the system counters over a one-second interval.

MetricExplanation
Free MemoryThe amount of physical memory available to the operating system, system library files, and applications.
Cache Hit RateHow often the system accesses the CPU cache.
Page-outs/sThe rate at which pages were written to disk.
Page-ins/sThe rate at which pages were read from or written to the disk.
Page Free/sThe number of pages that are freed from memory each second.
Attaches/sThe number of pages that get attached to memory each second.
odio/sThe number of non-paging I/O per operations that occur each second.
slotsThe number of available initiators.
cycle/sThe number of page replacement cycles that occur each second.
fault/sThe number of page faults that occur each second.
Software Locks/sThe number of software locks that are issued each second.

Disk

The UIM agent uses the following commands to collect disk statistics:

...

By default, the disk statistics are generated for all disks including disks that are not active. You can change this option within the agent by setting the ACTIVEONLY flag in the perfparse.sh file to 0.

MetricExplanation
Disk (Spindle) NameThe name of each disk on the system.
Usage (% Busy)The percentage of time during which the disk drive is handling read or write requests.
Blocks per secondThe number of read and write operations on the disk that occur each second.
Transfers/sThe average number of bytes that are transferred to or from the disk during write or read operations.
Average Queued RequestsThe number of threads that are waiting for processor time.
Average Service TimeThe average amount of time, in milliseconds, required to carry out a request.
Average Wait TimeThe average amount of time, in milliseconds, that a transaction waits in a queue. The wait time is directly proportional to the length of the queue.

Network

The Uptime Infrastructure Monitor UIM agent uses the the netstat command with the following options to collect network metrics from an AIX system:

Code Block
languagesql
netstat -s to combine TCP retransmits for all interfaces 
netstat -I <interface> to average statistics (e.g. kbps, errors and collisions) per interface.
MetricExplanation
Receive Rate

The rate, in kilobytes per seconds, at which data is received over a specific network adapter.

Send Rate

The rate, in kilobytes per seconds, at which data is sent over a specific network adapter.

Packets Inbound Errors

The number of inbound packets that contained errors, which prevent those packets from being delivered to a higher-layer protocol.

Packets Outbound Errors

The number of outbound packets that could not be transmitted because of errors.

CollisionsThe number of signals from two separate nodes on the network that have collided.
TCP RetransmitsThe number of packets that were re-sent over a network interface.

Process and Workload

The Uptime Infrastructure Monitor UIM agent uses the the ps -eo command to collect , and process metrics from an AIX system. By default, the agent only gathers the top 20 processes and sorts them by the highest CPU usage.

Workload statistics are sorted within Uptime Infrastructure MonitorUIM's core. However, the core uses the same 20 processes that were gathered from the Process method. The following data are Data also gathered with the processes : include the names of users, groups and processes, along with their individual statistics (e.g. , such as memory and CPU usage). Uptime Infrastructure MonitorUIM's core will then sort sorts the statistics based on the graph you want to generate (e.g. , for example user, group, or process name).

User

The Uptime Infrastructure Monitor agent uses the following utilities to collect user metrics from an AIX system: ps -eo last | head 10 (login history for the last 10 users on the system) who (lists who is currently logged into the system)