Re: Selects query stats? - Mailing list pgsql-performance

From Jim C. Nasby
Subject Re: Selects query stats?
Date
Msg-id 20060523184100.GW64371@pervasive.com
Whole thread Raw
In response to Re: Selects query stats?  (Dan Gorman <dgorman@hi5.com>)
Responses Re: Selects query stats?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
On Tue, May 23, 2006 at 11:33:12AM -0700, Dan Gorman wrote:
> In any other DB (oracle, mysql) I know how many queries (selects) per
> second the database is executing. How do I get this
> number out of postgres?

You can't. You also can't know how many DML statements were executed
(though you can see how many tuples were inserted/updated/deleted), or
how many transactions have occured (well, you can hack the last one, but
it's a bit of a mess).

It would be nice if all of this was available.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-performance by date:

Previous
From: Dan Gorman
Date:
Subject: Re: Selects query stats?
Next
From: Simon Riggs
Date:
Subject: Re: Selects query stats?