farad-tech/port-443-monitor
最新稳定版本:v1.1.2
Composer 安装命令:
composer create-project farad-tech/port-443-monitor
包简介
A simple PHP script to monitor number of connections on port 443.
README 文档
README
A simple PHP CLI tool to monitor number of active network connections.
Usage
composer create-project farad-tech/port-443-monitor sudo php monitor.php --interval=2
or clone directly:
git clone https://github.com/farad-tech/port-443-monitor.git sudo php monitor.php
also you can get just value of current connection counts by FaradTech\Port443Monitor\ConnectionCounter class.
<?php $port = 443; // default value is 443 but you may set any port that you want echo (new FaradTech\Port443Monitor\ConnectionCounter($port))->count(); // 73
Screenshot
Notices
- Only works on Linux
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-09