帖子地址: http://www.hostloc.com/thread-310625-1-1.html
Suspension Reason
Load Abuse: java app spawning too many CPU threads causing wait and high load on host node.
这说的就是 fs 啦, fs 用 java 写的。。 java 确实比较耗资源,所以对于那些严控资源的 VPS 提供商大家需要特别关注下,比如 virmach 。。。别拼命跑流量,更别和别人分享 ss 。。
另外附上 linux 查看 cpu 和内存等资源占用情况的命令
top -d 1
最后那个参数是数字 1 ,不是字母 L
红圈处就是 cpu 的占有率。下面列的就是所有的进程。这时如果你按 shift+p 就是按 cpu 使用率排序,按 shift+m 就是按内存使用量排序。
要退出按 ctrl+c