Check the progress of a VMware Tanzu Greenplum streaming server job.
gpsscli progress {<job_name> | <job_id>}
[--partition]
[--config <gpsscliconfig.json>]
[--gpss-host <host>] [--gpss-port <port>]
[-U | --username <client_auth_user> -P | --password <client_auth_passwd>]
[--no-check-ca] [-l | --log-dir <directory>] [--verbose]
[--scrolling]
gpsscli progress {-h | --help}
NoteGPSS currently supports job progress tracking only for Kafka data sources.
The gpsscli progress
command displays the progress of a Kafka job submitted to a Tanzu Greenplum streaming server (GPSS) instance. The command displays time, offset information, message size, and transfer speed for each data load operation real-time. By default, gpsscli progress
displays information per-batch and progress updates in inline mode, similar to the top
command. You can specify the --partition
option to display progress information on a per-partition basis.
gpsscli progress
waits indefinitely; the command exits when the job is stopped or GPSS encounters an error.
If the GPSS instance to which you want to send the request is not running on the default host (127.0.0.1
) or the default port number (5000
), you can specify the GPSS host and/or port via command line options.
gpsscli submit
, or the command returns a unique job identifier.
--partition
option, GPSS outputs the job progress by partition, and displays the partition identifier, the start and end times, the beginning and ending offsets, the message size, and the transfer speed per partition.
The GPSS configuration file. This file includes properties that identify the gpss
instance that services the command. When SSL encryption is enabled between the GPSS client and server, you also use this file to identify the file system location of the client SSL certificates. Refer to gpss.json for detailed information about the format of this file and the configuration properties supported.
Note
gpsscli
subcommands read the configuration specified in theListenAddress
block of thegpsscliconfig.json
file, and ignore thegpfdist
configuration specified in theGpfdist
block of the file.
Enable the use of color when displaying front-end log messages. When specified, GPSS colors the log level in messages that it writes to stdout
. Color is deactivated by default.
--color
option if you also specify
--csv-log
.
stdout
using spaces between fields for a more human-readable format.
127.0.0.1
. If specified, overrides a
ListenAddress:Host
value provided in
gpsscliconfig.json
5000
. If specified, overrides a
ListenAddress:Port
value provided in
gpsscliconfig.json
gpsscli
subcommand.
The directory to which GPSS writes client command log files. GPSS must have write permission to the directory. GPSS creates the log directory if it does not exist.
gpsscli
client log files to the
$HOME/gpAdminLogs
directory.
stdout
. When you specify the
--verbose
option, GPSS also outputs debug-level messages about the operation.
NoteThis option is only available from version 1.11.3 onwards.
Display the progress of the GPSS job identified by the name nsync_121118
:
$ gpsscli progress nsync_121118
Display the per-partition progress of the GPSS job identified by the name nsync_121118
:
$ gpsscli progress nsync_121118 --partition