Not that I know of, but If you do decide to do it, we should put it on
the WIKI - I suspect that you're not the only one who'd use it. :-)

If you *really* wanted to be a stud, you'd check out the iBATIS svn,
and write it so that we could add it to the next release - we could to
time logging like we do sql logging. You may want to take a look at
how we do that and see if you could do it the same way...we
essentially add the proxies under the covers depending on how logging
is configured.

Larry


On 6/7/07, Josh <[EMAIL PROTECTED]> wrote:
Larry,

I like the proxy idea.  I can use spring/aop to create a proxy and capture
the calls to the sqlmapclient.  Has anyone do this already?

-Joshua



On 6/7/07, Larry Meadors <[EMAIL PROTECTED]> wrote:
> Your most accurate results will come from the database logging
> facilities from the database vendor.
>
> If you wanted, you could create a proxy on the sqlmapclient to log
> times, but I think the results would be questionable, depending on
> what you are trying to capture.
>
> Larry
>
>
> On 6/7/07, Josh < [EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I am using Spring 1.28 and Ibatis 2.1.7.  I am currently logging my
total
> > total response time and service layer response time.  I would also like
to
> > capture the time spent at the DB.  Can anyone provide any suggestions on
how
> > to do this?
>


Reply via email to