SQWareProduction:mongodb:lib:sqwmng GatherIndicators.lib: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
m Updated by BatchUser |
||
Line 4: | Line 4: | ||
Functions explanation: | Functions explanation: | ||
<pre> | <pre> | ||
gfsqw_InsertIndicators " | gfsqw_GenListDatabase | tee ${gvsqw_TmpFile}.db | ||
gfsqw_GenListTable | tee ${gvsqw_TmpFile}.tbl | |||
gfsqw_InsertIndicators "database $lvsqw_DbName" | |||
gfsqw_InsertIndicators "Instance" | |||
gfsqw_InsertIndicators "Licenses" | gfsqw_InsertIndicators "Licenses" | ||
gfsqw_InsertIndicators "Parameters" | gfsqw_InsertIndicators "Parameters" | ||
gfsqw_InsertIndicators "purge" | |||
lfsqw_GatherAlertLogFile | |||
lfsqw_GatherAlertLogFile => | lfsqw_GatherAlertLogFile => | ||
lfsqw_GatherDatabase => | lfsqw_GatherDatabase => | ||
lfsqw_GatherDatabaseSql => | lfsqw_GatherDatabaseSql => | ||
lfsqw_GatherFs => | lfsqw_GatherFs => | ||
lfsqw_GatherOverLoaded | lfsqw_GatherOverLoaded | ||
lfsqw_GatherParameters => | lfsqw_GatherParameters => | ||
lfsqw_GenerateInsertLicenses | lfsqw_GenerateInsertLicenses | ||
lfsqw_GenerateInsertLicenses => | lfsqw_GenerateInsertLicenses => | ||
lfsqw_GenerateInsertParameters | lfsqw_GenerateInsertParameters | ||
lfsqw_GenerateInsertParameters => | lfsqw_GenerateInsertParameters => | ||
</pre> | </pre> | ||
<br> | <br> | ||
{{SQWareProductionSurchargeLib|mongodb|Mng|sqwmng_GatherIndicators.lib}} | {{SQWareProductionSurchargeLib|mongodb|Mng|sqwmng_GatherIndicators.lib}} | ||
<br> | <br> |
Revision as of 19:01, 5 October 2014
shell functions library $gvsqw_MngBin/../lib/sqwmng_GatherIndicators.lib:
lib for sqwmng_GatherIndicators.ksh
Functions explanation:
gfsqw_GenListDatabase | tee ${gvsqw_TmpFile}.db gfsqw_GenListTable | tee ${gvsqw_TmpFile}.tbl gfsqw_InsertIndicators "database $lvsqw_DbName" gfsqw_InsertIndicators "Instance" gfsqw_InsertIndicators "Licenses" gfsqw_InsertIndicators "Parameters" gfsqw_InsertIndicators "purge" lfsqw_GatherAlertLogFile lfsqw_GatherAlertLogFile => lfsqw_GatherDatabase => lfsqw_GatherDatabaseSql => lfsqw_GatherFs => lfsqw_GatherOverLoaded lfsqw_GatherParameters => lfsqw_GenerateInsertLicenses lfsqw_GenerateInsertLicenses => lfsqw_GenerateInsertParameters lfsqw_GenerateInsertParameters =>