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? I have a perl script that can test this, but no way the db tells me how fast it's going. (e.g. in oracle: select sum(executions) from v$sqlarea;) Regards, Dan Gorman On May 23, 2006, at 11:32 AM, Mischa Sandberg wrote:
|
- Re: [PERFORM] Selects query stats? Dan Gorman
- Re: [PERFORM] Selects query stats? Jim C. Nasby
- Re: [PERFORM] Selects query stats? Tom Lane
- Re: [PERFORM] Selects query stats? Alvaro Herrera
- Re: [PERFORM] Selects query stats? Tom Lane
- Re: [PERFORM] Selects query stats? Simon Riggs
- Re: [PERFORM] Selects query stats? Jim C. Nasby
- Re: [PERFORM] Selects query stats? Mischa Sandberg
- Re: [PERFORM] Selects query stats? Simon Riggs
- Re: [PERFORM] Selects query stats? Dan Gorman
- Re: [PERFORM] Selects query stats? Robin Ericsson