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

Issues with running in MacOS Ventura Beta #34

Open
xiaoqianWX-alt opened this issue Jul 28, 2022 · 4 comments
Open

Issues with running in MacOS Ventura Beta #34

xiaoqianWX-alt opened this issue Jul 28, 2022 · 4 comments

Comments

@xiaoqianWX-alt
Copy link

% sudo asitop
Password:

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...

Assertion failed: (num_resids == (uint32_t)IOReportStateGetCount(sample)), function read_cluster_power_stats_sample, file cpu_power_arm.c, line 245.

@samuelhe52
Copy link

I have exactly the same problem, and I'm also running asitop in MacOS Ventura Beta.
Hope the developer can solve the issue...

@dehydratedpotato
Copy link

dehydratedpotato commented Jul 31, 2022

@xiaoqianWX @samuelhe864 This is an issue with the command asitop calls, powermetrics; not asitop itself. I can tell as the error ties to the IOReport (a private api used by powermetrics) and a file called cpu_power_arm.c (a part of powermetrics).

This issue is nothing the developer can fix and is a problem with macOS/IOReport.

@bazley82
Copy link

% sudo asitop Password:

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...

Assertion failed: (num_resids == (uint32_t)IOReportStateGetCount(sample)), function read_cluster_power_stats_sample, file cpu_power_arm.c, line 245.

@xiaoqianWX @samuelhe864 This is an issue with the command asitop calls, powermetrics; not asitop itself. I can tell as the error ties to the IOReport (a private api used by powermetrics) and a file called cpu_power_arm.c (a part of powermetrics).

This issue is nothing the developer can fix and is a problem with macOS/IOReport.

This has now been fixed in the latest beta update and is now working correctly

@simon300000
Copy link

simon300000 commented Jun 10, 2023

Happened again with Sonoma beta, really wondering what is Apple doing with powermetrics

(MacBook Pro 16 M2 Pro)

Assertion failed: (num_resids == (uint32_t)IOReportStateGetCount(sample)), function read_cluster_power_stats_sample, file cpu_power_arm.m, line 256.

some extra lines there 👀

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

5 participants