Difference between revisions of "SQWareProduction:teradata:lib:sqwter GatherIndicators.lib"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Functions explanation: | Functions explanation: | ||
<pre> | <pre> | ||
+ | gfsqw_BeginningCom | ||
+ | gfsqw_InsertChanges | ||
gfsqw_InsertIndicators "Alert" | gfsqw_InsertIndicators "Alert" | ||
+ | gfsqw_InsertIndicators "archivingDb" | ||
gfsqw_InsertIndicators "Licenses" | gfsqw_InsertIndicators "Licenses" | ||
gfsqw_InsertIndicators "Parameters" | gfsqw_InsertIndicators "Parameters" | ||
+ | gfsqw_PurgeLogDirAndFiles | ||
+ | lfsqw_Archiving | ||
+ | lfsqw_ArchivingDb => | ||
lfsqw_GatherAlertLogFile => | lfsqw_GatherAlertLogFile => | ||
+ | lfsqw_GatherDatabase | ||
lfsqw_GatherDatabase => | lfsqw_GatherDatabase => | ||
lfsqw_GatherDatabaseSql => | lfsqw_GatherDatabaseSql => | ||
lfsqw_GatherDatabaseSql 2>&1 > ${gvsqw_TmpFile} | lfsqw_GatherDatabaseSql 2>&1 > ${gvsqw_TmpFile} | ||
+ | lfsqw_GatherFs | ||
lfsqw_GatherFs => | lfsqw_GatherFs => | ||
lfsqw_GatherOverLoaded 2>&1 | lfsqw_GatherOverLoaded 2>&1 | ||
Line 19: | Line 27: | ||
lfsqw_GenerateInsertParameters | lfsqw_GenerateInsertParameters | ||
lfsqw_GenerateInsertParameters => | lfsqw_GenerateInsertParameters => | ||
+ | lfsqw_Main => | ||
</pre> | </pre> | ||
<br> | <br> | ||
{{SQWareProductionSurchargeLib|teradata|Ter|sqwter_GatherIndicators.lib}} | {{SQWareProductionSurchargeLib|teradata|Ter|sqwter_GatherIndicators.lib}} | ||
<br> | <br> |
Latest revision as of 22:42, 8 May 2023
shell functions library $gvsqw_TerBin/../lib/sqwter_GatherIndicators.lib:
lib for sqwter_GatherIndicators.ksh
Functions explanation:
gfsqw_BeginningCom gfsqw_InsertChanges gfsqw_InsertIndicators "Alert" gfsqw_InsertIndicators "archivingDb" gfsqw_InsertIndicators "Licenses" gfsqw_InsertIndicators "Parameters" gfsqw_PurgeLogDirAndFiles lfsqw_Archiving lfsqw_ArchivingDb => lfsqw_GatherAlertLogFile => lfsqw_GatherDatabase lfsqw_GatherDatabase => lfsqw_GatherDatabaseSql => lfsqw_GatherDatabaseSql 2>&1 > ${gvsqw_TmpFile} lfsqw_GatherFs lfsqw_GatherFs => lfsqw_GatherOverLoaded 2>&1 lfsqw_GatherParameters => lfsqw_GenerateInsertAlert lfsqw_GenerateInsertLicenses lfsqw_GenerateInsertLicenses => lfsqw_GenerateInsertParameters lfsqw_GenerateInsertParameters => lfsqw_Main =>