# DiskArraySim **Repository Path**: AstroTJU/DiskArraySim ## Basic Information - **Project Name**: DiskArraySim - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DiskArraySim A light disk array simulator for DAES. ## Generate requests 1. Check the `REQ` part of `conf.conf` which defines the way to generate requests. 2. Type `make test_req`, the requests will be put into `req.csv` in a overwriting way. ## Run the simulator 1. Check the configure file `conf.conf` which defines behaviour of this simulator. 2. Type `make sim` to run the simulator. It reads requests from `req.csv` and handles them according to the configure file.