定制 farad-tech/port-443-monitor 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

image

Notices

  • Only works on Linux

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-10-09