01 Sep 2025
06:17 AM
- last edited on
09 Sep 2025
11:14 AM
by
GosiaMurawska
what metrics displays disk utilization of disk path in linux host for the command df -k
Solved! Go to Solution.
01 Sep 2025 07:55 AM
Hi,
You can check here disk metrics provided by OneAgent.
Best regards
06 Sep 2025 09:44 AM
IMO you can try and play around with the metrics @AntonPineiro point to, put them together in a dashboard, something like:
builtin:host.disk.used:filter(and(or(in("dt.entity.host",entitySelector("type(host),osType(~"LINUX~")"))))):splitBy("dt.entity.host","dt.entity.disk"):names:sort(dimension("dt.entity.host.name",descending))
+ builtin:host.disk.avail:filter(and(or(in("dt.entity.host",entitySelector("type(host),osType(~"LINUX~")"))))):splitBy("dt.entity.host","dt.entity.disk"):names:sort(dimension("dt.entity.host.name",descending))
builtin:host.disk.used:filter(and(or(in("dt.entity.host",entitySelector("type(host),osType(~"LINUX~")"))))):splitBy("dt.entity.host","dt.entity.disk"):names:sort(dimension("dt.entity.host.name",descending))
builtin:host.disk.avail:filter(and(or(in("dt.entity.host",entitySelector("type(host),osType(~"LINUX~")"))))):splitBy("dt.entity.host","dt.entity.disk"):names:sort(dimension("dt.entity.host.name",descending))
builtin:host.disk.free:filter(and(or(in("dt.entity.host",entitySelector("type(host),osType(~"LINUX~")"))))):splitBy("dt.entity.host","dt.entity.disk"):names:sort(dimension("dt.entity.host.name",descending))
and get the follows
And also upgrade it to a new dashboard
HTH
Yos
08 Sep 2025 07:26 AM
@Yosi_Neuman thank you for your answer.
Is it possible to view this data in dynatrace by default instead of dashboard creation?
08 Sep 2025 08:31 PM
Not sure that I understand your question but take a look at the analyze disk part of hosts classic
Or add the Disk Analytics extension and check its dashboard
HTH
Yos