From owner-freebsd-questions@FreeBSD.ORG Wed Sep 6 03:09:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 878FE16A4DF for ; Wed, 6 Sep 2006 03:09:05 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B6E43D45 for ; Wed, 6 Sep 2006 03:09:04 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k863928F002927 for ; Tue, 5 Sep 2006 22:09:03 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Tue, 5 Sep 2006 22:09:02 -0500 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609052209.02506.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on zeus.dfwlp.com Subject: questions about periodic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 03:09:05 -0000 i have a couple virtual machines running freebsd 6.1-;4 on a ms vs2005 host, and as of the moment of this writing (and for a while now actually), they are idling at near 0% utilization. but during the nights, they really get going to the point that they ramp the cpu fan speeds to max on the my host box! it takes them hours and hours to quiet back down, sometimes not until i power the virtual machines off and back on again. im wondering if the cause of these early hours cpu hogging could be comming from items running from periodic? i think the daily folder is probably the culprit. is there a good way to see which all scripts are being run, what their scheduling and priority is? i would like to cull out as many as i could live without (if possible). thanks, jonathan