> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/wang-luo/network-dashboards.md).

# 网络仪表板

网络仪表板提供了大量有用信息：这些数据可帮助监控、调整和排查系统中的网络问题。它们提供一目了然的信息，并提供许多可点击区域，方便在需要时“深入查看”以获取更具体的信息。还有一个网络仪表板，显示所有网络的摘要信息，并链接到更详细的信息，例如任意单个网络的仪表板。

## 网络仪表板（所有网络）

网络仪表板包含系统中所有网络的摘要信息。

**要访问网络仪表板：**\
选择 **网络** > **仪表板** 从顶部菜单。

### 计数 / 快速链接

该 *计数* 部分显示了不同类型网络以及所有机器 NIC 的快速摘要。每个框显示相关列表的计数/状态，并提供一个快速链接以访问相应列表，在那里可以选择某个特定网络/NIC 以查看更详细的信息。

### 状态指示器

* 绿色 - 无错误或警告
* 黄色 - 警告
* 红色 - 错误
* 灰色 - 已禁用 / 已关闭

当出现红色或黄色指示时，表示存在错误或警告；您可以点击该卡片进行深入查看，了解有关该问题的更多信息。

### 顶部统计

网络仪表板还会显示实时统计信息，呈现当前的网络利用率概览。这会对最高传输/接收速率进行汇总，并按以下类别拆分：外部、内部、租户网络和 VM NIC。

每个单独的网络/NIC 列表条目：

* 反映当前状态（例如，运行中、已停止）
* 是指向该单个网络/NIC 的可点击链接

### 日志

日志部分将显示您所有 VergeOS 网络的最新日志条目。错误条目以红色高亮，警告条目以黄色高亮。向下滚动可查看第一页上的所有日志条目。要查看更早的网络日志，请点击日志部分中的任意位置。

## 单个网络仪表板

每个单独的网络都有自己的仪表板，用于显示该特定网络的摘要信息，并提供指向更详细信息的链接。

### 要访问单个网络仪表板：

1. 在网络仪表板中， **点击其中一个计数快速链接**:
   * 外部网络
   * 内部
   * 租户
   * 所有网络
2. 当您点击上述快速链接之一时，会显示相应网络的列表。从该列表中， **双击所需的网络**.

## 网络图表

**要查看图表上的更细粒度详细信息：** 单击并拖动图表的一部分，可查看所选时间范围的更多详细信息。双击可返回到原始详细级别。

### 网络统计和历史

网络统计数据以 5 秒“心跳”间隔收集，并将每个 5 分钟间隔的总和/平均值/最大值进行处理和存储，对应于 95 百分位标准。

单击 **历史链接** 在左侧菜单中查看更早的网络流量统计。可以选择特定时间段来查看所需期间（周、月，或自定义——可指定起止日期）。


---

# 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.verge.io/run-the-platform/zh/wang-luo/network-dashboards.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.
