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

@@ -303,7 +303,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`)。
@@ -472,7 +472,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