Skip to content
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

Network interface summary does not properly break into multiple lines #8109

Open
kakra opened this issue Aug 24, 2021 · 2 comments
Open

Network interface summary does not properly break into multiple lines #8109

kakra opened this issue Aug 24, 2021 · 2 comments

Comments

@kakra
Copy link

kakra commented Aug 24, 2021

If you are having a lot of network interfaces (e.g., virtual bridges for containers), the text interface of below does some very creative line breaks:

image

It should properly break the columns over to the next line, and it should also indent the next line properly after the Iface (Rx|Tx= label. I'm just guessing here when I say that the same problem probably applies to the block devices (I/O (Rd|Wr)).

@brianc118
Copy link
Contributor

This may not be the exact fix you wanted, but #8180 limited the number of devices to 5 so it should generally not overflow to a second line.

@kakra
Copy link
Author

kakra commented Jun 26, 2023

Well, that's exactly not a fix but rather a work-around. A fix would properly break that into multiple lines. But it's a start, and especially it's a good work-around for the issue it is meant to prevent (having many many disk devices).

Thanks, I guess. It makes reading the stats less confusing. But I think the layout of the header really needs an overhaul.

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

No branches or pull requests

2 participants