Home > Net >  Millions of times how to increase performance and aging level data submit
Millions of times how to increase performance and aging level data submit

Time:03-04

I want to submit data many times, but not a single data, several bytes,
For example, I POST or GET an address
http://www.abc.com/xxx
Content is 1 to 1 million,
This will be submitted to one million times,
I GET the webclient using test
http://www.abc.com/xxx? value=https://bbs.csdn.net/topics/1
But I added 100 threads, performed to 5-8 hours,
Is there any way to speed up the time method,
The bandwidth and the computer is not taken into account, this I know that the best as far as possible,
Is 1 million times of the request, the request is completed with the shortest time,
How to do it, or a good method

CodePudding user response:

Change a maxconnection yet?
 


CodePudding user response:

Do you want to test server session ability? Using a client to simulate multiple sessions, short of server stress test level, because the client, and limited ability to open a session than the server,

CodePudding user response:

If not strict with the result of the feedback, you can use multithreading + asynchronous POST, is that the client just hair, feedback of asynchronous processing,

CodePudding user response:

reference much0726 reply: 3/f
if not strict, and the results of feedback can use multithreading + asynchronous POST, is that the client just hair, feedback of asynchronous processing,

How to finished in a short time a large number of requests
Such as the get one million times

CodePudding user response:

reference 4 floor Let 's GO GO GO response:
Quote: refer to the third floor much0726 response:
if not strict, and the results of feedback can use multithreading + asynchronous POST, is that the client just hair, feedback of asynchronous processing,

How to finished in a short time a large number of requests
Such as the get one million times

Next Jmeter, specially used for pressure test

CodePudding user response:

refer to fifth floor big watermelon cut a piece of a kilo of reply:
Quote: refer to 4th floor, Let 's GO GO GO response:
Quote: refer to the third floor much0726 response:
if not strict, and the results of feedback can use multithreading + asynchronous POST, is that the client just hair, feedback of asynchronous processing,

How to finished in a short time a large number of requests
Such as the get one million times

Next Jmeter, dedicated to the pressure test of

Jmeter if can achieve effects
Don't know whether the order cycle and the short time to complete a large number of requests
  •  Tags:  
  • C#
  • Related