-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b07
-
os_x
Failure handler on mac os X runs `netstat -av`. The command runs reverse name lookups on all socket addresses, and may exceed the 20 second timeout, leaving us with no information.
With `-n` parameter, netstat takes less time to complete.
With `-n` parameter, netstat takes less time to complete.