tmux-plugin-sysstat
tmux-plugin-sysstat copied to clipboard
Prints CPU usage, memory & swap, load average, net I/O metrics in Tmux status bar
Small fix on checking whether `vmstat` exists. `vmstat` would never run otherwise.
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....
It may be rare in most cases, but I sometimes do see a load of 0.00 in my `uptime`, but it's displayed by this plugin as `0`. That seems inconsistent...
Feature request to add hard drive storage stats. ie. free space & total
This is just a quick one - I love this wee plugin! How would I go about padding the CPU and MEM % outputs? I'd like them to always take...