cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What disk usage metrics does the df -k command show for a given path on a Linux system?

Arunkumarbnp
Helper

what metrics displays disk utilization of disk path in linux host for the command df -k

4 REPLIES 4

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You can check here disk metrics provided by OneAgent.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Yosi_Neuman
DynaMight Guru
DynaMight Guru

Hi @Arunkumarbnp 

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

Yosi_Neuman_1-1757147813330.png

Yosi_Neuman_2-1757147847736.png

And also upgrade it to a new dashboard 

Yosi_Neuman_3-1757148222161.png

HTH

Yos 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

@Yosi_Neuman thank you for your answer.

Is it possible to view this data in dynatrace by default instead of dashboard creation?

Hi @Arunkumarbnp 

Not sure that I understand your question but take a look at the analyze disk part of hosts classic 

Yosi_Neuman_0-1757359712017.png

Or add the Disk Analytics extension and check its dashboard

Yosi_Neuman_1-1757359777107.png

HTH

Yos

 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Featured Posts