How can I change the CPU metrics to reflect a percentage of my total cpu capacity, not whatever it's based off of currently? #1563
Answered
by
ClementTsang
philocalyst
asked this question in
Q&A
-
I've noticed that the cpu usage display will be much higher than the current average usage. I don't know how to configure bottom to display it out of my total CPU capacity like in other programs (like btop) Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
ClementTsang
Aug 21, 2024
Replies: 2 comments 6 replies
-
Sorry, which widget is this for? The CPU widget? Or the processes widget? And can you show an example of what you mean? As bottom should be displaying things like process CPU usage based on total CPU by default. |
Beta Was this translation helpful? Give feedback.
6 replies
-
That's awesome! I did seriously look through the docs, I think the biggest
issue with them currently is how configuration variables outside of a widget
can impact that widget. I feel like a backlinks-like system could be effective
when you're looking at the config options for a widget, or even just giving
widgets associated with an option in its main description.
Just suggestions! Love the tool, definitely my favorite top clone (is that
respectful?).
…On {20.08.2024 10:50}, Clement Tsang wrote:
Glad you got it working! Also gave me some insight on some things to improve on with the config system and docs.
--
Reply to this email directly or view it on GitHub:
#1563 (reply in thread)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
current_usage = true
will make the reported process CPU% based on the current total CPU usage, not its max capacity - so it can report process CPU as being much higher than what the CPU widget's average is reporting. Could you try setting that to false and letting me know if that gives you what you want?