# iStat Menus
앱스토어에서 다운할 수 있는 CPU, GPU, RAM 등의 사용량, 배터리 잔여량 등을 알려주는 관리 어플리케이션이다.
하지만, 맥에서 가격이 15000원이라 고민이 되기도 하다.
# Stats
위 어플과 동일한 기능을 제공하는 지는 모르겠지만, 주로 필요한 CPU, GPU, RAM, SSD, 네트워크, 배터리 등의 정보를 바로 확인할 수 있어서 사용 중이다.
# Stats에서 제공하는 특징들
- Battery level
- Bluetooth devices
- CPU utilization
- Disk utilization
- Fan/s control
- GPU utilization
- Memory usage
- Network usage
- Sensors information (Temperature/Voltage/Power)
위와 같은 기능이 필요한 사람들이 무료로 사용해보고 비교하면서 변경하면 좋을 것 같다.
# Stats 설치법
brew install stats
-> brew로 설치하면 간단하다.
brew가 없는 분들은 terminal에서 아래 명령어로 다운받으면 된다.
# brew 설치법
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# brew 공식 다운로드 주소
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
# Stats의 깃허브 주소
https://github.com/exelban/stats
GitHub - exelban/stats: macOS system monitor in your menu bar
macOS system monitor in your menu bar. Contribute to exelban/stats development by creating an account on GitHub.
github.com