# Network Traffic

Displays information to monitor network traffic that occurs so that it can optimize network performance and security. There are several graphs in Network Traffic including the following:

### **Network Traffic by Packets**

Displays the total amount of network activity in terms of the number of packets processed.

(input gambar disini)

### **Network Traffic Errors**

Displays the number of errors that occurred during data transmission over the network interface, such as corrupted or lost packets.

(input gambar disini)

**Network Traffic Drop**

Displays the number of packets dropped or discarded during the transmission process over the network interface including overload, network problems, or improper configuration.

(input gambar disini)

### **Network Traffic Compressed**

Displays the number of packets that were compressed before being sent over the network interface. Network traffic compression can help reduce bandwidth usage and speed up data transmission.

(input gambar disini)

### **Network Traffic Multicast**

Displays the number of packets transmitted via multicast addresses in the network. Multicast traffic is used to send data to multiple receivers in a single transmission operation.

(input gambar disini)

### **Network Traffic Fifo**

Displays the number of packets entering and leaving the FIFO (First In, First Out) queue on the network interface.

(input gambar disini)

### **Network Traffic Frame**

Displays the number of frames transmitted over the network interface.

(input gambar disini)

### **Network Traffic Carrier**

Displays the status of the carrier or network link, such as whether the carrier is active or inactive.

(input gambar disini)

### **Network Traffic Calls**

Displays the number of collisions that occurred during data transmission over the network interface.

(input gambar disini)

### **NF Conntrack**

Displays the number of connections handled by the connection tracing module in the Linux kernel.

(input gambar disini)

**ARP Entries**

Displays the number of ARP (Address Resolution Protocol) entries in the ARP table on the host.

(input gambar disini)

### **MTU**

Displays the MTU (Maximum Transmission Unit) size configured for the network interface.

(input gambar disini)

### **Speed**

Displays the maximum speed supported by the network interface, such as the Ethernet connection speed.

(input gambar disini)

### **Queue Length**

The queue length indicates the number of packets that are waiting to be transmitted or received by the interface.

(input gambar disini)

### **Sofnet Packets**

Displays the number of packets handled by the softnet, which is the part of the Linux kernel responsible for processing network packets received by the system.

(input gambar disini)

### **Softnet Out of Quota**

Displays the number of packets that the softnet cannot handle due to resource limitations or the assigned quota.

### **Network Operational Status**

Displays the operational status of the network interface, such as whether the interface is active, inactive, or in a problematic condition.

(input gambar disini)


---

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