コンテンツにスキップ

AIX DiskIO

AIX DiskIO コレクターは iostat を使用して、ディスクのスループット、TPS、サービス時間、および AIX の詳細 I/O メトリクスを収集します。

設定

[collectors.diskio]
# ディスク IO コレクターを有効にするかどうか。
enabled = true
# 収集間隔。
interval = "10s"

コマンド依存

コマンド 説明
iostat -Dl ディスクの基本 I/O メトリクスを収集します。
iostat -Dsal 1 1 physical、adapter、vadapter、disks モードを含む AIX の詳細 I/O メトリクスを収集します。

メトリクス

diskio

タグとフィールド 説明
name
(tag)
ディスク、アダプター、または仮想アダプターの名前。
iostat_mode
(tag)
iostat -Dsal のメトリクスモード: physicaladaptervadapterdisks。基本ポイントにはこの tag はありません。
partition_id
(tag)
仮想アダプターのパーティション ID。
host
(tag)
ホスト名。
tps AIX iostat の 1 秒あたりの転送数。
Type: float | (gauge)
Unit: count
io_util ディスクの busy 割合。
Type: float | (gauge)
Unit: percent
bytes/sec 1 秒あたりのスループットバイト数。
Type: float | (gauge)
Unit: traffic,B/S
read_bytes iostat -Dl の読み取り累積バイト数。
Type: float | (count)
Unit: digital,B
write_bytes iostat -Dl の書き込み累積バイト数。
Type: float | (count)
Unit: digital,B
read_bytes/sec 1 秒あたりの読み取りバイト数。
Type: float | (gauge)
Unit: traffic,B/S
write_bytes/sec 1 秒あたりの書き込みバイト数。
Type: float | (gauge)
Unit: traffic,B/S
await 平均待機時間。
Type: float | (gauge)
Unit: time,ms
svctm 平均サービス時間。
Type: float | (gauge)
Unit: time,ms
kbps iostat -Dsal の physical/adapter/vadapter モードにおける KB/s。
Type: float | (gauge)
Unit: digital,KB
kb_read iostat -Dsal の physical モードにおける読み取り KB 数。
Type: float | (gauge)
Unit: digital,KB
kb_written iostat -Dsal の physical モードにおける書き込み KB 数。
Type: float | (gauge)
Unit: digital,KB
bps iostat -Dsal の disks モードにおける 1 秒あたりのバイト数。
Type: float | (gauge)
Unit: traffic,B/S
blocks_read iostat -Dsal の adapter/vadapter/disks モードにおける読み取り block 数。
Type: float | (gauge)
Unit: count
blocks_written iostat -Dsal の adapter/vadapter/disks モードにおける書き込み block 数。
Type: float | (gauge)
Unit: count
read_iops iostat -Dsal の読み取り IOPS。
Type: float | (gauge)
Unit: count
write_iops iostat -Dsal の書き込み IOPS。
Type: float | (gauge)
Unit: count
read_service_avg_ms 平均読み取りサービス時間。
Type: float | (gauge)
Unit: time,ms
read_service_min_ms 最小読み取りサービス時間。
Type: float | (gauge)
Unit: time,ms
read_service_max_ms 最大読み取りサービス時間。
Type: float | (gauge)
Unit: time,ms
write_service_avg_ms 平均書き込みサービス時間。
Type: float | (gauge)
Unit: time,ms
write_service_min_ms 最小書き込みサービス時間。
Type: float | (gauge)
Unit: time,ms
write_service_max_ms 最大書き込みサービス時間。
Type: float | (gauge)
Unit: time,ms
read_timeouts 読み取りタイムアウト回数。
Type: float | (gauge)
Unit: count
read_failures 読み取り失敗回数。
Type: float | (gauge)
Unit: count
write_timeouts 書き込みタイムアウト回数。
Type: float | (gauge)
Unit: count
write_failures 書き込み失敗回数。
Type: float | (gauge)
Unit: count
queue_time_avg_ms 平均キュー時間。
Type: float | (gauge)
Unit: time,ms
queue_time_min_ms 最小キュー時間。
Type: float | (gauge)
Unit: time,ms
queue_time_max_ms 最大キュー時間。
Type: float | (gauge)
Unit: time,ms
write_queue_size_avg 平均書き込みキューサイズ。
Type: float | (gauge)
Unit: count
service_queue_size_avg 平均サービスキューサイズ。
Type: float | (gauge)
Unit: count
service_queue_full サービスキューが満杯になった回数。
Type: float | (gauge)
Unit: count

フィードバック

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