Re: [HACKERS] connection logging dtrace probe

2009-02-15 Thread ITAGAKI Takahiro
Hi, Robert Treat wrote: > I whipped up a quick dtrace probe for one of our servers to monitor > connection > attempts. My goal was to monitor for any connection attempts from a specific > role within the database. How about adding probes not only for connection attempts but also for connect

[HACKERS] connection logging dtrace probe

2009-02-12 Thread Robert Treat
I whipped up a quick dtrace probe for one of our servers to monitor connection attempts. My goal was to monitor for any connection attempts from a specific role within the database. Unfortunatly you can't set logging of connections for a specific user, and logging all connections on that machi