[Disksim-users] Traces

Raul roaslin at gmail.com
Thu Feb 19 14:04:05 EST 2009


Hi everyone!

I´m using ascii traces but I don´t know exactly if they are correct.
Here it is an example of them:



1 0 1 512 1
30 0 2 512 1
45 0 3 512 1
and so on

I want to do a read of 100mb. It is correct?

On the other hand I put this information on de *.parv file is it  
correct?

I think I could be misunderstood with the reading trace.

Thank you


disksim_iosim IS {
      I/O Trace Time Scale = 1.0,
      I/O Mappings = [
     disksim_iomap { tracedev = 0x0, simdev = disk0,  locScale = 512,  
sizeScale = 1 }

      ]  # end of iomap list
}  # end of iosim spec

instantiate [iosimfoo] as IS

# system topology
topology disksim_iodriver driver0 [
    disksim_bus bus0 [
       disksim_ctlr ctlr0 [
          disksim_bus bus1 [
             disksim_disk disk0 []
          ] # end of bus1
       ] # end of ctlr0
    ] # end of bus0
] # end of system topology

# no syncsets

disksim_logorg org0 {
    Addressing mode = Parts,
    Distribution scheme = Asis,
    Redundancy scheme = Noredun,
    devices = [ disk0 ],
    Stripe unit  =  64,
    Synch writes for safety =  0,
    Number of copies =  2,
    Copy choice on read =  6,
    RMW vs. reconstruct =  0.5,
    Parity stripe unit =  64,
    Parity rotation type =  1,
    Time stamp interval =  0.000000,
    Time stamp start time =  60000.000000,
    Time stamp stop time =  10000000000.000000,
    Time stamp file name =  stamps
} # end of logorg org0 spec

disksim_pf Proc {
    Number of processors =  1,
    Process-Flow Time Scale =  1.0
} # end of process flow spec




More information about the Disksim-users mailing list