문제

Is there any way to load users in tsung in certain time. To be clear I want to give an example. Lets say I want to load 2 simultenous users in every 6 seconds.

Is that possible?

도움이 되었습니까?

해결책

Tsung will close the connection automatically. So you can not specify the number of concurrent user at the same time.

However, You may look into thinktimes property and before closing the connection you can increase the thinktime value.

So idea is you connect 1 user every 10 millisecond and keep the thinktime of 1 second. So in 1 second you are connecting 10 users.. Even if Tsung close the connection for 8 users within that time you will have at least 2 simultaneous users.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top