From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | Enrique Escobar <ekurth(at)live(dot)com(dot)mx> |
Cc: | Josh berkus <josh(at)agliodbs(dot)com>, PostgreSQL www <pgsql-www(at)postgresql(dot)org> |
Subject: | Re: Stadisticas |
Date: | 2016-05-10 01:29:33 |
Message-ID: | CAKFQuwaYGxLKYnib+MBybov+81MX9nYx79HsNrNKzwG0UzuPTA@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
2016-05-09 18:20 GMT-07:00 Enrique Escobar <ekurth(at)live(dot)com(dot)mx>:
> Hola Lista.
>
> Ando buscando una forma para medir por dia la carga de mis bases. Lo que
> deseo hacer es lo siguiente. (suma de peticiones, al server)
>
> Ejemplo
>
> 1.- Peticion de inserción y no inserta porque x motivo ejemplo registro
> duplicado. (seria 1 movimiento)
>
> 2.- Consulta de registro. (Seria 2 movimientos).
>
> 3.- Peticion de inserción y lo inserta ala base (Seria 3 movimientos)
>
> 4.- Borrado de registro (seria 4 movimientos)
>
> En total serian 4 registros, aunque si me voy a los registros solo veria 2
> la inserción y el borrado. Estuve leyendo los siguientes link.
>
> http://www.postgresql.org/docs/current/interactive/monitoring-stats.html
>
>
> http://www.postgresql.org/docs/current/interactive/runtime-config-statistics.html
>
> y no he logrado encontrar una forma para tener una stadistica de cómo
> hcaerlo, alguien lo a hecho?
>
>
>
Yeah...doing a reply-to-all on an unrelated thread
on an inappropriate list doesn't really endear you to people.
I speak zero Spanish and what Google Translate gives me isn't something I
can reliably help with.
You should try the regional list(s).
http://www.postgresql.org/list/
http://www.postgresql.org/list/pgsql-es-ayuda/
What I can read says you need to learn how to output data to the log file
and process it. For the most part you will need to use external to
PostgreSQL tools to do so.
Some of these things seem application oriented and should be generated
explicitly via events and not gleaned from transaction logs.
David J.
From | Date | Subject | |
---|---|---|---|
Next Message | Enrique Escobar | 2016-05-10 01:50:32 | Re: Stadisticas |
Previous Message | Enrique Escobar | 2016-05-10 01:20:01 | Stadisticas |