AIX ディスク
AIX Disk コレクターは df を使ってファイルシステムの容量と inode 情報を収集し、lsfs でファイルシステム種別を補完します。
設定¶
コマンド依存¶
| コマンド | 説明 |
|---|---|
df -Pk |
容量情報を収集します。 |
df -k -i |
inode 情報を収集します。 |
lsfs -q |
fstype を補完します。 |
メトリクス¶
disk¶
| Tags & Fields | Description |
|---|---|
| device ( tag) |
ファイルシステムのデバイス名。 |
| mount_point ( tag) |
マウントポイント。 |
| fstype ( tag) |
ファイルシステム種別。取得できない場合は unknown。 |
| host ( tag) |
ホスト名。 |
| total | 総容量。 Type: int | (gauge) Unit: digital,B |
| used | 使用済み容量。 Type: int | (gauge) Unit: digital,B |
| free | 利用可能容量。 Type: int | (gauge) Unit: digital,B |
| used_percent | 容量使用率。 Type: float | (gauge) Unit: percent |
| inodes_total | inode 総数。 Type: int | (gauge) Unit: count |
| inodes_free | 空き inode 数。 Type: int | (gauge) Unit: count |
| inodes_used_percent | inode 使用率。 Type: float | (gauge) Unit: percent |