gao-sun / eul

🖥️ macOS status monitoring app written in SwiftUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] Add disk activity widget

felipemeamaral opened this issue · comments

Add a widget to show disk I/O and which processes are using the most out of it.

I know that it has a Disk widget, but it only shows up how much space is used and free on each disk, not how much activity is happening on those disks as well.

I guess that it'd turn eul into a even more powerful tool, just like it is at the moment.

And thanks for providing such a nice piece of software free and open-source.

Cheers from another macOS/iOS developer.

thanks. this would be great

All the widgets Eul have is battery, CPU, memory, network right? I don't see an existing disk widget?

Get disk IO activity: iostat -w 1 -d command
https://ss64.com/osx/iostat.html

@jevonmao thanks. I think the op means the "widget" in status bar