thibault.donadini@bull.net
2007-Jul-03 05:42 UTC
[Lustre-devel] [Bug 12892] New: Lustre network protocol analyzer
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=12892 Hi everybody, During my internship, I developed a module to analyze the lustre protocol with tcpdump. I used ftp://ftp.lustre.org/pub/lustre/other/tcpdump-lustre.tgz as a starting point. I made a .tar.gz which contains: - tcpdump-3.9.5 including the lustre module - libpcap-0.9.5 It is optimized for Lustre-1.4.8.1 but can work with other versions where the network protocol doesn''t change a lot. I made a patch too, in order to use it on lustre-1.6, which only decode protocol v1 until now. Reviews/Remarks/Feedback welcomed.