I have a tcp server which on connecting send the custom message 0000050 to know it is intializing the server to accept transaction and after that it send 0000051 to know the client it is ready to accept the transaction then client send the transaction and get the response.So i want to know the how much tps it can handle how can i test that.
TCP server on RHEL 8.