Analysis for file system usage

Hi, I’m in need of help to fetch file system usage of /tmp on Linux servers. It would be of great help if someone could share property analysis for the same.

What do you mean by file system usage? How often that directory is accessed?

Thanks for checking. Actually, through another analyses it checks for any core file is present in this file system. If it is, then used space of this file system is required.

I’ve come up with below properties -

used percent of filesystem “/tmp”
((free space of filesystem “/tmp”) / (102410241024)) as string & " GB"

1 Like