MauriceNino / dashdot

A simple, modern server dashboard, primarily used by smaller private servers
https://getdashdot.com/
MIT License
2.53k stars 95 forks source link

[Feature] Disk IO or Read/Write activity on a dashboard #1047

Closed GAS85 closed 5 months ago

GAS85 commented 5 months ago

Description of the feature

Hey, really would like to see disk IO activity on a board as summery and per disk. I can already see it with simple iostat -m -z 2 command, e.g.:

docker exec dash iostat -m -z 2
Device:            tps    MB_read/s    MB_wrtn/s    MB_read    MB_wrtn
sdd               9.50         0.00         0.07          0          0
sdd3              9.50         0.00         0.07          0          0
dm-0             18.50         0.00         0.07          0          0

Additional context

No response

GAS85 commented 5 months ago

Sorry, searched bad... It is duplicate of #1042