Linux command
macmon 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the system monitor
macmon
Output metrics as JSON
macmon pipe
Set update interval
macmon -i [ms]
说明
macmon is a sudoless performance monitoring tool for Apple Silicon processors. It displays real-time CPU, GPU, and Apple Neural Engine (ANE) power usage, CPU utilization per cluster, RAM/Swap usage, temperature, and historical charts with average and max values. It uses an undocumented Apple API (the same used by powermetrics) to access system metrics without requiring sudo. The tool includes 6 switchable color themes.
参数
- -i, --interval _MS_
- Update interval in milliseconds (default: 1000).
- pipe
- Output metrics in JSON format for piping to other tools.
- debug
- Print debug information.
FAQ
What is the macmon command used for?
macmon is a sudoless performance monitoring tool for Apple Silicon processors. It displays real-time CPU, GPU, and Apple Neural Engine (ANE) power usage, CPU utilization per cluster, RAM/Swap usage, temperature, and historical charts with average and max values. It uses an undocumented Apple API (the same used by powermetrics) to access system metrics without requiring sudo. The tool includes 6 switchable color themes.
How do I run a basic macmon example?
Run `macmon` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -i, --interval _MS_ do in macmon?
Update interval in milliseconds (default: 1000).