Display user1 jobs
# mdiag -j -w user=user1
Display Idle and Running Jobs
# mdiag -j -w state=Idle,Running
Display the subjobs of an array.
# mdiag -j --xml job_idIn the XML, the master job element contains a child element called ArraySubJobs that contains the subjobs in the array.
Display the subjobs in the array and completed sub-joys as well
# mdiag -j -v --xml job_id
For more information, read
No comments:
Post a Comment