AIX Net
AIX Net 수집기는 netstat를 통해 네트워크 인터페이스의 패킷 수, 바이트 수, 오류 수와 TCP/UDP 프로토콜 스택 카운트를 수집합니다.
설정¶
명령 의존성¶
| 명령 | 설명 |
|---|---|
netstat -in |
인터페이스 패킷 수와 오류 수를 수집합니다. |
netstat -v |
인터페이스 바이트 수를 보완합니다. |
netstat -s |
TCP/UDP 프로토콜 스택 카운트를 수집합니다. |
지표¶
net¶
| Tags & Fields | Description |
|---|---|
| interface ( tag) |
네트워크 인터페이스 이름입니다. |
| host ( tag) |
호스트명입니다. |
| packets_recv | 수신 패킷 누적 수입니다. Type: int | (count) Unit: count |
| packets_sent | 송신 패킷 누적 수입니다. Type: int | (count) Unit: count |
| packets_recv/sec | 초당 수신 패킷 수입니다. Type: float | (gauge) Unit: count |
| packets_sent/sec | 초당 송신 패킷 수입니다. Type: float | (gauge) Unit: count |
| bytes_recv | 수신 바이트 누적 수입니다. Type: int | (count) Unit: digital,B |
| bytes_sent | 송신 바이트 누적 수입니다. Type: int | (count) Unit: digital,B |
| bytes_recv/sec | 초당 수신 바이트 수입니다. Type: float | (gauge) Unit: traffic,B/S |
| bytes_sent/sec | 초당 송신 바이트 수입니다. Type: float | (gauge) Unit: traffic,B/S |
| err_in | 수신 오류 누적 수입니다. Type: int | (count) Unit: count |
| err_out | 송신 오류 누적 수입니다. Type: int | (count) Unit: count |
| tcp_insegs | TCP 수신 세그먼트 누적 수이며, interface=all일 때 존재합니다.Type: int | (count) Unit: count |
| tcp_insegs/sec | 초당 TCP 수신 세그먼트 수이며, interface=all일 때 존재합니다.Type: float | (gauge) Unit: count |
| tcp_outsegs | TCP 송신 세그먼트 누적 수이며, interface=all일 때 존재합니다.Type: int | (count) Unit: count |
| tcp_outsegs/sec | 초당 TCP 송신 세그먼트 수이며, interface=all일 때 존재합니다.Type: float | (gauge) Unit: count |
| tcp_retranssegs | TCP 재전송 세그먼트 누적 수이며, interface=all일 때 존재합니다.Type: int | (count) Unit: count |
| tcp_retranssegs/sec | 초당 TCP 재전송 세그먼트 수이며, interface=all일 때 존재합니다.Type: float | (gauge) Unit: count |
| udp_indatagrams | UDP 수신 데이터그램 누적 수이며, interface=all일 때 존재합니다.Type: int | (count) Unit: count |
| udp_indatagrams/sec | 초당 UDP 수신 데이터그램 수이며, interface=all일 때 존재합니다.Type: float | (gauge) Unit: count |
| udp_outdatagrams | UDP 송신 데이터그램 누적 수이며, interface=all일 때 존재합니다.Type: int | (count) Unit: count |
| udp_outdatagrams/sec | 초당 UDP 송신 데이터그램 수이며, interface=all일 때 존재합니다.Type: float | (gauge) Unit: count |
| udp_incsumerrors | UDP 체크섬 오류 누적 수이며, interface=all일 때 존재합니다.Type: int | (count) Unit: count |
| udp_incsumerrors/sec | 초당 UDP 체크섬 오류 수이며, interface=all일 때 존재합니다.Type: float | (gauge) Unit: count |