We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c457bd2 commit f5aa85eCopy full SHA for f5aa85e
markdown-file/monitor.md
@@ -576,7 +576,7 @@ TOTAL:(总的流量) 12.9GB 229Mb 190Mb 193Mb
576
#### lsof
577
578
- 安装 lsof:`yum install -y lsof`
579
-- 查看 3316 端口是否有被使用:`lsof -i:3316`,**有被使用会输出类似如下信息,如果没被使用会没有任何信息返回**
+- 查看 3316 端口是否有被使用(macOS 也适用):`lsof -i:3316`,**有被使用会输出类似如下信息,如果没被使用会没有任何信息返回**
580
581
```
582
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
@@ -596,7 +596,7 @@ docker-pr 13551 root 4u IPv6 2116824 0t0 TCP *:aicc-cmi (LISTEN)
596
#### netstat
597
598
- 更多用法可以看:[netstat 的10个基本用法](https://linux.cn/article-2434-1.html)
599
-- 查看所有在用的端口:`netstat -ntlp`
+- 查看所有在用的端口(macOS 也适用):`netstat -ntlp`
600
601
602
Active Internet connections (only servers)
0 commit comments