forked from benh/disksim
-
Notifications
You must be signed in to change notification settings - Fork 0
License
zhtlancer/disksim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This directory contains release 4.0 of the DiskSim storage subsystem simulator. Check out the doc directory for he corresponding reference manual that describes the simulator and how to use it. See the file COPYING for the copyright notice and copying conditions. To quickly verify that you've got everything and that it works: 1. "make" the top-level directory. 2. "cd" to the subdirectory called "valid". 3. type "runvalid". This will execute the simulator a number of times, using sample configurations and workloads. Among them are example validation experiments for a number of different SCSI disk drives. To verify that things are working correctly, compare the result values from each execution to the expected value (provided on the preceding line), which is rounded. If you plan to use disksim as a stand-alone simulator, these examples and the user manual should get you started. If you plan to incorporate disksim into a larger-scale simulator (e.g., a full system simulator), disksim_interface.c should be very helpful in getting it to happen quickly and relatively painlessly. It is not compiled into disksim for standalone operation. Thanks to Eran Gabber at Lucent, there is now a simple example of a system-level simulator incorporating disksim as a slave -- check out syssim* (before and after compilation). Please send bug reports, experiences, and problems to [email protected]. If you find disksim useful, please let us know about it! There are two public mailing lists for disksim: [email protected] [email protected] disksim-announce only receives official announcements about bugfixes and new versions of DiskSim. disksim-users is for public discussion. Please visit one of these sites to join the mailing lists: https://sos.ece.cmu.edu/mailman/listinfo/disksim-announce https://sos.ece.cmu.edu/mailman/listinfo/disksim-users
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 86.7%
- Perl 3.4%
- TeX 3.3%
- C++ 2.1%
- Makefile 2.0%
- Python 1.4%
- Other 1.1%