Files
tldr/pages.zh/common/htop.md

36 lines
698 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# htop
> 显示正在运行的进程的动态实时信息。是 `top` 的增强版。
> 更多信息:<https://htop.dev/>.
- 启动 `htop`
`htop`
- 启动 `htop` 显示特定用户拥有的进程:
`htop --user {{username}}`
- 以树形视图层次显示进程,以显示父子关系:
`htop --tree`
- 按指定的 `sort_item` 对进程进行排序(使用 `htop --sort help` 查看可用选项):
`htop --sort {{sort_item}}`
- 启动 `htop` 并指定更新之间的延迟,以十分之一秒为单位(例如 50 = 5 秒):
`htop --delay {{50}}`
- 在运行 htop 时查看交互命令:
`?`
- 切换到不同的标签:
`tab`
- 显示帮助信息:
`htop --help`