On 7/11/06, Julian Tillmann <[EMAIL PROTECTED]> wrote:

HI!



Thank you for your link!

I tried to deploy the war-file on tomcat 4 and tomcat 5 but always get the same
exception "major-minor version".
Does it require JDK 1.5?
I hope not because I would be very interested in this tool!

Thanks
Julian

Hi Julian,

The current version is compiled with jdk1.5, hence the error, but the
code itself doesn't require 1.5 at least not 'really'.
You can checkout the sourcecode from moskito.dev.java.net:
https://moskito.dev.java.net/servlets/ProjectSource#cmdlinecvs

and try to compile it with 1.4.
most problems to expect are generics:
like private List<IntervalRegistryListener> listeners

and new "for" syntax:
for (ValueHolder holder : valuesAsList)

and of course atomics, but they are available from compatibility packages.

if its your absolute requirement to use 1.4 we can talk off-list about
possibilities.

regards
Leon



-------- Original-Nachricht --------
Datum: Tue, 11 Jul 2006 13:21:59 +0200
Von: Leon Rosenberg <[EMAIL PROTECTED]>
An: Struts Users Mailing List <user@struts.apache.org>
Betreff: Re: Performance Tests on Action Level

> http://moskito.anotheria.net is probably what you want.
>
> try
> http://moskito.anotheria.net/moskitodemo/mui/mskShowAllProducers
>
> The project is (yet) rather bad documented (working on it) so ask me
> directly if you have any questions :-)
>
> regards
> Leon
>
> On 7/11/06, Julian Tillmann <[EMAIL PROTECTED]> wrote:
> > Hi everybody,
> >
> > we need a performance test on the actions level in our rather big Struts
> Application which contains many database queries. for example to find out
> which Action takes the longest or which actions might cause a high CPU
> usage ..
> > Is there a tool how to implement it? Or is it possible via filter?
> > The problem is that there's a constant, high CPU usage on our Tomcat and
> we'd like to find out why.
> > I'm sure that it's because of the struts-application.
> >
> > thanks very much
> > Julian
> >
> >
> >
> > --
> >
> >
> > Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
> > Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

--


"Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to