PostgreSQL admin or monitor program?

Поиск
Список
Период
Сортировка
От Gary Huntress
Тема PostgreSQL admin or monitor program?
Дата
Msg-id IXNz6.45128$Wz.11517066@typhoon.ne.mediaone.net
обсуждение исходный текст
Ответы Re: PostgreSQL admin or monitor program?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Is there a PostgreSQL equivalent for the MySQL program mysqladmin?   My
system load jumped and using top I saw that it was due to postmaster.  With
mysqladmin I can show the mysql processlist and see the list of connections
and who is doing what.  I've looked through the indexes for all the
documentation at http://www.postgresql.org/devel-corner/docs/ (and I've read
most of them) but I don't see an equivalent function.

What is the best way to do mundane things like list active users and their
state, list stats about the server (mysqladmin will list uptime, number of
queries issued, queries per second etc), kill a user, etc?   Can psql do
this or do I need a seperate client?

--
Regards,
Gary "SuperID" Huntress
=======================================================
FreeSQL.org offering free database hosting to developers
Visit http://www.freesql.org




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

Предыдущее
От: Ciaran Johnston
Дата:
Сообщение: Problems configuring pgsql - sed problem
Следующее
От: "Wade Burlingame"
Дата:
Сообщение: Why are quotes required around table / column names in SQL statements?