• Stars
    star
    9,438
  • Rank 3,778 (Top 0.08 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

System monitoring dashboard for terminal

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.

More Repositories

1

jekyll-doc-theme

Jekyll theme for creating project documentation websites
SCSS
265
star
2

todo-spring-angular

Todo demo with Spring Boot + AngularJS + Flyway + PostgreSQL + Docker
Java
34
star
3

sandraREST

Cassandra Manager REST API & Web UI
JavaScript
25
star
4

BugAlgorithms

bug0, bug1 and bug2 motion planning algorithms implementation in Webots simulation environment
Protocol Buffer
21
star
5

dress

πŸ‘— The Hackathon App: Fifty Shades of Dress
Objective-C
19
star
6

EsperIoT

Small and simple stream-based CEP tool for IoT devices connected to an MQTT broker
Java
18
star
7

patent-analysis

Analyzing patent network data by downloading patentsview.org into MongoDB
Jupyter Notebook
14
star
8

fullpage-jekyll

fullPage.js & Bootstrap 4 template for Jekyll
HTML
13
star
9

restacey

Responsive template for Stacey
CSS
12
star
10

dockerfiles

Collection of different docker images
Shell
10
star
11

socket.io-hello-world

A simple hello world application to test socket.io on Smart TV and PC.
HTML
8
star
12

heatmap-wms

Rendering Geo Heatmap with a WMS layer
Python
5
star
13

angular2-github-ui

Github UI using api.github.com in Angular2 TypeScript
TypeScript
5
star
14

leap-mouse

Leap Motion controller for websites
JavaScript
2
star
15

openlr-decoder

A web API to decode base 64 string into OpenLR objects
Java
2
star
16

deep-learning-course

1
star
17

geniuses

Genius API Client
Python
1
star
18

SortingAlgorithms

Quicksort, Insertion Sort and Radix Sort Comparison
C++
1
star
19

aksakalli.github.io

πŸ’­ Source for
Jupyter Notebook
1
star
20

graph-min-hash

Applying Broder's Min-Hash method to Graphs
Java
1
star