tmux-plugins / tmux-cpu

Plug and play cpu percentage and icon indicator for Tmux.
MIT License
426 stars 65 forks source link

use mpstat first #41

Closed nicky-zs closed 4 years ago

nicky-zs commented 4 years ago

mpstat is better than iostat on checking CPU usages. mpstat works with WSL on Win10 but iostat doesn't. mpstat makes no calls to disk APIs but iostat does.

nicky-zs commented 4 years ago

mpstat is still not the perfect one. I'll close this PR.