Difference between revisions of "SQWareProduction:mssql:lib:sqwmsq 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>
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"
 
gfsqw_InsertIndicators "archive"
grep "lfsqw_SizeInstance=" ${gvsqw_TmpFile}.size|cut -d= -f2|read lfsqw_SizeInstance
 
 
lfsqw_Archivage =>  
 
lfsqw_Archivage =>  
 
lfsqw_GenerateInsertAlert =>  
 
lfsqw_GenerateInsertAlert =>  
Line 14: Line 11:
 
lfsqw_GenInsertSpace =>  
 
lfsqw_GenInsertSpace =>  
 
lfsqw_SizeInstance=0
 
lfsqw_SizeInstance=0
lfsqw_SizeInstance=lfsqw_SizeInstance+Size_db =>  =>
 
 
lfsqw_SqlInsertSpace =>  
 
lfsqw_SqlInsertSpace =>  
 
</pre>
 
</pre>

Revision as of 22:42, 12 November 2011

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

gfsqw_InsertIndicators "archive"
lfsqw_Archivage => 
lfsqw_GenerateInsertAlert => 
lfsqw_GenInsertDatabases => 
lfsqw_GenInsertDataserver => 
lfsqw_GenInsertSpace => 
lfsqw_SizeInstance=0
lfsqw_SqlInsertSpace => 


Nuvola apps information.png
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 .