iproute2mac
iproute2mac copied to clipboard
ss command not found?
I can't found ss command by using brew install iproute2mac
, but ss is an import tool in iproute package
Well this project aims for providing "human" compatible equivalent of "ip" command, altough "ss" is packaged in iproute2, I did not implement it here so far. The underlying command it would possibly use is "netstat", you can use that one in the meantime.
Thank you for the feature request.
Any progress on that?
no
Alexander Deider @.***> 于2021年5月3日周一 下午9:06写道:
Any progress on that?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brona/iproute2mac/issues/20#issuecomment-831247404, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGWKLXRMEYMA37HB622Q4DTL2NWXANCNFSM4E2X275Q .
My understanding is that Mac netstat is not as powerful as Linux ss. You need to resort to lsof on Mac to get the features in Linux ss.