AIX CPU
AIX CPU 采集器通过 vmstat 采集 CPU 使用率。
配置¶
成功安装 DataKit AIX 后,默认开启 CPU 采集器。
命令依赖¶
| 命令 | 说明 |
|---|---|
vmstat 1 2 |
采集 us/sy/id/wa CPU 使用率。 |
指标¶
cpu¶
| Tags & Fields | Description |
|---|---|
| cpu ( tag) |
CPU 名称,AIX 当前固定为 cpu-total。 |
| host ( tag) |
主机名。 |
| usage_user | 用户态 CPU 使用率。 Type: float | (gauge) Unit: percent |
| usage_system | 系统态 CPU 使用率。 Type: float | (gauge) Unit: percent |
| usage_idle | 空闲 CPU 百分比。 Type: float | (gauge) Unit: percent |
| usage_iowait | I/O wait 百分比。 Type: float | (gauge) Unit: percent |
| usage_total | CPU 总使用率,等于 100 - usage_idle。Type: float | (gauge) Unit: percent |