Advertisement
Guest User

222

a guest
Aug 23rd, 2017
73
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| 30.31%| 2.19%| 28.12%| 69.69%
  38. 1| 27.34%| 2.34%| 25.00%| 72.65%
  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.60%| 0.28%| 3.32%| 96.39%
  55.  
  56. Total IO
  57. thread | bytes | I/Os | MB/s | I/O per s | file
  58. ------------------------------------------------------------------------------
  59. 0 | 987836416 | 241171 | 94.20 | 24116.28 | c:\testfile.dat (16KB)
  60. 1 | 990150656 | 241736 | 94.42 | 24172.78 | c:\testfile.dat (16KB)
  61. ------------------------------------------------------------------------------
  62. total: 1977987072 | 482907 | 188.63 | 48289.06
  63.  
  64. Read IO
  65. thread | bytes | I/Os | MB/s | I/O per s | file
  66. ------------------------------------------------------------------------------
  67. 0 | 987836416 | 241171 | 94.20 | 24116.28 | c:\testfile.dat (16KB)
  68. 1 | 990150656 | 241736 | 94.42 | 24172.78 | c:\testfile.dat (16KB)
  69. ------------------------------------------------------------------------------
  70. total: 1977987072 | 482907 | 188.63 | 48289.06
  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