# 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-flexi/deka-agent/detail-deka-agent/network-netstat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
