Understanding ps -ef "command" column
От
David Jaquay
Тема
Understanding ps -ef "command" column
Дата
Msg-id
ad4aa5a80802220818p54412028r9205f49601492326@mail.gmail.com
Список
Дерево обсуждения
Understanding ps -ef "command" column "David Jaquay" <djaquay@gmail.com>
Re: Understanding ps -ef "command" column "Douglas McNaught" <doug@mcnaught.org>
Re: Understanding ps -ef "command" column "David Jaquay" <djaquay@gmail.com>
Re: Understanding ps -ef "command" column "Douglas McNaught" <doug@mcnaught.org>
Re: Understanding ps -ef "command" column Erik Jones <erik@myemma.com>
Re: Understanding ps -ef "command" column "David Jaquay" <djaquay@gmail.com>
Re: Understanding ps -ef "command" column "Andrej Ricnik-Bay" <andrej.groups@gmail.com>
Re: Understanding ps -ef "command" column Bruce Momjian <bruce@momjian.us>
Re: Understanding ps -ef "command" column Kris Jurka <books@ejurka.com>
When I do a ps -ef, in the command column, I see:
postgres: postgres dbname 10.170.1.60(57413) idle
I get all of this, except the "57413". What does this mean, and more importantly, how can I tie that number back to a connection that I've acquired via JDBC?
In my case, I've got a connection that's hanging around after my code should have closed it, which means almost certainly that I've got problems in my code, but I'd love to be able to get that "57413" number from my jdbc object and write it to my logs to troubleshoot this. Any ideas?
Thanks,
Dave
postgres: postgres dbname 10.170.1.60(57413) idle
I get all of this, except the "57413". What does this mean, and more importantly, how can I tie that number back to a connection that I've acquired via JDBC?
In my case, I've got a connection that's hanging around after my code should have closed it, which means almost certainly that I've got problems in my code, but I'd love to be able to get that "57413" number from my jdbc object and write it to my logs to troubleshoot this. Any ideas?
Thanks,
Dave
В списке pgsql-general по дате отправления