About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
cqc3073
1/12/2018 - 6:07 AM
share
Share
add_circle_outline
Save
linux 资源问题排查命令
linux 资源问题排查命令
ResourceProgram.md
content_copy
file_download
Rendered
Source
#linux 资源问题排查命令
查看各用户进程(线程)数分布情况
ps h -Led -o user | sort | uniq -c | sort -n
clear