AIX Disk
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 |