On Tue, 2004-05-11 at 22:41, Tad Lake wrote:> hi,lustre have a debug tool named llvisualize ,where
> can i get it?
This was a prototype that was developed by Intel, but has not been
maintained. I very seriously doubt that it''s still in a usable state.
> When lustre runs on tcp,does it send every packet in
> every 4k data?
Even on IP, we write large (512k) Portals messages to the sockets,
although the messages will of course be fragmented beneath us. I
believe that the default is still to have separate TCP sockets for small
packets and large packets, so that those sockets can have different
options.
Did I answer your question?
-Phil