jsleep, jtool sleep
This platform agent tool is used to sleep a number of seconds.
Syntax
jsleep [-h|-?|-help] [-l <loglevel>] [-f <logfile>] <seconds>
Option | Default | Purpose |
---|---|---|
-h, -?, -help | Show this help and exit | |
-l <loglevel> | ${JCS_LOGLEVEL:-info} | Set the logging level; defaults to environment variable ${JCS_LOGLEVEL} or info when the environment variable is not set. |
-f <logfile> ${JCS_LOGFILE:-stderr} | Log to file instead of stderr; defaults to environment variable ${JCS_LOGFILE} or stderr when the environment variable is not set. | |
<seconds> | Time to sleep in seconds, with millisecond resolution |