job private watch-progress
Watch the progress of a job
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Parameters
-node {<nodename>|local} - Node
This specifies the node on which the job is running.
-id <integer> - Job ID
This specifies the numeric ID of the job whose progress is to be monitored.
-vserver <vserver name> - Owning Vserver
Use this parameter to specify
the Vserver with which the paused private job is associated.Use this parameter to specify
the name of the Vserver that owns the job.
[-interval <integer>] - Refresh Interval (seconds)
This optionally specifies, in seconds, the frequency of the updates.
Examples
The following example monitors the progress of the private job that has ID 127 on a node named node1. The progress is updated every 2 seconds.
cluster1::*> job private watch-progress -node node1 -id 127 -interval 2
Queued