You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The Uptime Infrastructure Monitor agent that is installed on a logical partition of an AIX LPAR system collects the following performance metrics:

MetricExplanationFile on LinuxAIX System Calls in libperfstat
lpar_idThe unique identifier for the logical partition (LPAR)./proc/ppc64/lparconfigperfstat_partition_total
purrThe amount of CPU time used by the partition./proc/ppc64/lparconfigperfstat_partition_total
entitlementThe CPU entitlement of the partition./proc/ppc64/lparconfigperfstat_partition_total
cpusThe number of CPUs on which the LPAR can run./proc/ppc64/lparconfigperfstat_partition_total
capped

Determines whether the entitlement of the LPAR is capped. 

If yes, then the LPAR cannot exceed its entitlement.

If not, then the LPAR can exceed its entitlement if there are spare CPU cycles available from another CPU on the system.

/proc/ppc64/lparconfigperfstat_partition_total
smtDetermines whether hyperthreading is available./proc/ppc64/lparconfigperfstat_partition_total
memory_totalThe total amount of memory available to the LPAR, measured in bytes./proc/meminfoperfstat_memory_total
memory_usedThe total amount of memory being used by the LPAR, measured in bytes./proc/meminfoperfstat_memory_total
net_packets_rxThe number of packets of data received over the network interface by the LPAR./proc/net/devperfstat_netinterface_total
net_packets_txThe number of packets of data sent over the network interface from the LPAR./proc/net/devperfstat_netinterface_total
net_bytes_rxThe amount of data, measured in bytes, received over the network interface by the LPAR./proc/net/devperfstat_netinterface_total
net_bytes_txThe amount of data, measured in bytes, sent over the network interface from the LPAR./proc/net/devperfstat_netinterface_total
disk_kbytes_inThe amount of data, in kilobytes, read from the disk./proc/diskstatsperfstat_disk_total
disk_bytes_outThe amount of data, in kilobytes, written to the disk./proc/diskstatsperfstat_disk_total
  • No labels