Mirobit / bitcoin-node-manager

:bar_chart: Lightweight dashboard and control system for bitcoin nodes
MIT License
122 stars 62 forks source link

Peer traffic information #19

Closed mcjoshea closed 3 years ago

mcjoshea commented 4 years ago

Could we have a way of seeing both uploaded and downloaded traffic for each individual peer on the peers page? Currently all we see is one traffic figure per peer. Something as simple as separate traffic in and traffic out columns would be great.

Mirobit commented 3 years ago

I have been think about some time about displaying more information about peers. I just not sure I can squeeze in another column. A tooltip/popover or a modal could be a solution.

Mirobit commented 3 years ago

You can now (93453d5) hover over the traffic of a peer to see more detailed traffic information. I am still thinking about separated rows, but than you need three rows.

mcjoshea commented 3 years ago

Thanks for adding it. Really useful to have.

The change seems to have altered the cell formatting for me. Somehow the ISP column has shrunk so the row height has increased.

New:

image

Old:

image

I'm using Chrome Version 87.0.4280.88 (Official Build) (64-bit). Zoom set to 100% for both Resolution set as 1680 x 1050

Does it look the same for you?

Mirobit commented 3 years ago

I noticed the same but actually tried to fix that with the update. But on a smaller screen it did the opposite. Let me know if it is fixed now (ea9aae0).

mcjoshea commented 3 years ago

Looks good now.

image

Thanks.