Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion FR hidden gem: what is "CPU Thread Time", at bottom of *some* request detail pages

Received: by 10.236.153.5 with SMTP id e5mr1964290yhk.5.1334322506223;
        Fri, 13 Apr 2012 06:08:26 -0700 (PDT)
X-BeenThere: fusionreactor@googlegroups.com
Received: by 10.236.121.65 with SMTP id q41ls5256695yhh.8.gmail; Fri, 13 Apr
 2012 06:08:24 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.236.192.230 with SMTP id i66mr78482yhn.4.1334322504647; Fri,
 13 Apr 2012 06:08:24 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
 dapyw...@googlemail.com designates internal as permitted sender)
 smtp.mail=dapyw...@googlemail.com; dkim=pass
 header...@googlemail.com
Received: by f37g2000yqc.googlegroups.com with HTTP; Fri, 13 Apr 2012 06:08:24
 -0700 (PDT)
Date: Fri, 13 Apr 2012 06:08:24 -0700 (PDT)
In-Reply-To: <05c001cd1917$715d3b10$5417b130$@org>
References: <9148057.492.1334169117263.JavaMail.geo-discussion-forums@vbsy30>
 <fc2ddc66-ce67-4434-a984-7c85d8ba98c6@h5g2000vbx.googlegroups.com> <05c001cd1917$715d3b10$5417b130$@org>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3)
 AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.151 Safari/535.19,gzip(gfe)
Message-ID: <ba963d30-8d66-4110-9eaf-56d0cd120a01@f37g2000yqc.googlegroups.com>
Subject: Re: FR hidden gem: what is "CPU Thread Time", at bottom of *some*
 request detail pages
From: Darren Pywell <dapyw...@googlemail.com>
To: FusionReactor <fusionreactor@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi Charlie,

FusionReactor 4 tracks the amount of time that a request has been on
the CPU on Java 1.5+ environments. In fact you don't have to go in the
request details to see it, it's made visible on the Request History
for example underneath the Time(ms) column. If you see two values in
the Time(ms) column on a request, the top value is the time that the
request was executing and the bottom value is the amount of that time
that the request was on the CPU. If you only see one value then the
time on the CPU was less than 1ms which is the smallest resolution
that we capture/display. This data is also sent to FusionAnalytics and
allows you to see which requests consume the most CPU (good for
identifying CPU bound pages and applications) - and you're right, this
needs updating in the documentation!

Thanks,
Darren


On Apr 13, 3:47=A0am, "charlie arehart" <charlie_li...@carehart.org>
wrote:
> Hey folks, I just found what seems a hidden gem in FR, but I don't quite
> understand it and can't find it documented. Hopefully one of the engineer=
s
> or someone else can explain it and perhaps when it became available, as w=
ell
> as when it does and does not appear in a request. I'd never noticed it un=
til
> today, and maybe this will help others too.
>
> I was helping someone and noticed on the Details page for a request of th=
eir
> that at the very bottom, in the "thread" section, above the "thread name"=
,
> that there was a "thread CPU time" with a count in ms. I'd never noticed
> that before, and I looked on my own server in a request and did not see i=
t.
> At first I thought it was that it was added in the 4.0.9 update that I'd =
not
> yet applied.
>
> But then suddenly I *did* see it in another request:
>
> At first I thought maybe it was related to requests that had CFTHREAD
> processing, but now I'm doubting that. I searched my codebase for files
> related to the page that was running and don't see any using CFTHREAD. So
> unless that's it and I simply missed it somehow in my search, can anyone =
say
> what that "thread cpu time" IS about. Again, it's not on all requests. An=
d I
> can confirm I (and the customer) do NOT have enabled (in request settings=
)
> the new FR 4 "cpu threading" feature.
>
> Any thoughts appreciated. Thanks.
>
> /charlie
>
> =A0image001.png