gtop

System monitoring dashboard for terminal

Github星跟踪图

gtop

screen record

System monitoring dashboard for terminal.

NPM Version
NPM Downloads
Snap Status
Docker Pulls
Docker Cloud Build Status

Requirements

  • Linux / OSX / Windows (partial support)
  • Node.js >= v4

Installation

$ npm install gtop -g

Docker

You need to assign host net and pid to access the metrics in the host machine.

$ docker run --rm -it \
    --name gtop \
    --net="host" \
    --pid="host" \
    aksakalli/gtop

Usage

Start gtop with the gtop command

$ gtop

To stop gtop use q, or ctrl+c in most shell environments.

You can sort the process table by pressing

  • p: Process Id
  • c: CPU usage
  • m: Memory usage

Troubleshooting

If you see question marks or other different characters, try to run it with these environment variables:

$ LANG=en_US.utf8 TERM=xterm-256color gtop

License

Released under the MIT license.

主要指标

概览
名称与所有者aksakalli/gtop
主编程语言JavaScript
编程语言JavaScript (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2017-08-09 15:12:28
推送于2024-04-16 20:31:23
最后一次提交2023-08-11 10:16:14
发布数14
最新版本名称v1.1.5 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数9.9k
关注者数132
派生数329
提交数78
已启用问题?
问题数96
打开的问题数24
拉请求数19
打开的拉请求数17
关闭的拉请求数10
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?