The Wayback Machine - https://web.archive.org/web/20190520051933/https://github.com/aksakalli/gtop
Skip to content
System monitoring dashboard for terminal
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github cont guide draft Aug 11, 2017
bin init Aug 9, 2017
img init Aug 9, 2017
lib version v1.0.0 ๐ŸŽ‰ Sep 23, 2018
snap Update snapcraft.yaml Aug 10, 2017
.editorconfig init Aug 9, 2017
.gitignore init Aug 9, 2017
.npmignore ignore snap for npm Sep 23, 2018
.travis.yml update packages Sep 23, 2018
LICENSE init Aug 9, 2017
README.md Add "q" command as a quit method to the README Aug 13, 2018
index.js init Aug 9, 2017
package-lock.json version v1.0.0 ๐ŸŽ‰ Sep 23, 2018
package.json version v1.0.0 ๐ŸŽ‰ Sep 23, 2018

README.md

gtop

screen record

System monitoring dashboard for terminal.

NPM Version NPM Downloads Snap Status

Requirements

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

Installation

$ npm install gtop -g

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.

You canโ€™t perform that action at this time.