From owner-freebsd-questions@FreeBSD.ORG Wed May 27 14:51:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B1E9106573B for ; Wed, 27 May 2009 14:51:10 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9213C8FC0C for ; Wed, 27 May 2009 14:51:09 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4REov8b052254; Wed, 27 May 2009 16:50:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4REouIQ052251; Wed, 27 May 2009 16:50:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 27 May 2009 16:50:56 +0200 (CEST) From: Wojciech Puchar To: Polytropon In-Reply-To: <20090527052335.7a71bfc6.freebsd@edvax.de> Message-ID: References: <4A1CB002.9070904@ibctech.ca> <20090527052335.7a71bfc6.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Steve Bertrand , "freebsd-questions@freebsd.org Questions -" Subject: Re: Another uptime story 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, 27 May 2009 14:51:11 -0000 > Maybe there's a way of patching the uptime utility that it adds > the previous uptime of the system (since last shutdown) to the > actual uptime. I know this denies everything uptime stands for, > let's call it accumulated uptime. :-) if it will add only in case of clean shutdown - it would be good. Mean time between failure (unplanned downtime, crash etc.) is important. for example i only once reached 100 days in one of my server, but all downtimes are because: - i did clean shutdown - there was long power outage (quite common that place).