vladkens / macmon

🦀⚙️ Sudoless performance monitoring for Apple Silicon processors. CPU / GPU / RAM usage, power consumption & temperature 🌡️
MIT License
213 stars 6 forks source link

Qustion regarding perfomance #3

Closed Ox3rror closed 2 months ago

Ox3rror commented 3 months ago

Hello,

First of all sorry for this dumb questions, I have Mac air m1 8gb, if i install this , does it affect perfomance?

Thanks.

vladkens commented 2 months ago

Hi, @Ox3rror

Hi. The application consumes 5 MB of memory and causes a small CPU load of 1-1.5% (because it collects metrics once per second).

You can change the refresh interval with the -i parameter: macmon -i 2000 (2 sec interval, 1 sec by default).

In general, this is probably one of the lowest resorces consumption in programs of that sort.

The only limitation I would highlight is that if you are running on battery, it is better not to keep the program on all the time, because it will discharge the battery a bit faster.