Forum Discussion
John_D_45468
Jan 20, 2011Nimbostratus
2010 performance report
I was looking at the 2010 performance report http://www.f5.com/pdf/reports/f5-performance-report.pdf and at the test equipment configuration. I was trying to load it on our borrowed Ixia and I've noti...
hooleylist
Jan 20, 2011Cirrostratus
Hi JD,
You can create these files using dd (man dd for info) on LTM:
dd if=/dev/zero of=/var/tmp/output.file bs=1024 count=1024
This will produce a 1mb file. Increase the count to increase the size of the file.
Or you can update the blocksize and count to get a smaller size:
dd if=/dev/zero of=/var/tmp/128B.html bs=128 count=1
For other examples, you could search the web for something like "create file specific size linux"
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects