Operating System - Tru64 Unix
1752707 Members
5428 Online
108789 Solutions
New Discussion

/usr/sbin/collect received SIGUSR1: forcing data buffer flush

 
Stuart Green
Frequent Advisor

/usr/sbin/collect received SIGUSR1: forcing data buffer flush

Is there any option to prevent these messages being reported in the daemon.log file.

/usr/sbin/collect[459448]: received SIGUSR1: forcing data buffer flush


This is the collect process running currently:
/usr/sbin/collect -i60,120 -f /var/adm/collect.dated/collect -H d0:5,1w -W 1h -M 10,15
1 REPLY 1
Venkatesh BL
Honored Contributor

Re: /usr/sbin/collect received SIGUSR1: forcing data buffer flush

Hi,

Collect sends this signal to itself for flushing the data on to the disk at the specified duration (-W). If you want to prevent this, remove the '-W' option.

rgds,
blv