|
From: Hagen P. P. <ha...@ja...> - 2011-12-18 01:07:49
|
> Sometimes network packets are dropped for some reason. In enterprise > systems which require strict RAS functionality, we must know the > reason why it happened and explain it to our customers even if using > TCP. When we investigate the incidents, at first we try to find out > whether the problem is in the server(kernel, application) or else > (router, hub etc). And next we try to find out which layer > (application/middleware/kernel(IP/TCP/UDP/..)etc.) the problem > occurs. For the first question tcpdump may the right tool. For the later systemtap can be used. I mean we now have the possibility to instrument the kernel at runtime, without bloating the source. Anyway: is 63e03724b51 not suitable to gather the required information easily? Hagen |