SQWareProduction:mssql:lib:sqwmsq GatherIndicators.lib: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
Exploit (talk | contribs)
m Updated by Expdbtools
m Updated by BatchUser
Line 1: Line 1:
shell functions librairy $gvsqw_MssBin/../lib/sqwmsq_GatherIndicators.lib:<br>
shell functions library $gvsqw_MssBin/../lib/sqwmsq_GatherIndicators.lib:<br>
{{SQWareProduction_sqwmsq_GatherIndicators.lib_presentation}}
{{SQWareProduction_sqwmsq_GatherIndicators.lib_presentation}}
<br>
<br>

Revision as of 22:29, 24 May 2011

shell functions library $gvsqw_MssBin/../lib/sqwmsq_GatherIndicators.lib:
lib for sqwmsq_GatherIndicators.ksh
Functions explanation:

echo "lfsqw_SizeInstance=$lfsqw_SizeInstance\nNbDatabases=$NbDatabases">${gvsqw_TmpFile}.size
echo "values @Gather_date,'$lvsqw_InstanceParam',$lfsqw_SizeInstance,'$gvsqw_MajorVersion','$VersionPatch',$NbDatabases => "
gfsqw_InsertIndicators "archive"
grep "lfsqw_SizeInstance=" ${gvsqw_TmpFile}.size|cut -d= -f2|read lfsqw_SizeInstance
lfsqw_Archivage => 
lfsqw_GenerateInsertAlert => 
lfsqw_GenInsertDatabases => 
lfsqw_GenInsertDataserver => 
lfsqw_GenInsertSpace => 
lfsqw_SizeInstance=0
	lfsqw_SizeInstance=lfsqw_SizeInstance+Size_db =>  => 
lfsqw_SqlInsertSpace => 


Note:
You can overload functions contained in $gvsqw_MssBin/../lib/sqwmsq_GatherIndicators.lib

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