[Jmeter test example] 001 - TCP Test

1. Open Jmeter (or run NewDriver.java start Jmeter)

  

2. Create a test plan

······

3. Creating a new thread group

  

4. Set the parameters thread group

  

  1. The number of threads

  2. To complete the long, i.e., the total time of occurrence of each request interval, such as the number of first thread 10, the second parameter is 100, the time interval of the occurrence of each thread is 100/10 = 10s (in seconds as a unit)

  3. How many times each thread cycle

5. Set sampler

  

  

  The specific role of each field see https://www.cnblogs.com/chenyun-/p/11714634.html

6. Add a tree view results

  

 

Guess you like

Origin www.cnblogs.com/chenyun-/p/11715220.html