I had a similar requirement. You can use cons on all servers if the session is alive but if its expired you can only go to zk logs and co-relate. It's not convenient for debugging.
It would be nice if ZK logged the ip in the createSession transaction, so that we can get the ip from zk transaction log. On Tue, Nov 15, 2011 at 8:45 AM, Patrick Hunt <[email protected]> wrote: > Client socket connections are local to a server, so you'd need to run > cons on all servers to get the full sense of the connection activity > > Patrick > > On Mon, Nov 14, 2011 at 10:12 PM, nileader <[email protected]> wrote: > > hi, everyone. > > When i exec > > $ echo wchc | nc 192.168.2.176 2181 > > console show me that: > > 0x2328576e3ad3e49 > > /nileader/test/monitor1 > > /nileader/test/monitor2 > > > > So, now I know the session id, how can i get client ip. > > > > > > May be you will tell me exec "cons", but i found that some session do > not > > in cons ip list. > > >
