UeiWang
UeiWang
I'll try to implement `Platform_getDiskIO` for Darwin. This may take some time, since I'm kind of busy recently.
@pbrena you can now test the Disk IO Meter for Darwin by building the latest commit of #1228 (if your local repository is already configured, run `./autogen.sh` and `./configure` before...
I'll also work on the Network IO Meter for Darwin :)
> Hello Uei, > Here I attach some screenshots of Htop dev and macos disk activity monitor, to show htop indeed often reports above 100% (even 2000%, that looks strange)......
I used `fprintf` to print the values of relevant variables (for the source code see branch `debug` of [UeiWang/htop](https://github.com/UeiWang/htop), for sample debug outputs which reproduce the bug see [diskio.log](https://github.com/htop-dev/htop/files/11343761/diskio.log)), and...
Thank you for you help! > The output to the user then tries to convert that difference of milliseconds to a percentage value. Instead you would need to calculate the...