呼和浩特市网站谷歌浏览器下载手机版官网
lsof -i :8091
===> 查看这个端口的线程
lsof : list open files 列出打开文件
-i : internet
linux检测系统进程和服务:
- top : 实时监视系统的进程和资源的利用情况
- htop : top的增强版
问题:
-bash: htop: command not found
sudo yum install epel-release
sudo yum install htop
lsof -i :8091
===> 查看这个端口的线程
lsof : list open files 列出打开文件
-i : internet
linux检测系统进程和服务:
问题:
-bash: htop: command not found
sudo yum install epel-release
sudo yum install htop