1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2024年4月21日 |
---|
在 命令行工具 中排名第 1053
14KB
PortMonitor: TCP 套接字等待器
什么是 PortMonitor?
PortMonitor 是一个简单而强大的命令行工具,用 Rust 编写,等待 TCP 套接字变为打开状态。它非常适合自动化依赖于特定端口可用的任务。
它如何工作?
PortMonitor 只接受一个参数:您想要等待的 TCP 端口号。运行 PortMonitor 后,它将连续检查指定的端口是否打开。一旦端口可用,PortMonitor 将以成功状态码(0)退出。
用法
PortMonitor <port_number>
示例
PortMonitor 8080 && curl https://127.0.0.1:8080
安装
curl https://raw.githubusercontent.com/aminsaedi/portmonitor/master/install.sh | bash
贡献
贡献总是受欢迎!如果您想帮助改进 PortMonitor,请打开一个问题或提交一个拉取请求。