Add ngrep link

This commit is contained in:
Fernando Almeida
2016-08-25 00:43:12 -03:00
parent fff22c9b2e
commit 46011ec11c
14 changed files with 28 additions and 28 deletions

View File

@@ -267,7 +267,7 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
- `ab` 工具內建於Apache可以簡單粗暴地檢查 web 伺服器的效能。對於更複雜的負載測試,使用`siege`
- [`wireshark`](https://wireshark.org/)[`tshark`](https://www.wireshark.org/docs/wsug_html_chunked/AppToolstshark.html) 和`ngrep` 可用於復雜的網路偵錯。
- [`wireshark`](https://wireshark.org/)[`tshark`](https://www.wireshark.org/docs/wsug_html_chunked/AppToolstshark.html) 和[`ngrep`](http://ngrep.sourceforge.net/) 可用於復雜的網路偵錯。
- 瞭解 `strace``ltrace`。這倆工具在你的程式運行失敗、掛起甚至崩潰,而你卻不知道為什麼或你想對效能有個總體的認識的時候是非常有用的。注意 profile 參數(`-c`)和附加到一個運行的程序參數(`-p`)。
@@ -430,7 +430,7 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
- [`wireshark`](https://wireshark.org/) 和[`tshark`](https://www.wireshark.org/docs/wsug_html_chunked/AppToolstshark.html):抓包和網路偵錯工具
- `ngrep`:網路層的 grep
- [`ngrep`](http://ngrep.sourceforge.net/):網路層的 grep
- `host``dig`DNS 查詢