From owner-freebsd-newbies Mon Sep 27 7:54:43 1999 Delivered-To: freebsd-newbies@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id BB66715368 for ; Mon, 27 Sep 1999 07:54:40 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id JAA26790; Mon, 27 Sep 1999 09:54:17 -0500 (CDT) Date: Mon, 27 Sep 1999 09:54:16 -0500 (CDT) From: Steve Price To: "A. Satow" Cc: freebsd-newbies@FreeBSD.ORG Subject: Re: Looking for a tool: strace in Linux In-Reply-To: <19990927151933.B43018@toba.rhein-neckar.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You'll probably want to take a look at ktrace(1) and kdump(1). They are both part of the base distribution. On Mon, 27 Sep 1999, A. Satow wrote: # Hi, # # I am switching my box from Linux to FreeBSD. I browsed through the ports # collection but did not find a tool called strace in Linux it traces # system calls and signals # Man page: # In the simplest case strace runs the specified command # until it exits. It intercepts and records the system # calls which are called by a process and the signals which # are received by a process. # Does anyone know if there is an equivalent tool which I can setup as to keep # trace of system calls and signals? # # Thanks in advance # I appreciate any help. # # Bye Alex # # # To Unsubscribe: send mail to majordomo@FreeBSD.org # with "unsubscribe freebsd-newbies" in the body of the message # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message