load-testing

Performance Test of the Hyperledger Fabric

China☆狼群 提交于 2019-12-03 01:32:54
问题 During trying to achieve the performance with Hyperledger Fabric which IBM team reported in their article Hyperledger Fabric: A Distributed Operating System for Permissioned Blockchains, I faced some problems and errors. I collected all useful information and want to share it with the HF community. Also, I have a couple of questions to the Fabric developers about its performance. Target description Hyperledger Fabric v1.1.0 network deployed using Cello on four c5.9xlarge (36vCPU) aws

Testing a Windows Azure web app for maximum user load

China☆狼群 提交于 2019-12-03 01:15:36
I am conducting some research on emerging web technologies and have created a very simple Azure website which makes use of web sockets and mongo db as the database. I have managed to get all the components working together and now must perform load testing on the application. The main criteria is the maximum user load that the app can support, at the moment there is 1 web role instance, so probably I would need to test the max user load for that instance, then try with 2 instances and so on. I found some solutions online such as Loadstorm, however I cannot afford to pay to use these services

How to use JMeter for load testing ASP.net web applications implementing viewstate

强颜欢笑 提交于 2019-12-03 00:44:42
I'm a .net developer having no prior experience in JMeter/Stress testing. I'm trying to load test the ASP.net website that I had developed using JMeter. The reason for using JMeter is that its an open source tool having lots of fame and credibility. I referred to this link in order to take care of viewstate which is a typical feature of ASP.net. However my requirements are not that simple as stated there. I'm trying to load test my site by sending userid and password to log-in page and then test through other pages which are allowed to be browsed only if log-in is successful. The steps that I

Access log replay for load testing? Jmeter Pitfalls and Competitors

末鹿安然 提交于 2019-12-03 00:44:24
Context We wish to use "replay" web server access logs to generate load tests. JMeter had come to mind as I'd recently read blog posts about using jmeter in the cloud (e.g. firing up a number of Amazon EC2 instances to generate the load) For years I had heard of JMeter's ability to replay access logs, but in reviewing this feature I found the following. Access Log Sampler DOES: recreate sessions, i.e. handle the jsessionId token (thought it tries to approximate sessions by IP address); DOES NOT: handle POST data (even if you could configure apache/tomcat to write out post data to the access

Load testing tools and concurrent connections per server browser simulation [closed]

夙愿已清 提交于 2019-12-03 00:37:15
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . Modern browsers use different amount of connections per server like described here. It's quite usual that there is well over 100 recources to download in modern web pages. Especially when the servers are located far away from end user, this can cause big performance problems.

Tools for Ajax load testing

自闭症网瘾萝莉.ら 提交于 2019-12-02 22:48:24
There seems to be a lot of stress/load testing tool that support AJAX. I am wondering how well does these tool implemented. Do they only record http request and replay it? Is it the right way to test AJAX app? How does google test their ajax apps? If you are worried about functionality only, something like Watin , Watir , Selenium or any functional tool for that matter would work. As long as you put sufficient timing in your functional tests to allow for ajax callbacks then that should do the trick. To add to my response, If you are talking about unit testing your javascript you could use

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

Load testing ZeroMQ (ZMQ_STREAM) for finding the maximum simultaneous users it can handle

不羁岁月 提交于 2019-12-02 19:53:10
问题 Does anyone have any real-world scenarios that load-tested ZMQ sockets for maximum no. of 'concurrent users' (not throughput) they can handle? Looks like ZeroMQ has some serious problems with FD limits. The scenario is: there are numerous web-server frameworks out there that are boasting of millions of concurrent users they can handle - now if ZeroMQ cannot handle beyond FD_SETSIZE no. of users at any point of time, it is a very serious restriction on scalability (since FDs are not just

How do I calculate the number of concurrent users to use in a load test?

試著忘記壹切 提交于 2019-12-02 18:30:08
We’ve come across this question fairly often at Load Impact, so I thought I’d add it to the Stack Overflow community to make it easier to find. How do I calculate the number of concurrent users (VUs) that I need to simulate during a load test, in order to stress my system with the same kind of traffic that it will normally see in the course of a month, week or day? Running a load test requires that you specify how many concurrent users should be simulated during testing. In other words, how many simulated users will be active, loading things or interacting with your site/app at the same time.

What does “Percentage of New Users” mean in Load Test TFS 2013?

有些话、适合烂在心里 提交于 2019-12-02 17:53:44
问题 I am running a Web Performance test in Visual studio 2013 Ultimate version, I need some clarification on my scenario: I have a Login web test case, its using data source and running a test case for 10 different user. I also have a Load test which is using above web test case and running it for 50 constant user. I also have a "Percentage of new users" value set to 100 Does the above settings mean my Load test will run the web test for 50 concurrent users and it will each user will be randomly