Re: link to grafana dashboard with osd / host % usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Marc,

I don't have a link to a dashboard, but since the "node_filesystem" metrics are already available, you could simply add a panel to an existing grafana dashboard and add this expression:

100 - ((node_filesystem_avail_bytes{instance="$node",job="$job",device!~'rootfs'} * 100) / node_filesystem_size_bytes{instance="$node",job="$job",device!~'rootfs'})

As for the OSDs, those utilization states are shown in the Ceph dashboard or with 'ceph osd df'. I'm not sure if anybody has added that as a panel to grafana.

Regards,
Eugen

Zitat von Marc <Marc@xxxxxxxxxxxxxxxxx>:

Is there an existing grafana dashboard/panel that sort of shows the % used on disks and hosts?
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx


_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux