Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 914 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 914 Bytes

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

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.