运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install netstat-tool
镜像加速npx clawhub@latest install netstat-tool --registry https://cn.longxiaskill.com镜像同步中
技能文档
Netstat - 网络统计查看器 显示活动网络连接、监听端口、路由表和网络接口统计信息,是网络排障必备工具。
用法 netstat-tool [选项]
选项 -t:仅显示 TCP 连接 -u:仅显示 UDP 连接 -l:仅显示监听套接字 -n:以数字形式显示地址 -p:显示使用该连接的进程
示例 netstat-tool -tlnp netstat-tool -rn netstat-tool -i