24 lines
449 B
Markdown
24 lines
449 B
Markdown
# glances
|
|
|
|
> 一个跨平台的系统监控工具。
|
|
> 更多信息:<https://nicolargo.github.io/glances/>.
|
|
|
|
- 在终端中运行:
|
|
|
|
`glances`
|
|
|
|
- 在网页服务器模式下运行以在浏览器中显示结果:
|
|
|
|
`glances -w`
|
|
|
|
- 在服务器模式下运行以允许其他 Glances 客户端连接:
|
|
|
|
`glances -s`
|
|
|
|
- 连接到 Glances 服务器:
|
|
|
|
`glances -c {{hostname}}`
|
|
|
|
- 在 (web) 服务器模式下要求密码:
|
|
|
|
`glances -s --password` |