From owner-freebsd-questions Sat Mar 23 21:34:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow057o.blueyonder.co.uk [195.188.53.94]) by hub.freebsd.org (Postfix) with ESMTP id 8279837B419 for ; Sat, 23 Mar 2002 21:34:45 -0800 (PST) Received: from pcow057o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 24 Mar 2002 05:34:44 +0000 Received: from cream.org (unverified [62.31.80.192]) by pcow057o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id ; Sun, 24 Mar 2002 05:34:44 +0000 Message-ID: <3C9D65B4.1000602@cream.org> Date: Sun, 24 Mar 2002 05:35:48 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: LEDAMAY speakeasy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PERL References: <00a501c1d2ac$ad0e7be0$3866fed8@Leda500> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG LEDAMAY speakeasy wrote: > Anyone know how I can track down the flood of perl listed below? I > have tried adding ScriptLog /tmp/script.log to the httpd.conf and > restarting but the file is never created... Is that the right syntax? > > It is one of the hosted sites and are to many to try and find it.. > > > > Please lemme know if ya know how... > > Ledam@speakeasy.org > > > > > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU > COMMAND > 59722 nobody 60 0 2284K 1664K RUN 0:00 0.44% 0.10% perl > 59727 nobody 60 0 2292K 1676K RUN 0:00 0.54% 0.10% perl > 59753 nobody 58 0 2196K 1580K RUN 0:00 1.03% 0.10% perl > 59717 nobody 60 0 2192K 1576K RUN 0:00 0.44% 0.10% perl > 59759 nobody 58 0 2160K 1536K RUN 0:00 1.03% 0.10% perl > Does 'ps -U nobody' show all of nobody's processes with command lines? Perhaps then you can see what the full command line used to start perl was and hence which file is causing the problem. Andrew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message