From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | pgtop version 0.1 |
Date: | 2001-03-11 20:14:07 |
Message-ID: | 200103112014.PAA07023@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I have completed version 0.1 of pgtop, a PostgreSQL session monitor.
Screenshot attached.
I show the currently running query by using gdb to attach to a running
backend. The backend must have debug symbols and the 'postgres' binary
must be in the current patch. I check for both of these in the program.
I implement Cancel using SIGINT and Terminate using SIGTERM.
I haven't done SORT yet.
You can get it from:
ftp://candle.pha.pa.us/pub/postgresql/pgtop.tcl
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Attachment | Content-Type | Size |
---|---|---|
image/gif | 11.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Rob van Nieuwkerk | 2001-03-11 20:21:58 | pg_dump consistent on live database with 7.0.3 ? |
Previous Message | Bruce Momjian | 2001-03-11 19:09:06 | SIGTERM/FATAL error |