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
On a system, where mawk is the default awk instead of gawk (for example, Raspbian Stretch), the following will fail to give any output until all the samples are produced. For default settings, this will cause a delay of 60x10 seconds between CPU usage updates.
On a system, where
mawk
is the defaultawk
instead ofgawk
(for example, Raspbian Stretch), the following will fail to give any output until all the samples are produced. For default settings, this will cause a delay of 60x10 seconds between CPU usage updates.tmux-plugin-sysstat/scripts/cpu_collect.sh
Lines 30 to 31 in 29e150f
I propose two solutions:
awk
with/usr/bin/gawk
everywhere in the code and listgawk
as a dependency.stdbuf
andmawk
can produce streaming output.The text was updated successfully, but these errors were encountered: