사용자 도구

사이트 도구


linux:htop

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
linux:htop [2019/11/16 12:27]
kwon37xi 만듦
linux:htop [2024/01/04 13:49] (현재)
kwon37xi
줄 1: 줄 1:
 ====== htop ====== ====== htop ======
 +  * http://hisham.hm/htop/
 +  * https://github.com/htop-dev/htop
 +  * see [[linux:btop|btop]]
 +
 +===== Filter =====
 +  * 특정 이름의 프로세스만 보고 싶을 때 ''F4'' 혹은 ''\'' Filter 를 누르고 검색어를 넣으면 해당 검색어를 포함한 이름을 가진 프로세스 목록만 보인다.
 +
 +<code sh>
 +htop --filter='원하는검색어'
 +htop -F '원하는검색'
 +</code>
 +
 +===== 특정 사용자만 보기 =====
 +  * 실행화면에서 ''u'' 누르고 특정 사용자를 선택해서 볼 수 있다.
 +<code sh>
 +htop -u 'username'
 +htop --user='username'
 +</code>
  
 ===== 참조 ===== ===== 참조 =====
   * [[https://peteris.rocks/blog/htop/|htop explained]]   * [[https://peteris.rocks/blog/htop/|htop explained]]
 +  * [[https://www.thegeekstuff.com/2011/09/linux-htop-examples/|Top on Steroids – 15 Practical Linux HTOP Examples]]
linux/htop.1573874858.txt.gz · 마지막으로 수정됨: 2019/11/16 12:27 저자 kwon37xi