You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ctop avoids the expense of rendering per-row widgets when they are off-screen. As a result, the view and all displayed widgets must be re-aligned and re-drawn when scrolling through pages.
<pgup> and <pgdown> do mitigate this slightly by allowing page scrolling.
If I hold down the 'j' key on the main screen to scroll through the container list, I can convince 'ctop' to spike CPU usage.
What I expected: 'j' key to move to next line is an inexpensive operation, as is 'k' to move up.
What I got: CPU usage of
ctop
peaked at 80% during operations, then returned quickly to zero.How invoked:
ctop
shell script on macos 10.11.6, docker Version 17.04.0-ce-mac7 (16352) / Channel: edge / b598153e23The text was updated successfully, but these errors were encountered: