log analyzer?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема log analyzer?
Дата
Msg-id 4302.159.33.2.50.994189365.squirrel@klamath.dyndns.org
обсуждение исходный текст
Список pgsql-general
Hi everyone,

Does a log analyzer for PostgreSQL exist? I'm looking for something
similar to Analog for Apache. I'd like to get an idea of how many
connections are being made to the database, at what times -- and if
possible, more specific information like the length of transactions,
which types of queries (SELECT, INSERT, UPDATE, etc) are being issued,
how many failures there were, etc. (I realize you might need to enable
debugging to get some of this information).

Does such a piece of software exist?

TIA,

Neil Conway


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Partial indicies almost working (I think)
Следующее
От: "Mihai Gheorghiu"
Дата:
Сообщение: Re: Regression