Popularity
8.3
Stable
Activity
3.4
-
9,631
131
323

Programming language: JavaScript
License: MIT License
Tags: Monitoring     Command Line Apps     System     Monitor     Os     Chart     Top     Dashboard    
Latest version: v1.0.2

gtop alternatives and similar modules

Based on the "Command-line apps" category.
Alternatively, view gtop alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gtop or a related project?

Add another 'Command-line apps' Module

README

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 >= v8

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](LICENSE).


*Note that all licence references and agreements mentioned in the gtop README section above are relevant to that project's source code only.