read_telemetry 594 B

1234567891011121314151617181920212223242526272829
  1. #
  2. #
  3. # The format is:
  4. #
  5. # All fields are space delimited.
  6. # A # symbol in column 1 indicates a comment.
  7. # First field: Byte offset within the file.
  8. # Second field: Size in bytes of the I/O operation.
  9. # Third field: Number of milliseconds to delay before I/O operation.
  10. #
  11. # This is an example of sequential 64k reader with 2 milliseconds
  12. # before each read.
  13. #
  14. 0 65536 2
  15. 65536 65536 2
  16. 131072 65536 2
  17. 196608 65536 2
  18. 262144 65536 2
  19. 327680 65536 2
  20. 393216 65536 2
  21. 458752 65536 2
  22. 524288 65536 2
  23. 589824 65536 2
  24. 655360 65536 2
  25. 720896 65536 2
  26. 786432 65536 2
  27. 851968 65536 2
  28. 917504 65536 2
  29. 983040 65536 2