Ps: Difference between revisions
Jump to navigation
Jump to search
(Created page with " == Overview == 리눅스 ps 명령어 내용 정리 == Basic == ps 명령어는 top 명령어와는 달리, 프로세스 전체 사용시간 동안의 cpu 점유율을...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
* http://unix.stackexchange.com/questions/58539/top-and-ps-not-showing-the-same-cpu-result - Top and ps not showing the same cpu result | * http://unix.stackexchange.com/questions/58539/top-and-ps-not-showing-the-same-cpu-result - Top and ps not showing the same cpu result | ||
[[ | [[category:command/utility]] |
Latest revision as of 08:38, 25 July 2016
Overview
리눅스 ps 명령어 내용 정리
Basic
ps 명령어는 top 명령어와는 달리, 프로세스 전체 사용시간 동안의 cpu 점유율을 보여준다. top명령어는 모니터링의 성격인 것과는 달리, ps 명령어는 스냅샷의 성격이 강한 명령어이다. 즉, cpu 의 현재 사용율을 알고 싶다면 ps 명령어보다는 top 명령어를 사용하는 것이 맞다.
See also
- http://unix.stackexchange.com/questions/58539/top-and-ps-not-showing-the-same-cpu-result - Top and ps not showing the same cpu result