Sonelli / juicessh-performancemonitor

A JuiceSSH plugin for monitoring linux servers
Apache License 2.0
652 stars 237 forks source link

Feature: iostats #8

Open tripflex opened 10 years ago

tripflex commented 10 years ago

Would be nice to replace disk space with io stats like iowait or disk read and write :1

shoeper commented 10 years ago

+1

PaulMaddox commented 10 years ago

Great idea - the stats would need to be obtained via a method available on most systems (ie, use /proc rather than third party applications like iostat/sar that might not be installed).

Feel free to have a go at implementing it and submit a pull request