Skip to content

AIX Swap

AIX Swap collector collects paging space summary usage through lsps.

Configuration

[collectors.swap]
# Whether to enable swap collector.
enabled = true
# Collection interval.
interval = "10s"

Command Dependencies

Command Description
lsps -s Collect paging space summary.

Metrics

swap

Tags & Fields Description
host
(tag)
Hostname.
total Total size.
Type: int | (gauge)
Unit: byte
used Used size.
Type: int | (gauge)
Unit: byte
free Free size.
Type: int | (gauge)
Unit: byte
used_percent Usage percentage.
Type: float | (gauge)
Unit: percent

Feedback

Is this page helpful? ×