Page History
...
Code Block | ||
---|---|---|
| ||
netstat -s to combine TCP retransmits for all interfaces netstat -I <interface> to average statistics (e.g. kbps, errors and collisions) per interface. |
Metric | Explanation |
---|---|
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. |
Collisions | The number of signals from two separate nodes on the network that have collided. |
TCP Retransmits | The 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.
Metric | Explanation |
---|---|
Number of Processes | The number of processes that are currently running on a system. |
Process Creation Rate | Determines 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 Running | The number of processes that are currently running. |
Processes Blocked | The number of processes that are currently blocked from running. |
Processes Waiting | The number of processes that are currently waiting to run. |
Workload - User | The 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 - Group | The 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 Name | The demand that network and local services are putting on a system, based on the processes that are running. |
Workload Top 10 - User | The 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 - Group | The 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 Name | The 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 | ||
---|---|---|
| ||
ps -eo last | head 10 (login history for the last 10 users on the system) who (lists who is currently logged into the system) |
Metric | Explanation |
---|---|
Login History | The number of times or frequency at which a user logs into a system during any 30-minute interval. |
Sessions | The number of sessions or number of distinct users who are logged into a system during any 30-minute interval. |