You might try strace and ltrace, which track system and lib calls… but they’re not very dtrace-like. Linux does have a dtrace port or three, but I never had any luck with them personally, perhaps they’re better now?
dan > On May 12, 2015, at 10:41 PM, Nan Xiao <[email protected]> wrote: > > Hi all, > > I am not sure whether this issue is off-topic of DTrace mailing list. If it > is off-topic, please excuse me and ignore this mail. Thanks! > > I have met a strange issue when using docker 1.5.0 on RHEL 7.0. To be simple, > the issue is a docker container has listened on the port 8080, but the server > always responses "RST" when other clients try to create TCP connection on > port 8080. I want to know whether there are some good tools/methods working > on Linux like DTrace: it can tell me why kernel/docker doesn't accept this > request on port 8080. I have posted the issue on SO > <http://stackoverflow.com/questions/30160901/why-does-the-host-always-response-rst-though-the-server-is-listening-on-the-po>, > but unfortunately, there is no answer. > > Thanks very much! > > Best Regards > Nan Xiao (肖楠) > Skype: xiaonan19830818 > Jabber/XMPP: [email protected] > Telegram: nanxiao > Personal website (Chinese): http://nanxiao.me/ <http://nanxiao.me/> > Personal website (English): http://nanxiao.me/en <http://nanxiao.me/en> > Chinese DTrace website: http://chinadtrace.org/ <http://chinadtrace.org/> > dtrace-discuss | Archives > <https://www.listbox.com/member/archive/184261/=now> > <https://www.listbox.com/member/archive/rss/184261/24868978-bdf5c1b8> | > Modify <https://www.listbox.com/member/?&> Your Subscription > <http://www.listbox.com/> ------------------------------------------- dtrace-discuss Archives: https://www.listbox.com/member/archive/184261/=now RSS Feed: https://www.listbox.com/member/archive/rss/184261/25769126-e243886f Modify Your Subscription: https://www.listbox.com/member/?member_id=25769126&id_secret=25769126-8d47a7b2 Powered by Listbox: http://www.listbox.com
