On Tue 05 Aug 2014 09:24:04 Zubin Mithra wrote:
> 1. A sample output of running it on the client and the server can be
> found here :-
> - client : https://gist.github.com/eQu1NoX/3a325de729b4705dc9c3
> - server : https://gist.github.com/eQu1NoX/3713abc3bae2657d4d6e

pretty cool.  some thoughts:
 - should lookup IP addresses
 - should lookup ports using getservent
 - add a flag to enable that look up logic since it'll probably be too slow 
for default behavior

> 2. Currently, the ip and port associated with a file descriptor is
> obtained in a similar way as netstat does it(print_remote_ipport of
> the patch corresponds to tcp_do_one in netstat;

i don't think we want to use that model.  the /proc net filesystem is known to 
have limitations.  instead i think we should do what iproute2's ss tool does 
-- use netlink sockets.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to