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
The displayed network speeds jump wildly sometimes, e.g. from 50 MB/s to 1 MB/s then back to 50 MB/s. This seems to happen when the status bar is updated frequently, leading me to suspect the network speeds are miscalculated if the status bar is updated more often than specified in the tmux status-interval setting. The tmux-net-speed plugin seems to have the same issue: tmux-plugins/tmux-net-speed#13
The text was updated successfully, but these errors were encountered:
Hi @eliyen, I've just updated the code to calculate the interval rather than relying on the maximum interval of tmux. Can you please try to update the plugin to see if problem still happens? The change is here: 9db90cc
I tested this on several downloads and it seems to have fixed the issue. I'm not seeing huge jumps in the displayed network speeds. Thanks for the fast fix!
The displayed network speeds jump wildly sometimes, e.g. from 50 MB/s to 1 MB/s then back to 50 MB/s. This seems to happen when the status bar is updated frequently, leading me to suspect the network speeds are miscalculated if the status bar is updated more often than specified in the tmux status-interval setting. The tmux-net-speed plugin seems to have the same issue: tmux-plugins/tmux-net-speed#13
The text was updated successfully, but these errors were encountered: