跳转至

AIX System

AIX System 采集器提供系统级概览指标,包括 load、CPU 总使用率、内存使用率、进程数和登录用户数。

配置

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

命令依赖

命令 说明
uptime 采集系统运行时长和 load1/load5/load15
vmstat 1 2 采集 CPU 总使用率。
svmon -G 采集内存使用率。
ps -eo user,pid,ppid,pcpu,pmem,etime,time,state,args 采集进程总数。
who 采集登录用户数。

指标

system

Tags & Fields Description
host
(tag)
主机名。
n_cpus CPU 核数。
Type: int | (gauge)
Unit: count
uptime 系统运行时长。
Type: int | (gauge)
Unit: time,s
load1 1 分钟平均负载。
Type: float | (gauge)
load5 5 分钟平均负载。
Type: float | (gauge)
load15 15 分钟平均负载。
Type: float | (gauge)
load1_per_core 单核 1 分钟平均负载。
Type: float | (gauge)
load5_per_core 单核 5 分钟平均负载。
Type: float | (gauge)
load15_per_core 单核 15 分钟平均负载。
Type: float | (gauge)
cpu_total_usage CPU 总使用率。
Type: float | (gauge)
Unit: percent
memory_usage 内存使用率。
Type: float | (gauge)
Unit: percent
process_count 当前进程数。
Type: int | (gauge)
Unit: count
n_users 当前登录用户数。
Type: int | (gauge)
Unit: count

文档评价

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