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 01da474 commit cc53400Copy full SHA for cc53400
markdown-file/monitor.md
@@ -327,7 +327,8 @@ Timing buffered disk reads: 806 MB in 3.00 seconds = 268.52 MB/sec
327
328
## 端口使用情况
329
330
-- 查看 3316 端口是否有被使用:`lsof -i:3316`,有被使用会输出类似如下信息,如果没被使用会没有任何信息返回。
+- 安装 lsof:`yum install -y lsof`
331
+- 查看 3316 端口是否有被使用:`lsof -i:3316`,**有被使用会输出类似如下信息,如果没被使用会没有任何信息返回**
332
333
```
334
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
0 commit comments