Hello, We are writing SSH client which would execute system commands on remote servers to get CPU/memory utilization data.
Can we open a session and execute commands in multiple threads with ClientChannel - createExecChannel? I could get "vmstat 5 2" output wiith getAsyncOut, now trying to get output of multiple commands. Thanks, Parag
