Naomi Walker
2004-02-12 23:53:31 UTC
How do I get the postgresql statistics? I would like to know queries
per second etc.
The stats_start_collector variable is on, and I can see the
stats collector process running. But how do I query it?
Thanks a lot for any input.
Check out www.postgresql.org/docs/7.3/static/monitoring-stats.html.per second etc.
The stats_start_collector variable is on, and I can see the
stats collector process running. But how do I query it?
Thanks a lot for any input.
There are several views and functions available for querying stats, like
pg_stat_activity, pg_stat_database. In pgsql, try "select * from
pg_stat_activity;", etc.
Naomi
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
message can get through to the mailing list cleanly
-------------------------------------------------------------------------------------------------------------------------Victor Sudakov, VAS4-RIPE, VAS47-RIPN
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
message can get through to the mailing list cleanly
Naomi Walker Chief Information Officer
Eldorado Computing, Inc.
-------------------------------------------------------------------------------------------------------------------------
Forget past mistakes. Forget failures. Forget everything except what you're
going to do now and do it.
- William Durant, founder of General Motors
------------------------------------------------------------------------------------------------------------------------
Naomi Walker Chief Information Officer
Eldorado Computing, Inc.
***@eldocomp.com 602-604-3100
-------------------------------------------------------------------------------------------------------------------------
Forget past mistakes. Forget failures. Forget everything except what you're
going to do now and do it.
- William Durant, founder of General Motors
------------------------------------------------------------------------------------------------------------------------
-- CONFIDENTIALITY NOTICE --
This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email, and delete the message. Thank you.