Advertisement
Guest User

Untitled

a guest
Mar 8th, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. diskspd.exe -b512K -h -d300 "D:\....vbk"
  2.  
  3. Input parameters:
  4.  
  5. timespan: 1
  6. -------------
  7. duration: 300s
  8. warm up time: 5s
  9. cool down time: 0s
  10. random seed: 0
  11. path: 'D:\....vbk'
  12. think time: 0ms
  13. burst size: 0
  14. software and hardware write cache disabled
  15. performing read test
  16. block size: 524288
  17. using sequential I/O (stride: 524288)
  18. number of outstanding I/O operations: 2
  19. thread stride size: 0
  20. threads per file: 1
  21. using I/O Completion Ports
  22. IO priority: normal
  23.  
  24.  
  25.  
  26. Results for timespan 1:
  27. *******************************************************************************
  28.  
  29. actual test time: 300.01s
  30. thread count: 1
  31. proc count: 12
  32.  
  33. CPU | Usage | User | Kernel | Idle
  34. -------------------------------------------
  35. 0| 5.84%| 0.64%| 5.20%| 94.16%
  36. 1| 0.93%| 0.68%| 0.26%| 99.08%
  37. 2| 4.51%| 3.58%| 0.92%| 95.50%
  38. 3| 1.66%| 0.73%| 0.93%| 98.35%
  39. 4| 0.74%| 0.57%| 0.17%| 99.26%
  40. 5| 1.27%| 0.74%| 0.52%| 98.74%
  41. 6| 1.82%| 1.14%| 0.69%| 98.19%
  42. 7| 1.30%| 0.92%| 0.37%| 98.71%
  43. 8| 1.57%| 1.08%| 0.49%| 98.44%
  44. 9| 2.37%| 1.62%| 0.76%| 97.63%
  45. 10| 2.12%| 1.66%| 0.46%| 97.88%
  46. 11| 3.04%| 1.58%| 1.46%| 96.97%
  47. -------------------------------------------
  48. avg.| 2.26%| 1.25%| 1.02%| 97.74%
  49.  
  50. Total IO
  51. thread | bytes | I/Os | MB/s | I/O per s | file
  52. ------------------------------------------------------------------------------
  53. 0 | 143424225280 | 273560 | 455.92 | 911.85 | D:\...vbk (90GB)
  54. ------------------------------------------------------------------------------
  55. total: 143424225280 | 273560 | 455.92 | 911.85
  56.  
  57. Read IO
  58. thread | bytes | I/Os | MB/s | I/O per s | file
  59. ------------------------------------------------------------------------------
  60. 0 | 143424225280 | 273560 | 455.92 | 911.85 | D:\...vbk (90GB)
  61. ------------------------------------------------------------------------------
  62. total: 143424225280 | 273560 | 455.92 | 911.85
  63.  
  64. Write IO
  65. thread | bytes | I/Os | MB/s | I/O per s | file
  66. ------------------------------------------------------------------------------
  67. 0 | 0 | 0 | 0.00 | 0.00 | D:\...vbk (90GB)
  68. ------------------------------------------------------------------------------
  69. total: 0 | 0 | 0.00 | 0.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement