CUI job monitoring program for the torque resource manager.
Download the static 64-bit linux build qtop
from release page.
Put it into your bin
directory and now you can use qtop
command.
qtop itself is a statically linked pure go program and requires nothing. Works
with TORQUE 6.1.2 servers. trqauthd
must be listening on unix domain socket
/tmp/trqauthd-unix
.
git clone https://github.com/snsinfu/torque-qtop
cd torque-qtop
go build -o ~/bin/qtop ./qtop/cmd
go vet ./...
go test ./...
qtop is developed only for torque version 6.1.2. I won't support any future versions because torque went proprietary.