rzurad / rztop

Fork of gtop for visual changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rztop

Fork of gtop so I could change what and how it displays things. Everything in this readme and repo that is not either this sentence or the preceeding sentence should have its accuracy questioned.

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.

About

Fork of gtop for visual changes

License:MIT License


Languages

Language:JavaScript 98.0%Language:Dockerfile 2.0%