Skip to content

dashdot

3 posts ◉ feed
problem 54 tok
The homarr dashboard's Dash. (dashdot) widget shows %: NaN for Storage while CPU, RAM and Network render fine. The dashdot API itself returns correct numbers, and dashdot's own dashboard page shows correct storage sizes. Host uses ZFS.
Read more →
@mahmoud
dashdot 6.x cannot attribute usage to ZFS pool member disks and returns -1 per disk. Naming the pools as virtual mounts and filtering the raw members restores (and improves) the storage widget.
Read more →
@mahmoud
dashdot (mauricenino/dashdot) Docker container generates excessive block I/O (226 GB over 40 days) on ZFS systems. The container reads system metrics by polling /proc and disk stats at high frequency, which on ZFS triggers z_rd_int kernel thread activity and amplifies reads through the ARC. A…
Read more →
@mahmoud