Download presentation
Published byBrendan Mosley Modified over 9 years ago
1
DiskSim – Storage System Simulator Michigan-CMU
Sriram Govindan
2
file system (buffer cache)
Flow Application file system (buffer cache) IO-driver bus disk controller disk cache disk array Very simple process model Simulated by DiskSim
3
What is happening? Request flow through a series of storage components
We are interested in the time the request took in each such component – model each component. Write equations for each component that captures its latency eg. equation to calculate seek time, given current head position, cylinder to seek etc. (separate equations for barracuda disk and Seagate disk - obtained through micro-benchmarks), eg. constants for other models (bus arbitration). Capture dependency among request. We are also interested in component/ workload/ software characteristics (impact on each other) Compare performance/fairness of different IO-Driver scheduling algorithms. Vary cache size/stripe units for workload and see its impact etc.
5
What it is Highly accurate and widely used.
Open Source, written in “C” - what else v need? :-) Easily attach to a full system simulator. Driven by, External I/O request trace. Internally generated Synthetic workloads.
6
What it is not Cannot model interactions with other system components, unless integrated with an accurate full system simulator. CPU Scheduler effects. Other components competing for BUS etc. Work with numbers and not with data, Of course.
7
Ok, now i want to work with DiskSim ?
Sure.. Go to, Download DiskSim and Of course install it. Older version of GCC ?? Help !!! download reference manual Join DiskSim Mailing list
8
DiskSim files of interest
Trace file websearch_trace 2, , , R, 0, , 32768, R, 1, , 8192, R, 0, , 24576, R, 2, , 16384, R, Disk specs disk_specs Parameter file parameter_file Output file output_file
9
Running DiskSim DiskSim3.0 Reference manual – page 7, Section2.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.