Re: [ADMIN] Howto get tranaction rate in postgres

2006-05-23 Thread Michael Fuhr
On Tue, May 23, 2006 at 03:49:20PM +0200, Meyer Marco wrote: > I mean the transactions over time interval. Say the current db > transactions per minute. See the "Monitoring Database Activity" chapter in the documentation: http://www.postgresql.org/docs/8.1/interactive/monitoring.html One way wou

Re: [ADMIN] Howto get tranaction rate in postgres

2006-05-23 Thread Meyer Marco
tranaction rate in postgres On Tue, May 23, 2006 at 09:18:19AM +0200, Meyer Marco wrote: > I've been asked to give the transaction rate of a deployed system. How > can I mesure this in postgres. Could not find anything in the > documentation. Are there any tools for this. What tr

Re: [ADMIN] Howto get tranaction rate in postgres

2006-05-23 Thread Michael Fuhr
On Tue, May 23, 2006 at 09:18:19AM +0200, Meyer Marco wrote: > I've been asked to give the transaction rate of a deployed system. How > can I mesure this in postgres. Could not find anything in the > documentation. Are there any tools for this. What transaction rate? The current rate over some ti

[ADMIN] Howto get tranaction rate in postgres

2006-05-23 Thread Meyer Marco
Title: Howto get tranaction rate in postgres Hello, I've been asked to give the transaction rate of a deployed system. How can I mesure this in postgres. Could not find anything in the documentation. Are there any tools for this. Thanx for your help Marco