49a9e95c5d4a020bd6b0e5dcd35e505c9579e23f
[amitay/dbench.git] / loadfiles / iscsi.txt
1 # timestamp TESTUNITREADY sense
2 0.000 TESTUNITREADY 0x00
3 #
4 #
5 # timestamp READ10 lba #xferlen rd grp sense
6 #   if lba is * this means to use a random lba
7 #
8 #   rd is :
9 #     3 bits     0xe0 : RDPROTECT
10 #     1 bit      0x10 : DPO
11 #     1 bit      0x08 : FUA
12 #     1 bit      0x02 : FUA_NV
13 0.000 READ10    0 2 0 0 0x00
14 0.000 READ10    2 2 0 0 0x00
15 0.000 READ10    4 2 0 0 0x00
16 0.000 READ10    6 2 0 0 0x00
17 0.000 READ10    * 2 0 0 0x00
18 #
19 # timestamp READCAPACITY10 lba pmi(0/1) sense
20 0.000 READCAPACITY10 0 0 0x00
21
22 # Reservation:
23 # PROUT  <service action> <type> <key> <sa-key>
24
25 # Register
26 0.000 PROUT 0  0          0 0xdeadbeef 0x00
27 # Reserve (type = 1)
28 0.000 PROUT 1  1 0xdeadbeef          0 0x00
29 # Reservation conflict (type = 3)
30 0.000 PROUT 1  3 0xdeadbeef          0 0x18
31 # Reservation conflict (type = 5)
32 0.000 PROUT 1  5 0xdeadbeef          0 0x18
33 # Release (type = 1)
34 0.000 PROUT 2  1 0xdeadbeef          0 0x00
35 # Reservation OK now (type = 3)
36 0.000 PROUT 1  3 0xdeadbeef          0 0x00
37 # Release (type = 3)
38 0.000 PROUT 2  3 0xdeadbeef          0 0x00
39 # Unregister
40 0.000 PROUT 0  0 0xdeadbeef          0 0x00