If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > Postgress log analyzer

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-21-11, 06:05
narste narste is offline
Registered User
 
Join Date: Nov 2011
Posts: 1
Postgress log analyzer

Hello,
given a Postgres log, I need to extract for every type of db operation (query, insert, delete, update) the total time that each type of db operation take up.For example:
  • QUERY: 30m 10s
  • INSERT: 5m 3s
  • DELETE: 7m 3s
  • UPDATE: 9m 2s

Do you know some tool that does this work?

Thanks

narste
Reply With Quote
  #2 (permalink)  
Old 11-21-11, 09:54
arvindps arvindps is offline
Registered User
 
Join Date: Aug 2011
Posts: 27
Try

pgFouine - a PostgreSQL log analyzer

a good and respected analyzer
Reply With Quote
Reply

Tags
log

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On