[Clamav-users] Clamd reload cpu loading

2007-03-18 Thread Dennis Peterson
I wrote a short perl script to send a command to clamd's Unix socket to force 0.90.1 clamd to reload: #!/usr/local/bin/perl use IO::Socket::UNIX; $clamSocket = "/var/spool/clamav/clamd.socket"; $timeout = 60; $mysock = new IO::Socket::UNIX(Type => SOCK_STREAM, Timeout => $timeout,

Re: [Clamav-users] Clamd reload cpu loading

2007-03-24 Thread Török Edvin
On 3/19/07, Dennis Peterson <[EMAIL PROTECTED]> wrote: And I notice that the cpu usage approaches 90% for nearly 60 seconds - Does it behave the same when you start clamd? ramping up to max in about 10 seconds, holding for about 30 seconds, then backing down. It's reading the databases, of co