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

Home -> Community -> Usenet -> c.d.o.server -> Re: slightly OT: another free oracle resource profiler

Re: slightly OT: another free oracle resource profiler

From: <Giovanni.Cuccu_at_gmail.com>
Date: 27 Apr 2005 08:15:00 -0700
Message-ID: <1114614900.379068.92830@o13g2000cwo.googlegroups.com>


Hi John,

    the profiler you mention actually produces a better output format (even if I think my own shows all relevant informations). It's also a little faster (my profiler takes about one minute to parse a 400MB files and it's fine for me).
Both shows response time summary and details for the wait events. Both shows binds variables consolidation but mine shows the statement with binds and all statement with literals in only one place. I have already coded the cursor parent child-relationoship and I hope it will be in the output file in the next version. As I mentioned my profiler is easily embeddable in a servlet container while orasrp is not since it is pyton based.
I also plan to make it able to read trace zipped files which I think is a missing feature in orasrp. Let me know if you need more info. Thanks for you attention Received on Wed Apr 27 2005 - 10:15:00 CDT

Original text of this message

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