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

# Network Sockstat

Displays information about network connection statistics on the system. There are several graphs displayed including the following:

## **Sockstat TCP**

Displays information about TCP sockets opened by the system including the total number of TCP sockets, and more.

<figure><img src="https://lh7-us.googleusercontent.com/nU2Gfc9C22W_LzE7MTGasJ48Omm-ebPW55WbDG-h_Aj1M0pFzFZ9HVpE2k9VAPtNzFM1kPI9GIGhyBKBiWQR9mttmcIcnOTN5pXiCCnVzzkTYsCfWcjY0Cf9zF8xbtOo8d0KctZlTHoBA-XFv27WPh4" alt=""><figcaption><p>Network Sockstat</p></figcaption></figure>

**Sockstat UDP**

Displays information about UDP sockets opened by the system including the total number of UDP sockets and others.

<figure><img src="https://lh7-us.googleusercontent.com/tH_PGHOfBJ4gNPPIWD85bTzC1ozcz0YTGKcF84CcsL3a4dp4SObxV6XpKq1OWqJVR3wqJCAYCDa-bbD9EoDsWsb8_cTyJvhD24ArJcPu6GkYEDSm2C9KV2uWeVKUKimQpu5ekMQ-vjzUaTcFC85K9KM" alt=""><figcaption><p>Network Sockstat</p></figcaption></figure>

## **Sockstat FRAG/RAW**

Displays information related to fragmentation/RAW sockets which are often used to send and receive network packets that are not processed by TCP or UDP protocols.

<figure><img src="https://lh7-us.googleusercontent.com/FjjvTjrnBD5WGE0sey2SqxSuOBYvTh9iePUvUNvtfrDVEjbyQmV3tshhdofU4NFxiQMfKj9Xo8abIdWKtOGofF_-IGIWk_GStF93yFdPTjFiD7kJ7AaMIaCmbhuPnaWmKGmoFfdWeTujZPHmei0JzlU" alt=""><figcaption><p>Network Sockstat</p></figcaption></figure>

## **Sockstat Memory Size**

Displays memory size information used by the system to store information related to active sockets.

<figure><img src="https://lh7-us.googleusercontent.com/s0122aFMsZXF33HmBCPnn89DGL1P7gAQiS6whuzNLtc2PIoJQM2ZvvkZVkP2j-UmTg60ywwfN1YI02FvCx9yoqeIFi3sriVa2aI0ZDw0Kn1vNkBd5Mv5LdAR_qvTGX0kiIkgu3Zp_sQLFT7V9VGnuEA" alt=""><figcaption><p>Network Sockstat</p></figcaption></figure>

## **Sockstat Used**

Displays the number of sockets that are in use or active in the system at a particular time.

<figure><img src="https://lh7-us.googleusercontent.com/0vyZfxGT8HrKGR79787E9DRZ6FG5Fw0w0ApDvKp6s8bhTp4Nkl_jUpe6JBi6UY6WN34Al1njV65TeJPqAbKRsl38cF7dw0jw8Yx01IS1_8VzpBoEOtDqqAAmn4e4Ukx-B_mEtbW6B7AEZooXgMqqOuA" alt=""><figcaption><p>Network Sockstat</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cloudeka.id/deka_flexi/deka-agent/detail-deka-agent/network-sockstat.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
