imedge/snmp
最新稳定版本:v0.4.0
Composer 安装命令:
composer require imedge/snmp
包简介
SNMP protocol implementation
README 文档
README
SNMP protocol implementation in raw PHP for async usage. API is still subject to change, SNMPv3 authentication is ready, encryption will follow soon
Usage
Please see the examples directory for some usage examples:
get_multiple_oids.phpfetches a list of OIDs in parallel from multiple ipstrap-recieve.phpis a simple Trap receivertrap-send.phpsends 60 test-traps a second to test the receiver
Tuning
Network Stack buffer sizes might be increased for high-traffic setups:
$ sudo sysctl -w net.core.rmem_max=26214400
net.core.rmem_max = 26214400
$ sudo sysctl -w net.core.rmem_default=26214400
net.core.rmem_default = 26214400
统计信息
- 总下载量: 271
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-11