SQWareProduction:mongodb:lib:sqwmng GatherIndicators.lib: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
m Updated by BatchUser
Line 6: Line 6:
gfsqw_GenListDatabase | tee ${gvsqw_TmpFile}.db
gfsqw_GenListDatabase | tee ${gvsqw_TmpFile}.db
gfsqw_GenListTable | tee ${gvsqw_TmpFile}.tbl
gfsqw_GenListTable | tee ${gvsqw_TmpFile}.tbl
gfsqw_InsertIndicators "archivingDb"
gfsqw_InsertIndicators "archiving parameters"
gfsqw_InsertIndicators "archiving parameters"
gfsqw_InsertIndicators "database $lvsqw_DbName"
gfsqw_InsertIndicators "database $lvsqw_DbName"
Line 12: Line 13:
gfsqw_InsertIndicators "Parameters"
gfsqw_InsertIndicators "Parameters"
gfsqw_InsertIndicators "purge"
gfsqw_InsertIndicators "purge"
lfsqw_ArchivingDb =>
lfsqw_ArchivingParameters
lfsqw_ArchivingParameters
lfsqw_ArchivingParameters =>  
lfsqw_ArchivingParameters =>  

Revision as of 16:04, 24 May 2020

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 "archivingDb"
gfsqw_InsertIndicators "archiving parameters"
gfsqw_InsertIndicators "database $lvsqw_DbName"
gfsqw_InsertIndicators "Instance"
gfsqw_InsertIndicators "Licenses"
gfsqw_InsertIndicators "Parameters"
gfsqw_InsertIndicators "purge"
lfsqw_ArchivingDb => 
lfsqw_ArchivingParameters
lfsqw_ArchivingParameters => 
lfsqw_GatherAlertLogFile
lfsqw_GatherAlertLogFile => 
lfsqw_GatherDatabase => 
lfsqw_GatherDatabaseSql => 
lfsqw_GatherFs => 
lfsqw_GatherOverLoaded
lfsqw_GatherParameters => 
lfsqw_GenerateInsertLicenses
lfsqw_GenerateInsertLicenses => 
lfsqw_GenerateInsertParameters
lfsqw_GenerateInsertParameters => 


Note:
You can overload functions contained in $gvsqw_MngBin/../lib/sqwmng_GatherIndicators.lib

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