Versions Compared

Key

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

...

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 UIM agent uses 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 UIM's core. However, the core uses the same 20 processes that were gathered from the Process method. Data also gathered with the processes include the names of users, groups and processes, along with their individual statistics, such as memory and CPU usage. UIM's core then sorts the statistics based on the graph you want to generate, for example user, group, or process name.

MetricExplanation
Number of ProcessesThe number of processes that are currently running on a system.
Process Creation RateDetermines whether there are runaway processes on a system or if a forking-based process (like a Web server) is spawning too many processes over a specified period of time.
Processes RunningThe number of processes that are currently running.
Processes BlockedThe number of processes that are currently blocked from running.
Processes WaitingThe number of processes that are currently waiting to run.
Workload - UserThe demand that network and local services are putting on the system, based on the IDs of the users who are logged into a system.
Workload - GroupThe demand that network and local services are putting on the system, based on the IDs of the user groups that are logged into a system.
Workload - Process NameThe demand that network and local services are putting on a system, based on the processes that are running.
Workload Top 10 - UserThe 10 network and local services that are are putting the most load on the system, based on the IDs of the users who are logged into a system.
Workload Top 10 - GroupThe 10 network and local services that are are putting the most load on the system, based on the IDs of the user groups who are logged into a system.
Workload Top 10 - Process NameThe 10 network and local services that are are putting the most load on the system, based on the processes that are running.

User

The Uptime Infrastructure Monitor UIM agent uses the following utilities to collect user metrics from an AIX system:

Code Block
languagesql
ps -eo 
last | head 10 (login history for the last 10 users on the system) 
who (lists who is currently logged into the system)
MetricExplanation
Login HistoryThe number of times or frequency at which a user logs into a system during any 30-minute interval.
SessionsThe number of sessions or number of distinct users who are logged into a system during any 30-minute interval.