-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What Device_Number means? #47
Comments
For example, I have 100 devices on a host, must I specify the device number from 0-99? Could I use a hundred nonconsecutive indexes? |
Hi @DanlinJia! You can ignore the device number field. If you need to make the trace file on your own, you can fill it with some arbitrary integer number. This column (maybe with a similar name) is found in many ASCII storage trace files like the column ASU in the UMASS format specification: http://skulddata.cs.umass.edu/traces/storage/SPC-Traces.pdf. The simulator accepts it as input but doesn't apply it to the simulations. |
Thanks for replying! I recommend modifying your README to state this point clearly. Otherwise, it's misleading for users to simulate multiple devices in a single workload. |
By the way, do you know what "sector" in Request_Size_In_Sectors refers to? And what's the difference between it and "page" here? thanks. |
@LLLjun |
Hi,
I notice that in a trace_based workload, the columns of input trace file has following names: 1.Request_Arrival_Time 2.Device_Number 3.Starting_Logical_Sector_Address 4.Request_Size_In_Sectors 5.Type_of_Requests[0 for write, 1 for read].
I wonder what Device_Number refers to? Does that mean we can simulate multiple storage devices, and the host may send requests to different devices?
The text was updated successfully, but these errors were encountered: