Skip to main content
A newer release of this product is available.

job private watch-progress

Contributors
Suggest changes

Watch the progress of a job

Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

Description

The job private watch-progress command displays and periodically updates the progress of a private job. A private job is a job that is associated with a specific node and does not use cluster facilities. You can specify the frequency of the progress updates.

Parameters

-node {<nodename>|local} - Node (privilege: advanced)

This specifies the node on which the job is running.

-id <integer> - Job ID (privilege: advanced)

This specifies the numeric ID of the job whose progress is to be monitored.

[-vserver <vserver name>] - Owning Vserver (privilege: advanced)

Use this parameter to specify the Vserver with which the paused private job is associated.

[-interval <integer>] - Refresh Interval (seconds) (privilege: advanced)

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