0

I have to monitor database statistic for postgresql and need display as graph. How to check Query execution time and number of query per seconds in postgres. What functions available to get those output?? Any reference site will be useful.

Chandru
  • 1
  • 1
  • 1

1 Answers1

1

There are many statistics available, check the manual.

Frank Heikens
  • 1,258
  • 6
  • 8