> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/deka-flexi/deka-agent/detail-deka-agent/network-netstat.md).

# Network Netstat

Displays a variety of information about network connections, route tables, and network interface statistics on a system.

### **Netstat IP In / Out Octets**

Displays the total number of incoming and outgoing bytes over a network interface based on the Internet Protocol (IP) protocol.

(input gambar disini)

### **Netstat IP Forwarding**

Displays IP forwarding status, namely whether the host is forwarding IP packets or not.

(input gambar disini)

### **ICMP In / Out**

Displays the total number of ICMP (Internet Control Message Protocol) messages received and sent by the host.

(input gambar disini)

**ICMP Errors**

Displays the total number of ICMP messages that failed to send or were received due to errors.

(input gambar disini)

### **UDP In / Out**

Displays the total number of UDP (User Datagram Protocol) packets received and sent by the host.

(input gambar disini)

### **UDP Errors**

Displays the total number of UDP packets that failed to send or were received due to errors.

(input gambar disini)

### **TCP In / Out**

Displays the total number of TCP (Transmission Control Protocol) packets received and sent by the host.

(input gambar disini)

**TCP Errors**

Displays the total number of TCP packets that failed to send or were received due to errors.

(input gambar disini)

### **TCP Connections**

Displays the total number of currently active TCP connections.

(input gambar disini)

### **TCP SynCookie**

Displays the total number of TCP packets that use SynCookie, a technique for mitigating DDoS attacks.

(input gambar disini)

### **TCP Direct Transition**

Displays the total number of direct TCP transitions from one state to another without passing through intermediate states.

(input gambar disini)

### **TCP Stat**

Displays information about general TCP statistics, such as the total number of connections, number of segments sent, and more.
