#查看进程信息ps -aux | grep xxxps -ef | grep xxxcat /proc/【进程id】/status#获得内存使用概况$ free -htotal used free shared buff/cache availableMem: 3.6G 1.0G 1.5G 600K 1.0G 2.3GSwap: 0B 0B 0B#查看硬盘信息$ fdisk -l$ df#查看cpu信息cat /proc/cpuinfo#查看系统信息uname -alsb_release -acat /etc/issue
