-
Notifications
You must be signed in to change notification settings - Fork 142
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
Double-digit thread support #40
Comments
@xxxserxxx are you planning to work on this? 🤔 (just got a notif, so i was curious.) (i’m definitely willing to help test.) |
@ionlights Yes, I am. Here's a bit of copypasta, since this question is (understandably) coming up frequently: Caleb is not maintaining gotop any longer, but also doesn't want anybody else maintaining his repository, nor is he comfortable with moving issues. I'm continuing development and maintenance of gotop, so I've forked and copied the tickets so that I can keep working on them. See this issue for more information. |
@ionlights there have been new releases, as well. |
@ionlights I think I understand what you mean. You want to see a layout like this:
Or were you thinking of something different? In the meantime, can you check out a recent release and see if the ability to define your own layouts helps? If you download a binary, download this file and save it to The |
So, that layout is correct. I think something that might be useful (though probably harder) would be to adapt based on the screen-size. e.g.
Though I'd probably classify this as a "stretch" implementation. I'll also give your proposed interim solution a look in a few minutes as well. Thanks for doing this! 😃 |
@ionlights hi John. This isn't in the 3.5 branch -- the one you're using for NVidia. I try to keep the "Milestone" field (on the left here in Github) accurate; as you can see, this was fixed in the 4.0 branch, which hasn't yet been released. If you try that branch and it still doesn't work, do let me know. Sorry for the confusion. |
Ahh. Okay. Wasn’t sure since I saw it closed. Will checkout v4 in a few days and lyk if anything breaks. 🙂 |
i don't believe there's an issue related to this, but definitely close and link if there is. 😅
i have a TR1920X, which has 24-threads. running
gotop -p
, will list all the threads, however, i typically can't see more than the first 12 or so unless i fully maximize the window.*would it be possible to adaptively place the cpus? (meaning, if the window which lists the cpus is able to "detect" an overflow, it repaints as a column?)
i know that i would take a temporal update hit to have that – meaning if it reduces the update frequency, that's definitely an acceptable trade-off, imo. (or maybe we can pass a flag?)
Original ticket cjbassi#158
Original submitter @ionlights
The text was updated successfully, but these errors were encountered: