1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2025-01-06 03:04:00 +02:00

just one word

This commit is contained in:
taxusyew 2015-06-30 10:50:19 +08:00
parent 4b8135d96d
commit 099248530f

View File

@ -219,7 +219,7 @@
## 系统调试
- `curl``curl -I` 可以便捷地被应用于 web 调试中,它们的好兄弟 `wget` 也可以,或者是更潮的 [`httpie`](https://github.com/jakubroztocil/httpie)。
- `curl``curl -I` 可以便捷地被应用于 web 调试中,它们的好兄弟 `wget` 也可以,或者是更潮的 [`httpie`](https://github.com/jakubroztocil/httpie)。
- 使用 `iostat`、`netstat`、`top` (`htop` 更佳)和 `dstat` 去获取硬盘、cpu 和网络的状态。熟练掌握这些工具可以使你快速的对系统的当前状态有一个大概的认识。