This script provides a real-time monitoring tool for system metrics, including CPU and GPU usage, as well as process information, specifically tailored for Apple Silicon Macs. It utilizes the powermetrics command for data collection and the rich library to display this information in a visually appealing console interface.
- Real-time CPU and GPU usage monitoring.
- Process information display.
- Visual layout using the
richconsole library.
- Python 3.x
- macOS with Apple Silicon.
- The
richPython library.
git clone [repository-url]
cd [repository-folder]pip install richRun the script using Python:
sudo python3 main.pyEnsure you have the necessary permissions to execute the powermetrics command.
No additional configuration is required. The script is ready to run as is, assuming all dependencies are met.
Contributions to this project are welcome. Please fork the repository and submit a pull request for any enhancements, bug fixes, or improvements.
This project is licensed under the MIT.