There is a home grown application that initiates either a telnet or ssh session based on the number of threads set.
I want to watch the process happen from start to finish, that is from the moment the first thread starts until the last thread finishes.
I was thinking netstat, but it wont show the process in its entirety. As connections are established and terminated the status / output of the command would be different..not to mention Id have to keep hitting the command and the enter key.
As usual, I have cracked my Linux in a nutshell book and will be doing web searches to find a solution.