You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that trace needs to follow a specific format, as follows:
Input trace file format:
- 1: timestamp in ms
- 2: disk ID (not used)
- 3: offset in bytes
- 4: I/O size in bytes
- 5: r/w type, 1 for read and 0 for write
SO,how is trace in this format generated?
The text was updated successfully, but these errors were encountered:
I noticed that trace needs to follow a specific format, as follows:
SO,how is trace in this format generated?
The text was updated successfully, but these errors were encountered: