Re: freebsd + postgresql 8.3.3 = 100% of cpu usage on stats collector?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Bill Moran <wmoran(at)collaborativefusion(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: freebsd + postgresql 8.3.3 = 100% of cpu usage on stats collector?
Date: 2008-06-28 04:41:25
Message-ID: 20080628044125.GD11312@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jun 27, 2008 at 06:37:45PM -0400, Bill Moran wrote:
> Just in case you're not a FreeBSD expert, it's ktrace on FreeBSD. strace
> is the Linux equivalent.

i'm not an freebsd expert.

i ran ktrace -p <pid> - it exited immediately.
then i ran ktrace -p <pid> -f stats.ktrace.log -t\+
and it also exited immediately.
in cwd i have 2 binary files - not text ones as i would expect from
strace.

ktrace.out and stats.ktrace.log.

are these files "ok"? i mean - i can make them available, but i'm not
sure if they're ok given the fact that they don't look like text output
of strace.

Best regards,

depesz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Duffey 2008-06-28 04:48:28 Re: query planner weirdness?
Previous Message Tom Lane 2008-06-28 04:36:11 Re: query planner weirdness?