# 介绍

SmartPing是一个综合性网络质量(PING)检测工具，支持正/反向PING绘图、互PING拓扑绘图与报警、全国PING延迟地图与在线检测工具等功能。

## 功能

* 正向PING，反向Ping绘图
* 互PING间机器的状态拓扑，自定义延迟、丢包阈值报警（声音报警与邮件报警），报警时MTR检测
* 全国PING延迟地图（各省份可分电信、联通、移动三条线路）
* 检测工具，支持使用SmartPing各节点进行网络相关检测

## 设计思路

本系统的定位为轻量级工具，即使组多点成互Ping网络可以遵守无中心化原则，所有的数据均存储自身节点中，每个节点提供出方向的数据，从任意节点查询数据均会通过Ajax请求关联节点的API接口获取并组装全部数据。

* [数据去中心化](https://docs.smartping.org/arch/decentralized.html)
* [存储数据结构](https://docs.smartping.org/arch/data.html)
* [集中配置管理(云模式)](https://docs.smartping.org/arch/cloud.html)

## 功能截图

正/反向Ping![](https://1400611087-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LilIthzQiX8C4F2vMe2%2Fsync%2F54ba55c5ea6e30119e3a7ad4d05983de603c2fb1.png?generation=1600613718337253\&alt=media)

Ping拓扑及报警![](https://1400611087-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LilIthzQiX8C4F2vMe2%2Fsync%2F20fd20cc0dc769d18a755d0cc62031b15cf7c97e.png?generation=1600613721418588\&alt=media)![](https://1400611087-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LilIthzQiX8C4F2vMe2%2Fsync%2F671221d903be6304a969dfff28239475ba13c103.png?generation=1600613722505677\&alt=media)延迟地图![](https://1400611087-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LilIthzQiX8C4F2vMe2%2Fsync%2F509cd432bc8c5ac737d530da70214fddb5714881.png?generation=1600613723328367\&alt=media)

检测工具![](https://1400611087-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LilIthzQiX8C4F2vMe2%2Fsync%2Fa1af6da387286101484e9abaf22e8400480debca.png?generation=1600613719283211\&alt=media)

系统配置![](https://1400611087-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LilIthzQiX8C4F2vMe2%2Fsync%2F88820b2853aa54a73f51058026cdc7075aadd359.png?generation=1600613720375366\&alt=media)


---

# Agent Instructions: 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.smartping.org/readme.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.
