Is there any way to track how my server connection loaded ? any similar to command 'top' with cpu/mem resources , but for connection. To see how much available resources do I have
Using command netstat -a you will be able to see current connections of your server on different ports.