¶ 持续输出
-c, --continuous
This will cause netstat to print the selected information every second continuously.
¶ 用数字表示端口和host
--numeric, -n
Show numerical addresses instead of trying to determine symbolic host, port or user names.
netstat默认会直接写出特殊端口的名字而不是端口号,比如xxxx:nfs
,其中nfs
就是NFS使用的端口2049
。netstat -n
就会显示xxxx:2049
。