----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
>
> I'd like to monitor the performance of JServ1.1b3 under
> Apache1.3.9 on NT
> since I am experiencing huge delays. What also happened few
> times is a
> java.outOfMemoryException......that really freaked me out so
Put a parameter like this to your java vm call (in tomcat.bat for Win NT or
tomcat.sh for Unix).
-ms32m -mx128m
-ms Minimum memory for your Virtual Machine (m = Megabytes).
-mx Maximum memory ...
> I am looking
> for a nice tool that can allow me to monitor performance
> (memory and stuff)
> of JServ loaded classes on runtime.
>
> Is there such a thing and if so which would be the best one
> in my case?
JMeter from Apache org. http://java.apache.org
Regards
Clemens Viehl
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]