From a7231d6710b8a0bd8f875edeac62fff72f522d70 Mon Sep 17 00:00:00 2001 From: Starlone Passos Date: Wed, 30 May 2018 21:24:18 -0300 Subject: [PATCH] Indicador 15 - Tamanho das tabelas --- rn/MdEstatisticasColetarRN.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rn/MdEstatisticasColetarRN.php b/rn/MdEstatisticasColetarRN.php index e7b4b22..7d0f2b2 100644 --- a/rn/MdEstatisticasColetarRN.php +++ b/rn/MdEstatisticasColetarRN.php @@ -30,7 +30,7 @@ class MdEstatisticasColetarRN extends InfraRN { 'quantidadeDocumentosExternos' => $this->obterQuantidadeDocumentosExternos(), 'estrategiaCessao' => $this->obterEstrategiaCessao(), 'tamanhoDatabase' => $this->obterTamanhoDataBase(), - 'tamanhoTabelas' => $this->obterTamanhoTabelas(), + 'tabelasTamanhos' => $this->obterTamanhoTabelas(), 'bancoSei' => $this->obterTipoSGBD(), 'servidorAplicacao' => $this->obterServidorAplicacao(), 'sistemaOperacional' => $this->obterSistemaOperacional(), @@ -260,7 +260,7 @@ class MdEstatisticasColetarRN extends InfraRN { $tabelas = BancoSEI::getInstance()->consultarSql($query); InfraDebug::getInstance()->gravar('SEI15 - Tamanho das tabelas: ' . json_encode($tabelas), InfraLog::$INFORMACAO); - return $tamanho; + return $tabelas; } -- libgit2 0.21.2