kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* K(ret)probe for TCP time to connect?
@ 2016-04-16 23:53 Sargun Dhillon
  0 siblings, 0 replies; only message in thread
From: Sargun Dhillon @ 2016-04-16 23:53 UTC (permalink / raw)
  To: kernelnewbies

I'm working on instrumenting a TCP connections to assist in making
load balancing decisions elsewhere. Specifically, I'm looking to get
statistics for the time to connect, and notification of failed
connects. I initially tried to put kretprobes around
inet_stream_connect, but if the socket is in non-blocking mode that
notification happens asynchronously. I can't figure out a (good) way
to keep track of this data. Any suggestions?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-16 23:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-16 23:53 K(ret)probe for TCP time to connect? Sargun Dhillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).