/qmon

A simple PBS job monitor

Primary LanguageClojureApache License 2.0Apache-2.0

qmon

Build Status

A simple PBS job monitor GUI

qmon parses the XML output of the PBS qstat command and separately displays jobs in Queued, Running and Completed states. Job information is updated every 10 seconds. Displayed jobs are filtered by user, if specified, or otherwise by the USER environment variable. The qmon wrapper script looks for the Leiningen-generated qmon.jar in the same directory as the script itself. It may be convenient to edit this script for your own use.

Build

Install Leiningen if you don't have it, then:

lein uberjar

Run

Usage: qmon [user]