コンテンツにスキップ

AIX Net

AIX Net 収集器は netstat を使って、ネットワークインターフェースのパケット数、バイト数、エラー数、および TCP/UDP プロトコルスタックのカウントを収集します。

設定

[collectors.net]
# ネットワーク収集器を有効にするかどうか。
enabled = true
# 収集間隔。
interval = "10s"

コマンド依存関係

コマンド 説明
netstat -in インターフェースのパケット数とエラー数を収集します。
netstat -v インターフェースのバイト数を補完します。
netstat -s TCP/UDP プロトコルスタックのカウントを収集します。

メトリクス

net

Tags & Fields 説明
interface
(tag)
ネットワークインターフェース名。
host
(tag)
ホスト名。
packets_recv 受信パケットの累計数。
型: int | (count)
単位: count
packets_sent 送信パケットの累計数。
型: int | (count)
単位: count
packets_recv/sec 1 秒あたりの受信パケット数。
型: float | (gauge)
単位: count
packets_sent/sec 1 秒あたりの送信パケット数。
型: float | (gauge)
単位: count
bytes_recv 受信バイトの累計数。
型: int | (count)
単位: digital,B
bytes_sent 送信バイトの累計数。
型: int | (count)
単位: digital,B
bytes_recv/sec 1 秒あたりの受信バイト数。
型: float | (gauge)
単位: traffic,B/S
bytes_sent/sec 1 秒あたりの送信バイト数。
型: float | (gauge)
単位: traffic,B/S
err_in 受信エラーの累計数。
型: int | (count)
単位: count
err_out 送信エラーの累計数。
型: int | (count)
単位: count
tcp_insegs TCP 受信セグメントの累計数、interface=all の場合に存在します。
型: int | (count)
単位: count
tcp_insegs/sec 1 秒あたりの TCP 受信セグメント数、interface=all の場合に存在します。
型: float | (gauge)
単位: count
tcp_outsegs TCP 送信セグメントの累計数、interface=all の場合に存在します。
型: int | (count)
単位: count
tcp_outsegs/sec 1 秒あたりの TCP 送信セグメント数、interface=all の場合に存在します。
型: float | (gauge)
単位: count
tcp_retranssegs TCP 再送セグメントの累計数、interface=all の場合に存在します。
型: int | (count)
単位: count
tcp_retranssegs/sec 1 秒あたりの TCP 再送セグメント数、interface=all の場合に存在します。
型: float | (gauge)
単位: count
udp_indatagrams UDP 受信データグラムの累計数、interface=all の場合に存在します。
型: int | (count)
単位: count
udp_indatagrams/sec 1 秒あたりの UDP 受信データグラム数、interface=all の場合に存在します。
型: float | (gauge)
単位: count
udp_outdatagrams UDP 送信データグラムの累計数、interface=all の場合に存在します。
型: int | (count)
単位: count
udp_outdatagrams/sec 1 秒あたりの UDP 送信データグラム数、interface=all の場合に存在します。
型: float | (gauge)
単位: count
udp_incsumerrors UDP チェックサムエラーの累計数、interface=all の場合に存在します。
型: int | (count)
単位: count
udp_incsumerrors/sec 1 秒あたりの UDP チェックサムエラー数、interface=all の場合に存在します。
型: float | (gauge)
単位: count

フィードバック

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