跳转至

AIX Swap

AIX Swap 采集器通过 lsps 采集 paging space 总量使用情况。

配置

[collectors.swap]
# 是否启用 swap 采集器。
enabled = true
# 采集间隔。
interval = "10s"

命令依赖

命令 说明
lsps -s 采集 paging space 总量。

指标

swap

Tags & Fields Description
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

文档评价

文档内容是否对您有帮助? ×