Computing at Scale

Monitoring a Job

Overview

Teaching: 15 min
Exercises: 0 min
Questions
  • How do I track my job’s progress?

  • How do I know if my job has run successfully?

Describe “queue” command, usual info

Describe job states, generally

callout about notifications when jobs finish

Describe remove command

On our system

To monitor jobs, use the following command:

$ condor_q

talk about job states

talk about condor_rm

Exercise

How long does it take for your job to finish?

Key Points