gsass1 / NTop

💻 htop-like system-monitor for Windows with Vi-keybindings.
GNU General Public License v3.0
1.23k stars 69 forks source link

Add system load average calculation #20

Open rkttu opened 4 years ago

rkttu commented 4 years ago

In htop, there is a system load average value indicators. Due to the platform's missing feature, it could be not easy to calculate and display system load average values in Windows. But recently I found someone implemented this feature in Windows with Python.

I wish if you can add this feature to Ntop utility.

https://github.com/giampaolo/psutil/blob/1358fb7d734878b7e238c39af93ec19dfbe7c77e/psutil/arch/windows/wmi.c https://github.com/giampaolo/psutil/pull/1485 https://psutil.readthedocs.io/en/latest/#psutil.getloadavg