-
-
Notifications
You must be signed in to change notification settings - Fork 482
Htop 3.4.0-dev not showing CPU percentage on apple silicon #1638
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
Comments
Can you take a look with |
Didn't see precisely where the error is through the screenshot. I have a M2 MacBook Pro with macOS Sequoia and didn't observe error on my side. |
This is an actual problem on Apple silicon. I checked all the commits that touched |
htop-dev#1638) This reverts commit 802494f.
I reverted my previous commit. Now it shows a more reliable cpu percentage at a process level (or at least consistent with 3.3.0). % file htop
htop: Mach-O 64-bit executable arm64 so perhaps it should be enough ...
else {
// No workarounds needed, use the OS-provided value.
mach_timebase_info(&info);
}
... |
The |
htop-dev#1638) This reverts commit 802494f.
The title of this issue wasn't quite intuitive to me so I didn't spot that what I reported in #1664 is likely a duplicate of this issue here. In my case I do see percentages for CPU, it's just that they are way too small since version 3.4.0 and on Apple silicon. Is that what this issue here is about? Why does it say "not showing percentage" when it is showing?
That was also my issue, took me a while to identify the duplicate. I've got a GIF showing top vs htop showing that CPU reported by htop is ~40x too small: @BenBE The question label should be removed, I have the exact same issue, with homebrew and source compiled 3.4.0. |
Is there a release date for this fix? |
Details are in #1643, which won't be merged as is, as it reverts from one broken state to another broken state instead of providing an actual improvement … |
Uh oh!
There was an error while loading. Please reload this page.
Since upgrading to
3.4.0-dev
, htop won't show CPU percentages on the processes' list.sudo htop

I'm running macOS Sequoia 15.3.2 (24D81) on an M4 Pro Macbook
This issue had been reported and fixed before, here #622. Maybe a resurgence?
The text was updated successfully, but these errors were encountered: