Monitoring your Queued Job
| Command | Purpose |
| qstat -f | See the status of the job you just submitted |
| qdel jobno | Delete one of your jobs |
| qstat -j jobno | See why a job is stuck in the queue |
| qstat -g c | Current status of the queues on the cluster |
| qstat -u username -g t | See which compute nodes are being used by a user |
| qstat -f -ne | See which compute nodes have jobs assigned |
You can also ssh into the compute node(s) on which you job(s) are running and run top. top will show you what is running on the compute node and what resources are being used.
Margaret Doll 7-2009