vladkens / macmon

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

showing high E-CPU and probably P-CPU too #9

Closed GregGorman closed 1 week ago

GregGorman commented 1 month ago

macmon is continuously showing 40%+ E-CPU while glances and activity mon are showing < 5%

m3max_sequoia_15_0_1 m3max_sequoia_15_0_1_activity_mon
vladkens commented 1 month ago

Hi @GregGorman. As I remember, the M3 Max may have something called DOWN state for cores, so I think the numbers are not correct because of that.

Can you help me with debugging? I added extra log in v0.3.2.

Could you please update macmon with:

brew update && brew upgrade macmon

and run:

macmon debug

I need first two blocks AppleARMIODevice and IOReport

GregGorman commented 1 month ago

macmon_debug.txt

Here you go

GregGorman commented 1 month ago

i do like the gauge view, makes it easy to focus on the now vs the sparkline history view.

vladkens commented 1 month ago

@GregGorman thanks for the debug log, it helped a lot.

I've released a fix in v0.3.3. Please try it:

brew update && brew upgrade macmon
GregGorman commented 1 month ago

Works great now! Yeah, I see how you needed that log file.

Screenshot 2024-10-27 at 3 00 56 PM
vladkens commented 3 weeks ago

@GregGorman Glad it's working well now. Thanks for the logs, that helped.

Can I close the issue?