Skip to content

slabtop: implemented tui #371

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Krysztal112233
Copy link
Collaborator

@Krysztal112233 Krysztal112233 commented Mar 27, 2025

fix #190

This pr also implemented refresh by space and exit by q, but not implemented -o flag: due to performance considerations, only a portion of the list will be rendered at this time.

@cakebaker
Copy link
Contributor

cakebaker commented Mar 27, 2025

Yep, there is definitely some performance issue, it constantly uses ~70% of CPU on my machine ;-)

@Krysztal112233
Copy link
Collaborator Author

CPU usage is now reduced by slowing down the redraw speed, but redrawing is still triggered once the window size is changed.

But I think it's as expected, as it avoids confusing TUI output :)

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

Successfully merging this pull request may close these issues.

Add TUI for command slabtop
2 participants