====== htop ======
* http://hisham.hm/htop/
* https://github.com/htop-dev/htop
* see [[linux:btop|btop]]
===== Filter =====
* 특정 이름의 프로세스만 보고 싶을 때 ''F4'' 혹은 ''\'' Filter 를 누르고 검색어를 넣으면 해당 검색어를 포함한 이름을 가진 프로세스 목록만 보인다.
htop --filter='원하는검색어'
htop -F '원하는검색'
===== 특정 사용자만 보기 =====
* 실행화면에서 ''u'' 누르고 특정 사용자를 선택해서 볼 수 있다.
htop -u 'username'
htop --user='username'
===== 참조 =====
* [[https://peteris.rocks/blog/htop/|htop explained]]
* [[https://www.thegeekstuff.com/2011/09/linux-htop-examples/|Top on Steroids – 15 Practical Linux HTOP Examples]]