cluster peer job watch-progress
Watch the progress of a job
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The cluster peer job watch-progress command
displays the progress of jobs running in peer clusters,
and updates that display periodically.
You can specify the frequency of the updates.
To stop watching the job, press ctrl-C.
Parameters
-cluster <cluster_name> - Cluster Name
Use this parameter to specify
the name of the peered cluster in which the job runs.
-id <integer> - Job ID
Use this parameter to specify
the numeric ID of the job
whose progress you will monitor.
[-interval <integer>] - Refresh Interval (seconds)
Use this parameter to specify
the number of seconds between display updates.
Examples
The following example monitors the progress of the job that has ID 222, that is running on cluster2. The progress is updated every 3 seconds.
cluster1::> cluster peer job watch-progress -cluster cluster2 -id 222 -interval 3