First page Back Continue Last page Overview Graphics
Job monitoring
bjobs - shows info about your pending, running and recently completed jobs.
bjobs –l
- helps you understand why are your jobs pending
- lets you check how your jobs are doing (CPU/wall clock)
bpeek <job ID> - gives you access to the standard output of your job while your job is running (does not work if /dev/null specified as std I/O)
bhist – lets you examin a history of any job anybody EVER ran on the cluster
It also shows Error code even if you got no output.
- n <number> (0, all the past logs)
- d – completed jobs
- l – long version
Notes: