업무/sys
[Linux] 현재 프로세스별 메모리 사용률 조회
sysops
2024. 7. 21. 19:54
728x90
ps aux --sort=-%mem | head -n 10
# Top 10 보기
ps aux --sort=-%mem
# 전체 보기
728x90