| Crates.io | pong-rs |
| lib.rs | pong-rs |
| version | 0.3.3 |
| created_at | 2025-10-27 11:47:45.228704+00 |
| updated_at | 2025-10-29 08:54:55.465771+00 |
| description | A network monitoring tool that performs ICMP, TCP, and HTTP pings |
| homepage | https://github.com/rusthing/pong |
| repository | https://github.com/rusthing/pong |
| max_upload_size | |
| id | 1902766 |
| size | 112,552 |
= Pong :sectnums: :toc: :toc-placement!:
使用Rust语言实现的监听目标运行状态的 Prometheus exporter 的插件。
toc::[]
== 概述
使用Rust语言实现的监听目标运行状态的 Prometheus exporter 的插件。目前实现的功能如下:
== 功能特性
== 环境要求
== 安装说明
克隆代码仓库并进入项目目录:
构建项目:
== 开发相关
以开发模式运行:
运行测试:
检查代码问题:
== 编译相关
编译为Linux x86_64下的可执行文件:
== 部署相关
=== Supervisor方式
....
创建日志目录:
systemctl restart supervisord
systemctl status supervisord
supervisorctl status
supervisorctl stop pong
supervisorctl start pong
supervisorctl restart pong
supervisorctl update
=== 检查服务是否正常运行
=== 手动获取服务指标