From owner-cvs-src@FreeBSD.ORG Fri Oct 21 17:10:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B72216A420; Fri, 21 Oct 2005 17:10:10 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD2FD43D46; Fri, 21 Oct 2005 17:10:09 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 7BD8EBC84; Fri, 21 Oct 2005 17:10:07 +0000 (UTC) To: Andre Oppermann From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 21 Oct 2005 18:14:54 +0200." <435913FE.774C683D@freebsd.org> Date: Fri, 21 Oct 2005 19:10:07 +0200 Message-ID: <31030.1129914607@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Subject: Re: Timekeeping [Was: Re: cvs commit: src/usr.bin/vmstat vmstat.c src/usr.bin/w w.c] X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 17:10:10 -0000 In message <435913FE.774C683D@freebsd.org>, Andre Oppermann writes: >> Again, if you have been sitting in DDB, what exactly is the definition >> of "uptime" ? > >IMO it's this: > > Uptime is the time the operating was available to present it's common > services to userland. That excludes any suspend and ddb times. Single > user mode however counts because the OS was servicing userland even if > there was only one user. Uptime is represented in SI seconds. I can live with this definition. So now we just need to be able to reliably measure the "not-uptime". -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.