satori-com / tcpkali

Fast multi-core TCP and WebSockets load generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Long running server

davidn opened this issue · comments

When testing lots of machines, it may be desirable to use a tcpkali server purely as an endpoint for multiple tcpkali clients, with the test driven on the client side. In this situation, we may want the server to run for unlimited connections and indefinite time.

The interface for this could be "-1" to the -T option indicating unlimited time.

I use -T1y for that (1 year), but your suggestion is semantically cleaner ;)