gtop

System monitoring dashboard for terminal

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Owneraksakalli/gtop
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2017-08-09 15:12:28
Pushed At2024-04-16 20:31:23
Last Commit At2023-08-11 10:16:14
Release Count14
Last Release Namev1.1.5 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count9.8k
Watchers Count131
Fork Count326
Commits Count78
Has Issues Enabled
Issues Count94
Issue Open Count24
Pull Requests Count19
Pull Requests Open Count16
Pull Requests Close Count10
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private