webapplicationstresstool

Performing a Stress Test on Web Application?

半世苍凉 提交于 2019-12-17 02:24:58
问题 In the past, I used Microsoft Web Application Stress Tool and Pylot to stress test web applications. I'd written a simple home page, login script, and site walkthrough (in an ecommerce site adding a few items to a cart and checkout). Just hitting the homepage hard with a handful of developers would almost always locate a major problem. More scalability problems would surface at the second stage, and even more - after the launch. The URL of the tools I used were Microsoft Homer (aka Microsoft

How to measure CPU and memory during load test

感情迁移 提交于 2019-12-03 06:55:46
问题 We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are producing heavy load on a server where our service or web application is running. What would you recommend to use? Is there any software solution (open source or commercial) available which records CPU and memory usage in a file or to a database? Thank you! 回答1: From the java perspective, you can use jconsole or write your own code to monitor the memory usage. Measure CPU and memory

How to measure CPU and memory during load test

混江龙づ霸主 提交于 2019-12-02 21:35:49
We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are producing heavy load on a server where our service or web application is running. What would you recommend to use? Is there any software solution (open source or commercial) available which records CPU and memory usage in a file or to a database? Thank you! zengr From the java perspective, you can use jconsole or write your own code to monitor the memory usage. Measure CPU and memory consumption of a Java application javasysmon on github dstat for linux and perfmon for windows. Read more

Performing a Stress Test on Web Application?

别来无恙 提交于 2019-11-26 11:57:42
In the past, I used Microsoft Web Application Stress Tool and Pylot to stress test web applications. I'd written a simple home page, login script, and site walkthrough (in an ecommerce site adding a few items to a cart and checkout). Just hitting the homepage hard with a handful of developers would almost always locate a major problem. More scalability problems would surface at the second stage, and even more - after the launch. The URL of the tools I used were Microsoft Homer (aka Microsoft Web Application Stress Tool ) and Pylot . The reports generated by these tools never made much sense to