1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 21:15:26 +02:00
tldr/pages.zh/common/glances.md
Ziqiang Wu 2e78c67026
glances, hostname, w, iptables, lsblk, reboot, date, at, poweroff, open: update outdated Chinese pages (#16047)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-04-12 10:49:41 +03:00

32 lines
625 B
Markdown

# glances
> 一个跨平台的系统监控工具。
> 更多信息:<https://nicolargo.github.io/glances/>.
- 在终端中运行
`glances`
- 以网页服务器模式运行,在浏览器中查看结果:
`glances {{[-w|--webserver]}}`
- 以服务器模式启动,允许其他 glances 客户端连接以查看数据:
`glances {{[-s|--server]}}`
- 作为客户端连接到 glances 服务器:
`glances {{[-c|--client]}} {{主机名}}`
- 在(网页)服务器模式下启用密码保护:
`glances {{[-s|--server]}} --password`
- 退出Glances:
`<q>`
- 显示帮助信息:
`glances {{[-h|--help]}}`