Singularity recipe for gotop. gotop is another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go!
- Install Singularity v2.6.+.
- Run the script
install.sh
included in this repository.
singularity run --app gotop singularity-gotop.simg --help
Usage: gotop [options]
Options:
-c, --color=NAME Set a colorscheme.
-h, --help Show this screen.
-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 Print version and exit.
-p, --percpu Show each CPU in the CPU widget.
-a, --averagecpu Show average CPU in the CPU widget.
-f, --fahrenheit Show temperatures in fahrenheit.
-s, --statusbar Show a statusbar with the time.
-b, --battery Show battery level widget ('minimal' turns off).
Colorschemes:
default
default-dark (for white background)
solarized
monokai
singularity run --app gotop gotop.simg
I am nothing but a humble programmer creating the container for this wonderful app.
Copyleft © 2019 icaoberg at the Computational Biology Department in Carnegie Mellon University