Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with macOS Ventura #43

Closed
johnnynunez opened this issue Oct 9, 2022 · 23 comments
Closed

Not working with macOS Ventura #43

johnnynunez opened this issue Oct 9, 2022 · 23 comments

Comments

@johnnynunez
Copy link

johnnynunez commented Oct 9, 2022

powermetrics: unrecognized sampler: bandwidth

M1 MAX

@dehydratedpotato
Copy link

This problem has also occurred at issue #41...

@jerjer1223
Copy link

not working for me either

@mmatook
Copy link

mmatook commented Oct 25, 2022

Same here with the public release version of Ventura 13.0 on an M1 Max.

@splicedwdm
Copy link

Would appreciate instructions for a fix also.

@november1118
Copy link

Same here.

2020 MBP M1

@zfyao666
Copy link

Same here.
macOS Ventura
2020 MBA M1

@tzakharko
Copy link

tzakharko commented Oct 26, 2022

It seems Apple has removed DRAM statistics in powermetrics, which is why asitop breaks. They also changed the wording (it's now 'total power' instead of 'package power', which kind of makes sense as I suspect that powermetrics never really reported package power on Apple Silicon).

@zfyao666
Copy link

It seems Apple has removed DRAM statistics in powermetrics, which is why asitop breaks. They also changed the wording (it's now 'total power' instead of 'package power', which kind of makes sense as I suspect that powermetrics never really reported package power on Apple Silicon).

So we need to wait the developer change the code or wording in asitop?

@tzakharko
Copy link

From what I see there is already a patch, they are just working out the details

#44

@zfyao666
Copy link

OK, thanks for your comments. I will follow up on this patch.

@sbstndalton
Copy link

powermetrics: unrecognized sampler: bandwidth

M1 MAX

Same here, M2 MacBook Air, Ventura 13.0 Public Release

@JeremyHash
Copy link

me too😅

@johnnynunez
Copy link
Author

download https://github.com/SuperKenVery/asitop zip
pip install asitop-main.zip

@ghost
Copy link

ghost commented Nov 2, 2022

Hi John,

Thanks for your kind support for this project.

Would you kindly tell if there is any difference between this solution and simply upgrading to next released version.

Thanks

@mikumi
Copy link

mikumi commented Nov 3, 2022

@johnnynunez

download https://github.com/SuperKenVery/asitop zip pip install asitop-main.zip

Thanks a lot for providing this! Unfortunately I'm not very familiar with neither powermetrics nor python, so I can't really debug. But I have noticed something interesting: it seems the package power can be lower than the CPU power, which shouldn't be possible I guess?

For demonstration purposes I ran Cinebench and captured the asitop output in the following screenshot:

Screenshot 2022-11-03 at 5 30 21 PM

@vladkens
Copy link

vladkens commented Nov 3, 2022

@johnnynunez thanks a lot.

An even simpler way to install a temporary solution for MacOS Ventura:

pip uninstall -y asitop
pip install git+https://github.com/SuperKenVery/asitop.git

@UMANGHARDY
Copy link

OK, thanks for your comments. I will follow up on this patch.

how to do it?

@sbstndalton
Copy link

@johnnynunez

download https://github.com/SuperKenVery/asitop zip pip install asitop-main.zip

Thanks a lot for providing this! Unfortunately I'm not very familiar with neither powermetrics nor python, so I can't really debug. But I have noticed something interesting: it seems the package power can be lower than the CPU power, which shouldn't be possible I guess?

For demonstration purposes I ran Cinebench and captured the asitop output in the following screenshot:

Screenshot 2022-11-03 at 5 30 21 PM

How did you make it look like that? I'm not very versed in the usage besides the basic terminal commands.

@mikumi
Copy link

mikumi commented Nov 5, 2022

How did you make it look like that? I'm not very versed in the usage besides the basic terminal commands.

That's tmux, running three terminals with asitop at the top left, top at the top right, and htop at the bottom.

@molekulek
Copy link

molekulek commented Nov 12, 2022

ASITOP - Performance monitoring CLI tool for Apple Silicon
You can update ASITOP by running pip install asitop --upgrade
Get help at https://github.com/tlkh/asitop
P.S. You are recommended to run ASITOP with sudo asitop

[1/3] Loading ASITOP

[2/3] Starting powermetrics process

[3/3] Waiting for first reading...

powermetrics: unrecognized sampler: bandwidth

Still not working

M1 Ultra

@usc2019
Copy link

usc2019 commented Nov 20, 2022

@johnnynunez

download https://github.com/SuperKenVery/asitop zip pip install asitop-main.zip

Thanks a lot for providing this! Unfortunately I'm not very familiar with neither powermetrics nor python, so I can't really debug. But I have noticed something interesting: it seems the package power can be lower than the CPU power, which shouldn't be possible I guess?
For demonstration purposes I ran Cinebench and captured the asitop output in the following screenshot:
Screenshot 2022-11-03 at 5 30 21 PM

How did you make it look like that? I'm not very versed in the usage besides the basic terminal commands.

I have the same question,How did you do it?

@mikumi
Copy link

mikumi commented Nov 22, 2022

I have the same question,How did you do it?

Please see my reply above 🙃

@johnnynunez
Copy link
Author

working now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests