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.8k
關注者數132
派生數326
提交數78
已啟用問題?
問題數96
打開的問題數25
拉請求數19
打開的拉請求數16
關閉的拉請求數10
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?