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 | 백킹된 물리 메모리. Type: float | (gauge) |
| hpi | Hypervisor page-in 횟수. Type: float | (gauge) Unit: count |
| hpit | Hypervisor page-in 시간. Type: float | (gauge) |
| pmem | 파티션 메모리. Type: float | (gauge) |
| iomin | 최소 I/O 메모리 entitlement. Type: float | (gauge) |
| iomu | 사용 중인 I/O 메모리 entitlement. Type: float | (gauge) |
| iomf | 사용 가능한 I/O 메모리 entitlement. Type: float | (gauge) |
| iohwm | I/O 메모리 high water mark. Type: float | (gauge) |
| iomaf | I/O 메모리 할당 실패 횟수. Type: float | (gauge) Unit: count |
| pgcol | Page coalescing 횟수. Type: float | (gauge) Unit: count |
| mpgcol | 메모리 page coalescing 횟수. Type: float | (gauge) Unit: count |
| ccol | Coalescing 횟수. Type: float | (gauge) Unit: count |
| entc | Entitled capacity 사용률. Type: float | (gauge) Unit: percent |
| vcsw | Virtual context switches. Type: float | (gauge) Unit: count |
| iodes | 원하는 I/O 메모리 entitlement. Type: float | (gauge) |
| iores | 예약된 I/O 메모리 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 | 실제 user processor utilization. Type: float | (gauge) |
| sys | 실제 system processor utilization. Type: float | (gauge) |
| wait | 실제 wait processor utilization. Type: float | (gauge) |
| idle | 실제 idle processor utilization. Type: float | (gauge) |
| user_norm | 정규화된 user processor utilization. Type: float | (gauge) |
| sys_norm | 정규화된 system processor utilization. Type: float | (gauge) |
| wait_norm | 정규화된 wait processor utilization. Type: float | (gauge) |
| idle_norm | 정규화된 idle processor utilization. Type: float | (gauge) |
| user_percent | 실제 user processor utilization 비율. Type: float | (gauge) |
| sys_percent | 실제 system processor utilization 비율. Type: float | (gauge) |
| wait_percent | 실제 wait processor utilization 비율. Type: float | (gauge) |
| idle_percent | 실제 idle processor utilization 비율. Type: float | (gauge) |
| user_norm_percent | 정규화된 user processor utilization 비율. Type: float | (gauge) |
| sys_norm_percent | 정규화된 system processor utilization 비율. Type: float | (gauge) |
| wait_norm_percent | 정규화된 wait processor utilization 비율. Type: float | (gauge) |
| idle_norm_percent | 정규화된 idle processor utilization 비율. Type: float | (gauge) |