Re: The LUN mapped for Nagios is utilizing huge IO
Posted: Thu Mar 19, 2015 3:45 am
THe file count is
ls /usr/local/nagios/var/spool/xidpe/ | wc -l
911506
I am trying to tar it.so at least it could use less space, but b'coz of it's huge size tar or zip both get stucks at some point.
One more thing i am not able t understand when i zipped xidpefiles..below are compare results
no of file in /usr/local/nagios/var/spool/xidpe : 911506
no of files in zip file : wc -l file.zip -2993397 file.zip
Size of /usr/local/nagios/var/spool/xidpe : 14G
Size of file.zip : du -mh file.zip : 844M file.zip
ls /usr/local/nagios/var/spool/xidpe/ | wc -l
911506
I am trying to tar it.so at least it could use less space, but b'coz of it's huge size tar or zip both get stucks at some point.
One more thing i am not able t understand when i zipped xidpefiles..below are compare results
no of file in /usr/local/nagios/var/spool/xidpe : 911506
no of files in zip file : wc -l file.zip -2993397 file.zip
Size of /usr/local/nagios/var/spool/xidpe : 14G
Size of file.zip : du -mh file.zip : 844M file.zip