tmux-plugin-sysstat
tmux-plugin-sysstat copied to clipboard
Prints CPU usage, memory & swap, load average, net I/O metrics in Tmux status bar
stdbuf is not available on osx so flush the output using fflush in awk.
I am running a multiprocessing program.  After the program runs, the display stays at 0.0%, and only after a few minutes does it show 9.5%, and it doesn't change...
Hi, cpu usage is always at 0.0%. I reduced sampling time to 1 second and ran a build process. This still doesn't change the output. I also tried to redirect...
https://github.com/samoshkin/tmux-plugin-sysstat/issues/5 ### Environment * OSX Sierra 10.12.6 * zsh 5.2 (x86_64-apple-darwin16.0) * coreutils: stable 8.29 (bottled) ### Problems `iostat` intervals are buffered-- even while using `stdbuf`-- until all intervals are...
- sysstat_cpu outputs 0.0%, no change, but I use {cpu_percentage} from another plugin here. - the same config worked before on another device with Linux Ubuntu 20.04. Am I missing...
Memory not printed under OS X Big Sur, even with coreutils installed :-(
some system (as lease centos 7 and ubuntu 10.04) will detect ' if command_exit "ls" ;then xxx' wrong, because it return true or something, this will cause detect command mistake
I have a relatively simple request, I'd like an option to trim floating points from CPU percentage as they add no value to me and make the percentage harder to...
Added this options. ``` @sysstat_cpu_pused_format @sysstat_mem_pused_format @sysstat_mem_pfree_format ```
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*.