📄 readme
字号:
Model of the HP 97560 SCSI disk driveThis directory contains some software to simulate the behavior of theHP 97560 disk drive. The model is modularized so that it can beplugged into a variety of environments. This leads to a three-levelstructure: driver generates requests and calls the model model simulates the disk support supports event-driven simulationFor example, we include two drivers and one support structure here.They aren't the prettiest code ;-) but they did what we needed them todo. Also, there is little documentation. Caveat emptor. The first driver, testdriver, is a simple program to feed a set ofsynthetic requests to the driver for debugging and testing purposes.The second driver, analysis, is used to feed a trace of requests (fromthe SRT format used by Ruemmler and Wilkes, see analysis/README) andspit out the elapsed time for each request.The support mechanism includes a bare-minimum discrete-eventscheduling program, and other miscellaneous stuff. (We actually usethis model inside another much larger simulator based on Proteus, andmuch of the support here is just to help the model stand aloneseparate from that larger simulator). ./doc contains a tech report about the model, some figures, and thedata distributions we obtained in our validation (in reduced form).If you find our model useful, please cite our TR in any derived worksyou publish.Once again, no promises on code prettiness! David KotzSong Bac TohSriram RadhakrishnanDartmouth CollegeJuly 1994
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -