samoshkin / tmux-plugin-sysstat

Prints CPU usage, memory & swap, load average, net I/O metrics in Tmux status bar
MIT License
157 stars 48 forks source link

Not Working Under Mojave. Failed Under 10.11.6 #12

Open faxotherapy opened 5 years ago

faxotherapy commented 5 years ago

Hi, thanks for your plug-in. Great tool! Unfortunately, it does not work under Mojave. Further, on El Capitan 10.11.6, nothing work except load average.

ferreria23 commented 5 years ago

I'm on Mojave 10.14.4 and the only thing that is not working is the CPU stats.

sharumpe commented 5 years ago

Same here: only thing not working is the CPU stats, on Sierra 10.12.

Looks like stdbuf isn't available on MacOS X at least by default in the standard PATH.

NathanielInman commented 4 years ago

I was able to solve the issue by brew install coreutils and reloading tmux so that stdbuf is available for the script. Looks like there's a PR to resolve the issue by not referencing stdbuf here so others won't need to instal coreutils.