gsass1 / NTop

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

Could you please add disk usage for each process in this program #3

Closed tlsalex closed 5 years ago

tlsalex commented 5 years ago

Hello ,

With GUI task manager , we can see CPU, memory , disk usage for each process. But in your current program , it miss disk usage for each process, Will it possible to add it to this program for you ?

Of course , it is still very very cool without that part to windows platform. Hope to have good news from you!

BR

gsass1 commented 5 years ago

I'll see if I can do it. My bet is using https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-getprocessiocounters but no idea if it'll work as expected.

gsass1 commented 5 years ago

It's now in https://github.com/Nuke928/NTop/releases/tag/v0.3.0!

gsass1 commented 5 years ago

Actually I forgot something and introduced a bug. Nvm.

tlsalex commented 5 years ago

Sorry , I am not a program developer, could you please compile your code into a binary executable file. and release under you REPO.

one more things , I hear one user said that this tool only works well on cmd and has weird display in PowerShell. Could you please also check that mater. See here for more detail . https://github.com/PowerShell/PowerShell/issues/9452

Thank you

gsass1 commented 5 years ago

As soon as I fix the bug I'll release the new binary!

And I wasn't aware of that. I'll try fixing that.

gsass1 commented 5 years ago

https://github.com/Nuke928/NTop/releases/tag/v0.3.0