基于GOTOP的linux状态监视软件
Go to file
2018-12-04 23:01:25 -08:00
.github/ISSUE_TEMPLATE Update GitHub issue templates 2018-12-04 23:01:25 -08:00
assets Update demo.gif 2018-05-21 16:37:20 -07:00
build Remove AUR submodule 2018-12-03 12:59:24 -08:00
colorschemes Add custom colorscheme loading. Closes #55 2018-09-18 13:42:49 -07:00
scripts Merge branch 'f1337-macos' 2018-05-23 21:46:53 -07:00
src Add more logging for Disk widget 2018-12-04 22:34:45 -08:00
.gitignore Cleanup merge from chiefy:feature/nfpm 2018-10-22 19:18:06 -07:00
.gitmodules Add aur package submodule 2018-12-01 19:56:59 -08:00
go.mod Update gopsutil for #41 2018-12-04 21:53:53 -08:00
go.sum Update gopsutil for #41 2018-12-04 21:53:53 -08:00
LICENSE Added LICENSE 2018-02-19 02:00:26 -08:00
main.go Log to file on errors 2018-12-04 21:44:49 -08:00
Makefile Change 'make default' to 'make all' 2018-10-22 20:26:26 -07:00
README.md Update readme; Closes #74 2018-12-01 20:08:00 -08:00



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

Installation

Working and tested on Linux and OSX. Windows support is planned.

Using Git

Clone the repo and then run scripts/download.sh to download the correct binary for your system from the releases tab:

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 gotop-bin, gotop, or gotop-git from the AUR.

Homebrew

brew tap cjbassi/gotop
brew install gotop

Source

Note: This method requires Go 1.11+.

go get github.com/cjbassi/gotop

Usage

Keybinds

  • Quit: q or <C-c>
  • Process navigation
    • k and <Up>: up
    • j and <Down: down
    • <C-u>: half page up
    • <C-d>: half page down
    • <C-b>: full page up
    • <C-f>: full page down
    • gg and <Home>: jump to top
    • G and <End>: jump to bottom
  • Process actions:
    • <Tab>: toggle process grouping
    • dd: kill selected process or group of processes
  • Process sorting
    • c: CPU
    • m: Mem
    • p: PID
  • CPU and Mem graph scaling:
    • h: scale in
    • l: scale out
  • ?: toggles keybind help menu

Mouse

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

Colorschemes

gotop ships with a few colorschemes which can be set with the -c flag followed by the name of one. You can find all the colorschemes in colorschemes.

To make a custom colorscheme, check out the template for instructions and then use default.json as a starter. Then you can put the file at ~/.config/gotop/{name}.json and load it with gotop -c {name}. Colorschemes PR's are welcome!

CLI Options

-c, --color=NAME Set a colorscheme.
-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].
-v, --version Show version.
-p, --percpu Show each CPU in the CPU widget.
-a, --averagecpu Show average CPU in the CPU widget.

Building deb/rpms

To build dep/rpms using nfpm:

make all

This will place the built packages into the dist folder.

Credits

Built With

Stargazers over time

Stargazers over time