Apple SiliconのCPUやGPU、ANE、メモリ使用率、消費電力を表示してくれるターミナルベースのシステムモニタリングツール「macmon」がApple M4チップに対応しています。詳細は以下から。
Appleは2024年11月08日より、Apple M4, M4 Pro, M4 Maxチップを搭載したiMacやMac mini, MacBook Pro (2024)の販売を開始しましたが、Apple SiliconのCPUやGPU、Neural Engine、メモリ使用率と消費電力を確認できる、ターミナルベースのシステムモニターアプリ「macmon (Mac Monitor)」がApple M4チップに対応しています。
Apple Silicon processors don’t provide an easy way to see live power consumption. I was interested in this information while testing local LLM models. […] macmon uses a private macOS API to gather metrics (essentially the same as powermetrics) but runs without sudo. 🎉
GitHubより
macmonは、Go言語で書かれたターミナルベースのシステムモニター「mactop」と同じく「asitop (Python)」をベースにRustで開発されており、macOSのプライベートAPIを利用することでsudoなしで動作するのが特徴となっています。
開発者のvladkensさんによると、最新のmacmon v0.4.0アップデートではApple M4チップでCPUやGPU、ANE、温度センサー、消費電力の正しい情報が表示されるようになった他、より正確にCPU情報が表示され、情報を出力するrawコマンドではjson形式で値を返すようになったそうなので、M4 Macユーザーの方は試してみてください。
#macmon released new version with M4 chips support and more accurate CPU values. Also raw command now return JSON, so tools can be piped to other scriptshttps://t.co/NRuZp5N5XD#opensource #rust #mac #cli #tools pic.twitter.com/0znS4HjQCn
— vladkens (@uid127) December 1, 2024
brew install vladkens/tap/macmon
macmon v0.4.0
- Added support for M4 chips #11 (Thanks @hungrydonkey for debugging info)
- More accurate CPU values #10 (Thanks @homm for pointing out the issue)
- BREAKING: Raw command now returns values in JSON format, so macmon can be piped to other programs
コメント