getanteon/anteon

keep-alive connection between steps, but close it when the last step is reached. Open it again when requesting first step.

H25E opened this issue · 4 comments

H25E commented

Hello,

In order to better simulate a user interaction with a web page I think it would be interesting to have this middle point for keep-alive in multi-step configurations.

When a user interacts with a web page a number of URL are gathered and then the connection is closed when the user exits the web page or goes idle. So it would be nice to be able to simulate this behaviour, to keep alive the connection from the first step to the last one like a real user would do and then close it after the last step to simulate that a new different client it's connecting.

The idea is to generate a benchmarking load with the real ratio between connections / second and requests / second.

It's that possible right now? Would it be possible in the future?

Hi @H25E, It is not possible right now. I will add it to our Roadmap. Thanks for the suggestion. I will let you know when we have any updates. Thanks.

H25E commented

Hi @fatihbaltaci, do you have a public roadmap?

Hi @H25E, we don't have a public roadmap now but we will share our roadmap with the community in the future. Thanks.

Hi @H25E, we introduced the engine_mode option in Ddosify release v0.15.0. You can set engine_mode to distinct-user for your use case. You can find the details in the config file section. Thanks.