Thanks very much! I put that query into a script that puts the initial result into a variable, sleeps for a minute, queries again into a second variable and subtracts the difference. Works fine.
Melvin Davidson Folk Alley - All Folk - 24 Hours a day www.folkalley.com --- On Wed, 5/12/10, hubert depesz lubaczewski <[email protected]> wrote: From: hubert depesz lubaczewski <[email protected]> Subject: Re: [GENERAL] Count actual transaction per minute? To: "Melvin Davidson" <[email protected]> Cc: [email protected] Date: Wednesday, May 12, 2010, 11:20 AM sure. run: select sum(xact_commit + xact_rollback) from pg_stat_database every minute, substract previous result from current, and you'll know your current tpm. Best regards, depesz -- Linkedin: http://www.linkedin.com/in/depesz / blog: http://www.depesz.com/ jid/gtalk: [email protected] / aim:depeszhdl / skype:depesz_hdl / gg:6749007
