Fix the webpage with the example loadfile for iSCSI.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 4 Dec 2009 04:02:04 +0000 (15:02 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 4 Dec 2009 04:02:04 +0000 (15:02 +1100)
4kb is actually 8 blocks, not 4.

web/iscsi-loadfiles.html

index 21935f54d3f83dece1052702674e721f75df3060..cf90e6326993b68ec635c1625dc8f90d20265df7 100644 (file)
@@ -67,7 +67,7 @@ This will result in serving data straight out of page-cache and can be used
 to test how fast the target can push data from page-cache out across the network.
 </p>
 <pre>
-0.000 READ10 0 4 0 0 0x00
+0.000 READ10 0 8 0 0 0x00
 </pre>
 
 <H3>Example loadfile 3</h3>
@@ -76,7 +76,7 @@ This simple loadfile reads random 4kb from the target over and over.
 For a large LUN that can not all fit in page-cache, this would almost always generate a cache-miss and can test how fast the target can read data off stable-storeage and push it across the network. This can also measure how many threads of i/o the target has when accessing stable-storage.
 </p>
 <pre>
-0.000 READ10 * 4 0 0 0x00
+0.000 READ10 * 8 0 0 0x00
 </pre>
 
 <H3>Example loadfile 3</h3>