[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Strange RaQ behavior??
- Subject: Re: [cobalt-users] Strange RaQ behavior??
- From: Gerald Waugh <gerald@xxxxxxxxx>
- Date: Wed Dec 12 21:39:13 2001
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wednesday 12 December 2001 20:03, Wayne Sagar wrote:
<snip>
> Could I be rooted at the new box???? No other signs, other than the damn
> gmon.out files that have been created here and there on the new box for
> about a month.. which I never got a response on here that did me any good..
<snip>
gmon.out files are generated by gprof, probably when you compiled some
application with option -gp, they are used to profile the application runtime
habits.
See the manpages of gprof.
--
-Gerald