Add tshark link

This commit is contained in:
Fernando Almeida
2016-08-25 00:42:04 -03:00
parent 4691cbde08
commit fff22c9b2e
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``ngrep` 可用於復雜的網路偵錯。
- [`wireshark`](https://wireshark.org/)[`tshark`](https://www.wireshark.org/docs/wsug_html_chunked/AppToolstshark.html)`ngrep` 可用於復雜的網路偵錯。
- 瞭解 `strace``ltrace`。這倆工具在你的程式運行失敗、掛起甚至崩潰,而你卻不知道為什麼或你想對效能有個總體的認識的時候是非常有用的。注意 profile 參數(`-c`)和附加到一個運行的程序參數(`-p`)。
@@ -428,7 +428,7 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
- `rsync`通過ssh 或本地檔案系統同步檔案和資料夾
- [`wireshark`](https://wireshark.org/) 和`tshark`:抓包和網路偵錯工具
- [`wireshark`](https://wireshark.org/) 和[`tshark`](https://www.wireshark.org/docs/wsug_html_chunked/AppToolstshark.html):抓包和網路偵錯工具
- `ngrep`:網路層的 grep