Difference between revisions of "SQWareProduction:db2:lib:sqwdb2 GatherIndicators.lib"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
 
m (Updated by BatchUser)
Line 4: Line 4:
 
Functions explanation:
 
Functions explanation:
 
<pre>
 
<pre>
gfsqw_GenListDatabase > ${gvsqw_TmpFile}.lst
+
gfsqw_InsertIndicators "database"
gfsqw_InsertIndicators "archiving"
 
gfsqw_InsertIndicators "databases"
 
 
gfsqw_InsertIndicators "Licenses"
 
gfsqw_InsertIndicators "Licenses"
gfsqw_InsertIndicators "Parameters"
 
lfsqw_Archivage =>
 
 
lfsqw_GatherAlertLogFile =>  
 
lfsqw_GatherAlertLogFile =>  
 
lfsqw_GatherDatabase =>  
 
lfsqw_GatherDatabase =>  
Line 15: Line 11:
 
lfsqw_GatherDatabaseSql 2>&1|sed 's,  *$,,g' | tee ${gvsqw_TmpFile}
 
lfsqw_GatherDatabaseSql 2>&1|sed 's,  *$,,g' | tee ${gvsqw_TmpFile}
 
lfsqw_GatherFs =>  
 
lfsqw_GatherFs =>  
lfsqw_GatherOverloaded 2>&1
+
lfsqw_GatherOverLoaded 2>&1
lfsqw_GatherParameters =>
 
lfsqw_GenerateInsertAlert =>
 
lfsqw_GenerateInsertFs =>
 
lfsqw_GenerateInsertLicenses
 
 
lfsqw_GenerateInsertLicenses =>  
 
lfsqw_GenerateInsertLicenses =>  
lfsqw_GenerateInsertParameters
 
lfsqw_GenerateInsertParameters =>
 
 
</pre>
 
</pre>
 
<br>
 
<br>
 
{{SQWareProductionSurchargeLib|db2|D2db2|sqwdb2_GatherIndicators.lib}}
 
{{SQWareProductionSurchargeLib|db2|D2db2|sqwdb2_GatherIndicators.lib}}
 
<br>
 
<br>

Revision as of 18:33, 5 April 2014

shell functions library $gvsqw_D2db2Bin/../lib/sqwdb2_GatherIndicators.lib:
lib for sqwdb2_GatherIndicators.ksh
Functions explanation:

gfsqw_InsertIndicators "database"
gfsqw_InsertIndicators "Licenses"
lfsqw_GatherAlertLogFile => 
lfsqw_GatherDatabase => 
lfsqw_GatherDatabaseSql => 
lfsqw_GatherDatabaseSql 2>&1|sed 's,  *$,,g' | tee ${gvsqw_TmpFile}
lfsqw_GatherFs => 
lfsqw_GatherOverLoaded 2>&1
lfsqw_GenerateInsertLicenses => 


Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_D2db2Bin/../lib/sqwdb2_GatherIndicators.lib

by function with same name in $gvsqw_D2db2Bin/../lib_cust/sqwdb2_GatherIndicators.lib for all your environnement
or by $HOME/sqwConfig/sqwdb2_GatherIndicators.lib specifically for this user .