From owner-freebsd-hackers Sun Dec 8 06:05:10 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA10414 for hackers-outgoing; Sun, 8 Dec 1996 06:05:10 -0800 (PST) Received: from pdx1.world.net (pdx1.world.net [192.243.32.18]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id GAA10402 for ; Sun, 8 Dec 1996 06:05:06 -0800 (PST) From: proff@suburbia.net Received: from suburbia.net (suburbia.net [203.4.184.1]) by pdx1.world.net (8.7.5/8.7.3) with SMTP id GAA16612 for ; Sun, 8 Dec 1996 06:05:34 -0800 (PST) Received: (qmail 3455 invoked by uid 110); 8 Dec 1996 14:04:51 -0000 Message-ID: <19961208140451.3454.qmail@suburbia.net> Subject: Re: truss, trace ?? In-Reply-To: from Darren Reed at "Dec 9, 96 00:42:31 am" To: avalon@coombs.anu.edu.au (Darren Reed) Date: Mon, 9 Dec 1996 01:04:51 +1100 (EST) Cc: hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > In some mail from proff@suburbia.net, sie said: > > > > > > > Be nice if there was an option for it to output (immeadiately) to stdout > > > > > rather than ktrace.out. > > > > > > > > I'm afraid that the kernel risks to stall if you get it to write the > > > > trace into a FIFO. But perhaps it's not too difficult to have > > > > kdump(8) doing some `tail -f' like magic? This should effectively > > > > yield you a similar behaviour. > > > > ktrace ./foo & kdump -l > > and make sure you don't fill your filesystem.... > > Darren Yeah, the cyclic file type is (stupidly) missing from unix.