CUI job monitoring program for the torque resource manager.
Install
Download the latest 64-bit linux static binary from release page
and just use it. Or build an executable:
git clone https://github.com/snsinfu/torque-qtop
cd torque-qtop
go build -o ~/bin/qtop ./qtop/cmd
Requirements
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.
Testing
go vet ./...
go test ./...
Torque support
qtop is developed only for torque version 6.1.2. I won't support any future
versions because torque went proprietary.