Go to file
Caleb Bassi 9b2f006f14 Add scripts folder 2018-05-10 21:37:54 -07:00
assets Change media to assets 2018-05-10 21:26:55 -07:00
build Create build folder 2018-05-10 21:32:35 -07:00
scripts Add scripts folder 2018-05-10 21:37:54 -07:00
src Move source files to src folder 2018-05-10 21:23:20 -07:00
vendor Fix column spacing issues 2018-04-21 21:02:37 -07:00
.gitignore Update gitignore 2018-04-29 10:59:26 -07:00
Gopkg.lock Fix column spacing issues 2018-04-21 21:02:37 -07:00
Gopkg.toml Update Gopkg.toml 2018-04-08 21:21:00 -07:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE 2018-04-10 20:35:28 -07:00
LICENSE Added LICENSE 2018-02-19 02:00:26 -08:00
README.md Add scripts folder 2018-05-10 21:37:54 -07:00
main.go Move source files to src folder 2018-05-10 21:23:20 -07:00

README.md



Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go!

Installation

Only working and tested on Linux. OSX is no longer supported due to issues with gopsutil, but that is currently being worked on. Windows support is also in the works.

Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and ARM Linux.

Using Git

Clone the repo then run scripts/download.sh to download the correct binary:

git clone --depth 1 https://github.com/cjbassi/gotop /tmp/gotop
/tmp/gotop/scripts/download.sh

Then move gotop into your $PATH somewhere.

Arch Linux

Install the gotop-bin package from the AUR.

Source

go get github.com/cjbassi/gotop

Docker

docker run -it --rm cjbassi/gotop

Note: Process list doesn't work using Docker.

Usage

Keybinds

  • Quit: q or <C-c>
  • Process Navigation:
    • <up>/<down> and j/k: up and down
    • <C-d> and <C-u>: up and down half a page
    • <C-f> and <C-b>: up and down a full page
    • gg and G: jump to top and bottom
  • Process Sorting:
    • c: CPU
    • m: Mem
    • p: PID
  • <tab>: toggle process grouping
  • dd: kill the selected process or process group
  • h and l: zoom in and out of CPU and Mem graphs
  • ?: toggles keybind help menu

Mouse

  • click to select process
  • mouse wheel to scroll through processes

Colorschemes

A different Colorscheme can be set with the -c flag followed its name. You can find them in the colorschemes folder. Feel free to add a new one. You can use 256 colors, bold, underline, and reverse. You can see the template and get more info here and see the default colorscheme as an example here.

CLI Options

-m, --minimal Only show CPU, Mem and Process widgets.
-r, --rate=RATE Number of times per second to update CPU and Mem widgets [default: 1].

Credits

Built With

Stargazers over time

Stargazers over time