Até onde tenho conhecimento, o TOra (Toolkit for Oracle) funciona no
PostgreSQL sim, mas apenas como editor avançado de querys, gatilhos,
procedimento e visões mas não para monitorar o SGBDs (e Base de dados)
PostgreSQL.

Foi só isso mesmo que eu percebi quando o usava...

So não entendi quando vc citou:
"Será que você não estaria pensando mais em uma ferramenta análoga ao
Oracle Grid Control"
Mas acho que Grid Computing está fora da realidade atual do PostgreSQL
"ou estou errado?", pois até onde sei PostgreSQL permite a Clusterização
com recursos de LoadBalance, mas não Grid Computing (Pois existe grande
diferença entre Grid Computing e Clusterização);

Na realidade estava me referindo a esta ferramenta da Oracle:

http://www.rittman.net/archives/2004_08.html


Enterprise Manager Grid Control For Windows Now Available

Enterprise Manager 10g Grid Control for Windows is now available for download from OTN.

Enterprise Manager Grid Control is a browser-based version of Oracle Enterprise Manager, with administrators logging into a management repository and then going on to manage multiple databases and application servers. The web-based version of Enterprise Manager that comes as part of the normal 10g install only manages that particular database, whilst the Grid Control version is capable of managing thousands of separate instances, managed as part of a computing 'grid'. The idea is, that each database and application server takes care of much of it's own maintenance and tuning, and the EM Grid Control makes it easy to manage, patch and report on servers 'en-masse', allowing a single DBA to manage a large number of low-cost, commodity servers as if they were just a single computing resource.

More details on EM Grid Control can be found on the OTN product page, and in the Oracle white paper Managing the Complete Oracle Environment with Oracle Enterprise Manager 10g.
 

No seu 3 Paragrafo cita algumas formas de obter dados como "/*vmstat,
iostat, sar*/" vc possui material falando sobre, se vc puder
disponibilizar, mesmo assim vou pesquisar sobre o assunto.

Na realidade são ferramentas do mundo Unix, que servem para coletar estas informações do sistema operacional. São elas que o OSDL DBT-2 utiliza para análises e geração de gráficos. Entre Linux e *BSD existem algumas diferenças de sintaxe e resultado. Veja alguns exemplos:

[EMAIL PROTECTED]:~$ vmstat
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 4  0   3856  49432      0 155684    0    0     7     7   93   145  2  0 98  0 

[EMAIL PROTECTED]:~$ sar
08:36:34          CPU     %user     %nice   %system   %iowait     %idle
08:36:44          all     23.69      0.00      4.28      4.53     67.51
08:36:54          all     12.69      0.00      2.92      1.70     82.68

pga1:/p/celepar/scripts# iostat
Linux 2.6.8-12-em64t-p4-smp (pga1)      22-06-2006

cpu-moy:  %user   %nice    %sys %iowait   %idle
           6,24    0,00    1,07    0,81   91,88

Device:            tps  Blk_lidos/s  Blk_escr./s  Blk_lidos  Blk_escr.
sda              13,59       618,10       222,73 2124514543  765562968
sdb               8,78       424,06       451,15 1457544543 1550683829


--
Rodrigo Hjort
http://icewall.org/~hjort

_______________________________________________
Grupo de Usuários do PostgreSQL no Brasil
http://www.postgresql.org.br

Responder a