Not really on topic. But if the application runs on JVM Hotspot ( Sun) >1.6.0_10, you have with the JDK a tool "visualVM" in the jdk/bin directory, JMX based ( with a little configuration for remote authentification) , that returns this kind of information and more about JVM and application. You must be care of the overhead of this tool ( comparing with two stresses Jmeter with and without the tool)
Cordialement / Best regards Jean-Louis Pasturel -----Message d'origine----- De : Deepak Shetty [mailto:[email protected]] Envoyé : lundi 2 novembre 2009 20:37 À : JMeter Users List Objet : Re: Resource Consumption Jmeter can only be used to simulate concurrent load, which can tell you a problem exists, but can't really tell you where or what the problem is . If you want resource consumption (CPU memory) you will have to use a OS/app server specific tool. There is a monitor results Listener in jmeter but it is specific to tomcat (but you could implement it for your web container). thread deadlock etc would be indicated to Jmeter as the sample does not return (or takes increasingly longer times with loads) but you would have to profile your application while jmeter is running to diagnose the cause regards deepak For threads deadlock etc On Mon, Nov 2, 2009 at 11:27 AM, Maria Alejandra Trozzi <[email protected]>wrote: > Hi > I'm starting using Jmeter and it's great! but I can't find reports on > resource consumption tests (CPU, memory...) and threads (deadlocks, > contention, etc.) Can I do it with jmeter? If not, is there any other > stress tool to acomplish this ? > > Thanks ! > ********************************* This message and any attachments (the "message") are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. Messages are susceptible to alteration. France Telecom Group shall not be liable for the message if altered, changed or falsified. If you are not the intended addressee of this message, please cancel it immediately and inform the sender. ******************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

