8000 GitHub - bunbunjp/gotop: The gotop is a system monitoring dashboard for terminal console.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bunbunjp/gotop

Repository files navigation

gotop

version Go Report Card license platform

The gotop is a system monitoring dashboard for terminal console.

Developed with reference to the gtop, I got inspiration hints. Thank you @aksakalli.
The gotop is reimplement gtop with golang. So gotop is lightweight and quick.
gtop looks better, gotop does looks bad but it is light.

Install

go get github.com/bunbunjp/gotop

Usage

exec gotop command.

  • c : Process list sort as CPU.
  • p : Process list sort as ProcessID.
  • m : Process list sort as Memory usage.
  • ↑↓ : Process list scroll up or down.

Setup for developer

$ curl https://glide.sh/get | sh # need glide
$ git clone ...
$ cd $GOPATH/src/github.com/forkuser/gotop # please clone here
$ glide install -v
$ go run main.go # launch

Requirements

  • OSX, Linux supported
  • go >= 1.9

todo

  • プロセスを選択してKillを実行する
  • 高さの動的調整
  • Windows対応
  • 長時間稼働し続けてもメモリ使用量が増えないように考慮

About

The gotop is a system monitoring dashboard for terminal console.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0