Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: slightly OT: another free oracle resource profiler

RE: slightly OT: another free oracle resource profiler

From: Jesse, Rich <Rich.Jesse_at_quadtechworld.com>
Date: Thu, 28 Apr 2005 09:04:20 -0500
Message-ID: <FB5D3CCFCECC2948B5DCF4CABDBE66971FF8F9@QTEX1.qg.com>


I would like to get our developers looking at trace files, but I can't even get them to look at the sanitized tkprof output (via a handy PL/SQL package), much less try to decipher/understand the raw trace. Has anyone compiled a list of trace profilers? I'd need the name (duh), website, and cost. I'm thinking maybe I could have my package push the output to a webpage for them and e-mail the URL...

TIA!
Rich

Rich Jesse                        System/Database Administrator
rich.jesse_at_quadtechworld.com      QuadTech, Sussex, WI USA


-----Original Message-----

From: oracle-l-bounce_at_freelists.org
Sent: Wednesday, April 27, 2005 6:45 PM
Subject: Re: slightly OT: another free oracle resource profiler

I have to admit, when processing trace files, I've rarely found the need to go much more sophisticated then (in pseudo-code)

10046 level 8 | tkprof | grep ^total | sort | head -3

Don't get me wrong - I've been really impressed with the hotsos profiler, orasrp and the like, but it ain't normally that hard to find the worst piece of code in a system :-)

--

http://www.freelists.org/webpage/oracle-l Received on Thu Apr 28 2005 - 10:10:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US