Linux调优常用命令

df 查看硬盘使用信息
ps -ef | grep mysql 查看当前系统此刻运行的进程
top 查看实时进程信息
free 系统当前内存使用情况
netstat 查看网卡

你可能感兴趣的:(Linux调优常用命令)