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 |