From owner-freebsd-questions@FreeBSD.ORG Thu Mar 29 18:11:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8850116A405 for ; Thu, 29 Mar 2007 18:11:08 +0000 (UTC) (envelope-from gandalf@designaproduct.biz) Received: from designaproduct.biz (135-shost.hostoffice.hu [195.228.74.135]) by mx1.freebsd.org (Postfix) with ESMTP id 4A26D13C4B0 for ; Thu, 29 Mar 2007 18:11:08 +0000 (UTC) (envelope-from gandalf@designaproduct.biz) Received: from [172.16.0.43] (localhost [127.0.0.1]) by designaproduct.biz (Postfix) with ESMTP id 4183E1DD41C; Thu, 29 Mar 2007 14:03:44 -0400 (EDT) Message-ID: <460C013D.8090002@designaproduct.biz> Date: Thu, 29 Mar 2007 20:11:09 +0200 From: Laszlo Nagy User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Chuck Swiger , freebsd-questions@freebsd.org References: <460BFEC1.2060901@designaproduct.biz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: interpreting uptime output 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: Thu, 29 Mar 2007 18:11:08 -0000 > > A job is a runnable process. The run queue is a list containing the > processes which are runnable at a particular time. Lower numbers > indicate lower CPU load. From "man getloadavg": Hmm. Somebody could modify the man page of uptime and add a reference to getloadavg. Do you think this would be a good improvement? By the way, thank you for the information. Since I have two processors now I know that I do not need to worry below 2.0. :-) Laszlo