Advertisement
Guest User

333

a guest
Aug 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1.  
  2. Command Line: diskspd.exe -b4K -t2 -r -o32 -d10 -h c:\testfile.dat
  3.  
  4. Input parameters:
  5.  
  6. timespan: 1
  7. -------------
  8. duration: 10s
  9. warm up time: 5s
  10. cool down time: 0s
  11. random seed: 0
  12. path: 'c:\testfile.dat'
  13. think time: 0ms
  14. burst size: 0
  15. software cache disabled
  16. hardware write cache disabled, writethrough on
  17. performing read test
  18. block size: 4096
  19. using random I/O (alignment: 4096)
  20. number of outstanding I/O operations: 32
  21. thread stride size: 0
  22. threads per file: 2
  23. using I/O Completion Ports
  24. IO priority: normal
  25.  
  26.  
  27.  
  28. Results for timespan 1:
  29. *******************************************************************************
  30.  
  31. actual test time: 10.00s
  32. thread count: 2
  33. proc count: 16
  34.  
  35. CPU | Usage | User | Kernel | Idle
  36. -------------------------------------------
  37. 0| 33.59%| 2.66%| 30.94%| 66.40%
  38. 1| 29.84%| 2.50%| 27.34%| 70.15%
  39. 2| 0.00%| 0.00%| 0.00%| 100.00%
  40. 3| 0.00%| 0.00%| 0.00%| 100.00%
  41. 4| 0.00%| 0.00%| 0.00%| 100.00%
  42. 5| 0.00%| 0.00%| 0.00%| 100.00%
  43. 6| 0.00%| 0.00%| 0.00%| 100.00%
  44. 7| 0.00%| 0.00%| 0.00%| 100.00%
  45. 8| 0.00%| 0.00%| 0.00%| 100.00%
  46. 9| 0.00%| 0.00%| 0.00%| 100.00%
  47. 10| 0.00%| 0.00%| 0.00%| 100.00%
  48. 11| 0.00%| 0.00%| 0.00%| 100.00%
  49. 12| 0.00%| 0.00%| 0.00%| 100.00%
  50. 13| 0.00%| 0.00%| 0.00%| 100.00%
  51. 14| 0.00%| 0.00%| 0.00%| 100.00%
  52. 15| 0.00%| 0.00%| 0.00%| 100.00%
  53. -------------------------------------------
  54. avg.| 3.96%| 0.32%| 3.64%| 96.03%
  55.  
  56. Total IO
  57. thread | bytes | I/Os | MB/s | I/O per s | file
  58. ------------------------------------------------------------------------------
  59. 0 | 979755008 | 239198 | 93.43 | 23919.03 | c:\testfile.dat (16KB)
  60. 1 | 983207936 | 240041 | 93.76 | 24003.33 | c:\testfile.dat (16KB)
  61. ------------------------------------------------------------------------------
  62. total: 1962962944 | 479239 | 187.20 | 47922.36
  63.  
  64. Read IO
  65. thread | bytes | I/Os | MB/s | I/O per s | file
  66. ------------------------------------------------------------------------------
  67. 0 | 979755008 | 239198 | 93.43 | 23919.03 | c:\testfile.dat (16KB)
  68. 1 | 983207936 | 240041 | 93.76 | 24003.33 | c:\testfile.dat (16KB)
  69. ------------------------------------------------------------------------------
  70. total: 1962962944 | 479239 | 187.20 | 47922.36
  71.  
  72. Write IO
  73. thread | bytes | I/Os | MB/s | I/O per s | file
  74. ------------------------------------------------------------------------------
  75. 0 | 0 | 0 | 0.00 | 0.00 | c:\testfile.dat (16KB)
  76. 1 | 0 | 0 | 0.00 | 0.00 | c:\testfile.dat (16KB)
  77. ------------------------------------------------------------------------------
  78. total: 0 | 0 | 0.00 | 0.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement