コンテンツにスキップ

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 説明
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 コアあたりの 1 分平均負荷。
Type: float | (gauge)
load5_per_core 1 コアあたりの 5 分平均負荷。
Type: float | (gauge)
load15_per_core 1 コアあたりの 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

フィードバック

このページは役に立ちましたか?