Thanks Jonathan!! One more thing :) Do you know if JMeter has any kind of integration with HttpUnit??
Thanks again! Mauricio. -----Mensagem original----- De: Jonathan O'Keeffe [mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 7 de junho de 2002 16:11 Para: JMeter Users List Assunto: RE: Memory used in the application server Mauricio - I don't think that you can determine this directly from within JMeter. However, you could write a servlet that determines the amount of memory in use (using calls like Runtime.getRuntime().totalMemory()) and returns this information in the servlet output. You can then call this servlet from JMeter to get the memory information you need. - Jonathan -----Original Message----- From: Mauricio Domingues Ribas [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 3:06 PM To: [EMAIL PROTECTED] Subject: Memory used in the application server Hi All!! I would like to know if, with JMeter, it is possible to know the level of memory that the application server is using at any moment of the executing application... Thanks in advance, Mauricio. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

