Skip to content
字数
130 字
阅读时间
1 分钟

查询端口

这些命令可以帮助你管理 Node.js 应用的运行和监控。

使用 lsofnetstat 命令查找占用端口 8088 的进程:

lsof -i :8088

netstat -tuln | grep 8088

sudo systemctl stop nginx

检测流量

  • 首先,确保你的包管理器是最新的

    sudo yum update

  • 然后,安装 iftop

    sudo yum install iftop

  • 安装完成后,你可以通过以下命令运行 iftop

    sudo iftop

贡献者

The avatar of contributor named as sunchengzhi sunchengzhi

文件历史

撰写