makepats

来自「Linux磁盘测试的源代码,测试磁盘的读写性能」· 代码 · 共 19 行

TXT
19
字号
## First block has ASCII information at the beginning.## Each pattern is 300 blocks in length and the same pattern is# repeated in each block.  This is true of the first 6 patterns,# but the last 4 patterns repeat every 4 or 8 blocks (see below).##dd if=/dev/rrz8c bs=512 skip=0 count=1 of=pattern_0dd if=/dev/rrz8c bs=512 skip=300 count=1 of=pattern_1dd if=/dev/rrz8c bs=512 skip=600 count=1 of=pattern_2dd if=/dev/rrz8c bs=512 skip=900 count=1 of=pattern_3dd if=/dev/rrz8c bs=512 skip=1200 count=1 of=pattern_4dd if=/dev/rrz8c bs=512 skip=1500 count=1 of=pattern_5dd if=/dev/rrz8c bs=512 skip=1800 count=4 of=pattern_6dd if=/dev/rrz8c bs=512 skip=2100 count=8 of=pattern_7dd if=/dev/rrz8c bs=512 skip=2400 count=4 of=pattern_8dd if=/dev/rrz8c bs=512 skip=2700 count=8 of=pattern_9dd if=/dev/rrz8c bs=512 skip=3000 count=1 of=pattern_0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?