« Modèle:SQWareProduction sqwrs ParallelRun.ksh help » : différence entre les versions
Aller à la navigation
Aller à la recherche
m Updated by BatchUser |
Aucun résumé des modifications |
||
| (22 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
<pre> | <pre> | ||
Sourcing sqwrs_Global.lib | Sourcing sqwrs_Global.lib v2025.10 SQWareProduction for SybaseRs (dbSQWare) ... | ||
Usage: sqwrs_ParallelRun.ksh [-h] -f <FileName> [+ options] | Usage: sqwrs_ParallelRun.ksh [-h] -f <FileName> [+ options] | ||
| Ligne 12 : | Ligne 12 : | ||
-f FileName : File name containing the commands to run. | -f FileName : File name containing the commands to run. | ||
OPTIONS | OPTIONS | ||
-h | -h : Display the full usage. | ||
-s : Display samples of usage. | -s : Display samples of usage. | ||
-P Nb threads : Number of threads in parallel (by default 2). | -P Nb threads : Number of threads in parallel (by default 2). | ||
-AGR | -AGR Nb_sec : Nb of seconds between two runs (by default 10s). | ||
-AGE | -AGE Nb_sec : Nb of seconds between two checks of end (by default 30s). | ||
-FRT return_code : Force return code value on error. | -FRT return_code : Force return code value on error. | ||
-AddMail email | -AddMail email : Email address to add at 'demo-sqwarebox@dbsqware.com'. | ||
-SendReport : Send execution log report. | -SendReport : Send execution log report. | ||
-NoMail : Deactivate sendmail on error to | -NoMail : Deactivate sendmail on error to demo-sqwarebox@dbsqware.com (by default, send on error). | ||
-Locale | -Locale locale : Force Locale for help display (fr,en). | ||
-FormatError : Format error message in html. | -FormatError : Format error message in html. | ||
-MailFile filename : File name containing errors to send mail with an other script (disable sendmail). | -MailFile filename : File name containing errors to send mail with an other script (disable sendmail). | ||
-Exec : Execute commands (default, display generated commands) | -Exec : Execute commands (by default, display generated commands). | ||
</pre> | </pre> | ||
Dernière version du 10 octobre 2025 à 16:13
Sourcing sqwrs_Global.lib v2025.10 SQWareProduction for SybaseRs (dbSQWare) ...
Usage: sqwrs_ParallelRun.ksh [-h] -f <FileName> [+ options]
DESCRIPTION
sqwrs_ParallelRun.ksh runs commands from <FileName> in parallel mode
SUPPORT
All rdbms type and version
PARAMETERS
-f FileName : File name containing the commands to run.
OPTIONS
-h : Display the full usage.
-s : Display samples of usage.
-P Nb threads : Number of threads in parallel (by default 2).
-AGR Nb_sec : Nb of seconds between two runs (by default 10s).
-AGE Nb_sec : Nb of seconds between two checks of end (by default 30s).
-FRT return_code : Force return code value on error.
-AddMail email : Email address to add at 'demo-sqwarebox@dbsqware.com'.
-SendReport : Send execution log report.
-NoMail : Deactivate sendmail on error to demo-sqwarebox@dbsqware.com (by default, send on error).
-Locale locale : Force Locale for help display (fr,en).
-FormatError : Format error message in html.
-MailFile filename : File name containing errors to send mail with an other script (disable sendmail).
-Exec : Execute commands (by default, display generated commands).