dd if=/dev/zero if=... count=nnn bs=4 while (true); do cat some.file >x.tmp;done
These assume you don't care about the value, just want a steady stream of bytes. -- John McKown Senior Systems Programmer UICI Insurance Center Applications & Solutions Team +1.817.255.3225 This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its' content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. > -----Original Message----- > From: Dave Myers [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 3:33 PM > To: [EMAIL PROTECTED] > Subject: Linux Data Generator program?? > > > Anyone know of any linux open-source pgms or other tools > that I can use > to generate lots of data.....to test loads on escon, ficon and fcp > attached storage devices & switches?? > > > Tia > Dave Myers > Denver Solutions Group > Senior Systems Engineer > Office Phone:�� (303) 996-7112 > Cellular Phone: (303) 619-0782 > Home Office:��� (303) 948-0027 > Fax:����������������� (303) 706.1713 > e-mail: [EMAIL PROTECTED] >
