This topic describes the sleep
command in gfsh
, the VMware Tanzu GemFire command-line interface.
Use this command to delay gfsh
command execution.
Delay for a specified amount of time in seconds. Floating point values are allowed.
Availability: Online of offline.
Syntax:
sleep [--time=value]
Name | Description | Default Value |
---|---|---|
‑‑time | Number of seconds to sleep. | 3 |
Table 1. Sleep Parameters
Example Commands:
sleep
sleep --time=60
Sample Output:
gfsh>sleep --time=60
gfsh>