2006-01-26

FTP memory-to-memory transfer

This is useful for testing network performance between two machines while eliminating disk I/O (1 GB transfer example):
ftp> bin
ftp> put "| dd if=/dev/zero bs=512k count=2000" /dev/null

Taken from the AIX Performance Management Guide.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home