one of these i have in my analysis
device name of it,used percent of it,mount point of it) of filesystems whose ( device name of it as string contains “mapper” OR mount point of it contains “/tmp” )
(device name of it,used percent of it,mount point of it) of filesystems whose ( device name of it as string contains “mapper” OR mount point of it starts with “/tmp” )
(mount point of it,used percent of it) of filesystems whose ( device name of it as string contains “mapper” OR mount point of it starts with “/tmp” )
then i used the python script to parse and massage the data accordingly.