Search code examples
terminalosx-mountain-lion

network info on Mac OS X from terminal prompt


I need get network info on the Mac from terminal prompt, in linux I usually get this info by profiles

enter image description here


Solution

  • Thanks to @doon,

    Here is the solution

    netstat -ib | grep -e "en1" -m 1 | awk '{print $10}'