linux查看端口使用情况

netstat -anp 显示系统端口使用情况 

lsof -i :端口  显示占用该端口的进程情况  

uname -a 内核信息 

cat /proc/interrupts 显示中断信息

原文地址:https://www.cnblogs.com/lingear/p/3041904.html