1、free -m
2、uptime
3、vmstat 1 5
4、iostat -x -h -t
5、mpstat -P ALL
6、netstat -natp | grep 8080
7、netstat -natp | find "80"(windows)
8、ps -aux | grep java
9、ps -ef | grep java
10、
linux 服务器端命令
原文:http://www.blogjava.net/stevenjohn/archive/2015/01/11/422170.html