AIX LPARStat
AIX LPARStat 采集器通过 lparstat 采集 LPAR 内存、内存 entitlement、hypervisor call 和 SPURR 利用率。
配置¶
命令依赖¶
| 命令 | 说明 |
|---|---|
lparstat -m -pw 1 1 |
采集 LPAR 内存和 page 统计。 |
lparstat -m -eR 1 1 |
采集内存 entitlement 统计。 |
lparstat -H 1 1 |
采集 hypervisor call 统计。 |
lparstat -E 1 1 |
采集 SPURR processor utilization。 |
指标¶
lparstat¶
| Tags & Fields | Description |
|---|---|
| host ( tag) |
主机名。 |
| type ( tag) |
指标类型,可为 memory、memory_entitlement、hypervisor、spurr。 |
| iompn ( tag) |
type=memory_entitlement 时的 entitlement 名称。 |
| call ( tag) |
type=hypervisor 时的 hypervisor call 名称。 |
| physb | Backed physical memory。 Type: float | (gauge) |
| hpi | Hypervisor page-in 次数。 Type: float | (gauge) Unit: count |
| hpit | Hypervisor page-in time。 Type: float | (gauge) |
| pmem | Partition memory。 Type: float | (gauge) |
| iomin | Minimum I/O memory entitlement。 Type: float | (gauge) |
| iomu | Used I/O memory entitlement。 Type: float | (gauge) |
| iomf | Free I/O memory entitlement。 Type: float | (gauge) |
| iohwm | I/O memory high water mark。 Type: float | (gauge) |
| iomaf | I/O memory allocation failures。 Type: float | (gauge) Unit: count |
| pgcol | Page coalescing count。 Type: float | (gauge) Unit: count |
| mpgcol | Memory page coalescing count。 Type: float | (gauge) Unit: count |
| ccol | Coalescing count。 Type: float | (gauge) Unit: count |
| entc | Entitled capacity 使用率。 Type: float | (gauge) Unit: percent |
| vcsw | Virtual context switches。 Type: float | (gauge) Unit: count |
| iodes | Desired I/O memory entitlement。 Type: float | (gauge) |
| iores | Reserved I/O memory entitlement。 Type: float | (gauge) |
| n_calls | Hypervisor call 次数。 Type: float | (gauge) Unit: count |
| time_spent_total_percent | 该 call 占总时间比例。 Type: float | (gauge) Unit: percent |
| hypervisor_time_spent_percent | 该 call 占 hypervisor 时间比例。 Type: float | (gauge) Unit: percent |
| time_call_avg_ns | 平均 call 耗时。 Type: float | (gauge) Unit: time,ns |
| time_call_max_ns | 最大 call 耗时。 Type: float | (gauge) Unit: time,ns |
| user | Actual user processor utilization。 Type: float | (gauge) |
| sys | Actual system processor utilization。 Type: float | (gauge) |
| wait | Actual wait processor utilization。 Type: float | (gauge) |
| idle | Actual idle processor utilization。 Type: float | (gauge) |
| user_norm | Normalised user processor utilization。 Type: float | (gauge) |
| sys_norm | Normalised system processor utilization。 Type: float | (gauge) |
| wait_norm | Normalised wait processor utilization。 Type: float | (gauge) |
| idle_norm | Normalised idle processor utilization。 Type: float | (gauge) |
| user_percent | Actual user processor utilization 占比。 Type: float | (gauge) |
| sys_percent | Actual system processor utilization 占比。 Type: float | (gauge) |
| wait_percent | Actual wait processor utilization 占比。 Type: float | (gauge) |
| idle_percent | Actual idle processor utilization 占比。 Type: float | (gauge) |
| user_norm_percent | Normalised user processor utilization 占比。 Type: float | (gauge) |
| sys_norm_percent | Normalised system processor utilization 占比。 Type: float | (gauge) |
| wait_norm_percent | Normalised wait processor utilization 占比。 Type: float | (gauge) |
| idle_norm_percent | Normalised idle processor utilization 占比。 Type: float | (gauge) |