# stats - cpu, gpu, ram, disk, network 모니터링
# 설치
brew install stats
# menubar 에 다음과 리소스 상태가 보인다.
# runcat - 리소스 사용률에 따라 고양이가 빨리 달린다.
# 설치 - 앱스토어
# menuabar에 고양이가 달리고 있다.
#####
# monitoring mac cpu throttling
# 설치
brew install --cask hot
# hot.app 실행
# CPU speed limit 또는 Thermal Pressure 가 Nominal 이면 정상
# 참고로 다음 명령어로도 throttling 을 파악할 수 있다.
# appli silicon
# 다음 명령을 실행했을때 정상적이라면 다음과 같이 Nominal 로 표시된다.
# -s (--samplers)
sudo powermetrics -s thermal
# intel
# 다음 명령을 실행했을때 CPU_Speed_Limit 가 100 아래로 떨어지면 throttling 된것이다.
pmset -g thermlog
#####
# rectangle - 앱 위치 정렬
# https://github.com/rxhanson/Rectangle# 설치
brew install --cask rectangle
# 아래 스샷의 단축키로 창을 정렬하는데 아주 유용하다.
comments:
댓글 쓰기