You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cdk probe <ip> <port> <parallel> <timeout-ms>
<ip> : single ip like '1.1.1.1' or ip range like '1.1.1.1-255'
<port> : port list like '22,80,100-200'
<parallel> : the max parallels, too high will trigger linux `too many open files` error, use 50 if you are not sure.
<timeout-ms> : timeout(millisecond) for each TCP connection, use 1000 if you are not sure.