From owner-freebsd-questions@freebsd.org Fri Mar 11 23:47:18 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6F67ACD517 for ; Fri, 11 Mar 2016 23:47:18 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AE4A25E for ; Fri, 11 Mar 2016 23:47:18 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=9lr8lbv2oJGruiaYYnve7+qDq73XlwMmwuXZezi+gW0=; b=GeNm3ejIuHLvgkajs1UU7ZAXJH hGcu0hTF8AYw9Q4WhD1toRQZtw+cbf+bmzID/PS2rJvecoHyzfpkBoAYU3Hc7+i28v2Fn11iTBNQX A858tTzISzbYbUVxaKT73UZjoD+98JMrQ2qTh38HHaf/HP3Th8C84+TLeFiAwtep1VeI=; Received: from [114.121.128.226] (port=12500 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1aeWly-003RqB-Mk; Fri, 11 Mar 2016 16:47:11 -0700 Date: Sat, 12 Mar 2016 07:47:05 +0800 From: Erich Dollansky To: Michael Grimm Cc: FreeBSD Questions Subject: Re: reported timestamps during boot process? Message-ID: <20160312074705.568f20a8@X220.alogt.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 23:47:18 -0000 Hi, On Fri, 11 Mar 2016 20:15:41 +0100 Michael Grimm wrote: > I am encountering unusually high boot times after migration to new > hardware hosted remotely (and thus without physical access to the > console). > > Is there a way to investigate the boot process by means of reported > timestamps in some logfile? dmesg doesn't seem to be the tool of > choice. > you might find some hints in /var/log/messages. Erich