> For the complete documentation index, see [llms.txt](https://open.einfra.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://open.einfra.cn/api/search.md).

# 终端数据查询

- [系统基本信息上报](https://open.einfra.cn/api/search/baseinfo.md)
- [系统运行数据上报](https://open.einfra.cn/api/search/runtime.md)
- [采样频率、上报频率设置](https://open.einfra.cn/api/search/runtime/config.md)
- [CPU温度定时上报](https://open.einfra.cn/api/search/runtime/cpu-temp.md)
- [CPU使用率定时上报](https://open.einfra.cn/api/search/runtime/cpu-usage.md)
- [内存使用率定时上报](https://open.einfra.cn/api/search/runtime/mem-usage.md)
- [磁盘使用率定时上报](https://open.einfra.cn/api/search/runtime/disk-usage.md)
- [4G模组信息定时上报](https://open.einfra.cn/api/search/runtime/lte.md)
- [有线网卡流量信息定时上报](https://open.einfra.cn/api/search/runtime/eth.md)
- [容器数据上报](https://open.einfra.cn/api/search/vm-runtime.md)
- [微应用数据上报](https://open.einfra.cn/api/search/app-runtime.md)
- [进程数据上报](https://open.einfra.cn/api/search/process.md)
- [服务数据上报](https://open.einfra.cn/api/search/service.md)
- [网络端口数据上报](https://open.einfra.cn/api/search/netstat.md)
- [终端在线状态](https://open.einfra.cn/api/search/heartbeat.md)
- [链路跟踪](https://open.einfra.cn/api/search/lian-lu-gen-zong.md)


---

# 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://open.einfra.cn/api/search.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.
