콘텐츠로 이동

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

문서 평가

이 페이지가 도움이 되었나요?