Brendan Gregg has developed a great tool, "tcpretrans" based on the Dynamic Tracing feature of the Linux kernel. He explained it here: https://www.brendangregg.com/blog/2014-09-06/linux-ftrace-tcp-retransmit-tracing.html
The tool utilizes a low overhead approach to demonstrate TCP-retransmits happened. I wonder to know if there is a similar tool or DTrace script that could be utilized for such a purpose.
I am stuck in a situation where need to know what the retransmits are so I can dig more.