top 查看内存使用 后kill -9 pid 或者swap
ps -ef |grep tmu 查询tmu的运行休息
pwdx pid 查询运行路径
netstat -anp|grep port (root 权限角色) 查看端口运行状态
kill -9 pid 杀进程
man netstat 查看netstat 详细信息
swapon
swapoff
chown tmuuser:tmuuser xxx.jar 所属角色设置
chown -R tmuuser:tmuuser dir
chmod 700 xxx.jar 运行权限设置
chmod +x file.sh
grep
awk
crontab
查询线程
su - user
jps
jstack pid
jstack(查看线程)、jmap(查看内存)和jstat(性能分析)命令
http://blog.youkuaiyun.com/wxyfighting/article/details/21164829
http://blog.youkuaiyun.com/woxiaoheia/article/details/40614579