Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: slightly OT: another free oracle resource profiler
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
![]() |
![]() |