Difference between revisions of "SQWareProduction:cassandra:lib:sqwcas GatherIndicators.lib"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 4: | Line 4: | ||
Functions explanation: | Functions explanation: | ||
<pre> | <pre> | ||
+ | gfsqw_GenNodesList | ||
gfsqw_InsertIndicators "Alert" | gfsqw_InsertIndicators "Alert" | ||
+ | gfsqw_InsertIndicators "database" | ||
+ | gfsqw_InsertIndicators "keyspace" | ||
gfsqw_InsertIndicators "Licenses" | gfsqw_InsertIndicators "Licenses" | ||
− | |||
gfsqw_InsertIndicators "purge" | gfsqw_InsertIndicators "purge" | ||
+ | gfsqw_RunParallelNodeCommands "lfsqw_SearchNodeVersion" | ||
lfsqw_GatherAlertLogFile => | lfsqw_GatherAlertLogFile => | ||
lfsqw_GatherDatabase => | lfsqw_GatherDatabase => | ||
lfsqw_GatherDatabaseSql => | lfsqw_GatherDatabaseSql => | ||
− | lfsqw_GatherDatabaseSql 2>&1 > | + | lfsqw_GatherDatabaseSql 2>&1 |
− | + | lfsqw_GatherKeyspace => | |
+ | lfsqw_GatherKeyspace 2>&1 | ||
lfsqw_GatherOverLoaded 2>&1 | lfsqw_GatherOverLoaded 2>&1 | ||
lfsqw_GatherParameters => | lfsqw_GatherParameters => | ||
lfsqw_GenerateInsertAlert | lfsqw_GenerateInsertAlert | ||
+ | lfsqw_GenerateInsertFs => | ||
lfsqw_GenerateInsertLicenses | lfsqw_GenerateInsertLicenses | ||
lfsqw_GenerateInsertLicenses => | lfsqw_GenerateInsertLicenses => | ||
− | |||
lfsqw_GenerateInsertParameters => | lfsqw_GenerateInsertParameters => | ||
− | + | lfsqw_GenerateInsertTables => | |
+ | lfsqw_SearchNodeVersion => | ||
</pre> | </pre> | ||
<br> | <br> | ||
{{SQWareProductionSurchargeLib|cassandra|Cas|sqwcas_GatherIndicators.lib}} | {{SQWareProductionSurchargeLib|cassandra|Cas|sqwcas_GatherIndicators.lib}} | ||
<br> | <br> |
Revision as of 19:09, 30 November 2015
shell functions library $gvsqw_CasBin/../lib/sqwcas_GatherIndicators.lib:
lib for sqwcas_GatherIndicators.ksh
Functions explanation:
gfsqw_GenNodesList gfsqw_InsertIndicators "Alert" gfsqw_InsertIndicators "database" gfsqw_InsertIndicators "keyspace" gfsqw_InsertIndicators "Licenses" gfsqw_InsertIndicators "purge" gfsqw_RunParallelNodeCommands "lfsqw_SearchNodeVersion" lfsqw_GatherAlertLogFile => lfsqw_GatherDatabase => lfsqw_GatherDatabaseSql => lfsqw_GatherDatabaseSql 2>&1 lfsqw_GatherKeyspace => lfsqw_GatherKeyspace 2>&1 lfsqw_GatherOverLoaded 2>&1 lfsqw_GatherParameters => lfsqw_GenerateInsertAlert lfsqw_GenerateInsertFs => lfsqw_GenerateInsertLicenses lfsqw_GenerateInsertLicenses => lfsqw_GenerateInsertParameters => lfsqw_GenerateInsertTables => lfsqw_SearchNodeVersion =>