Advertisement
Guest User

Untitled

a guest
Mar 8th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. diskspd.exe -b512K -h -r4K -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. think time: 0ms
  12. burst size: 0
  13. software and hardware write cache disabled
  14. performing read test
  15. block size: 524288
  16. using random I/O (alignment: 4096)
  17. number of outstanding I/O operations: 2
  18. thread stride size: 0
  19. threads per file: 1
  20. using I/O Completion Ports
  21. IO priority: normal
  22.  
  23. Results for timespan 1:
  24. *******************************************************************************
  25.  
  26. actual test time: 300.01s
  27. thread count: 1
  28. proc count: 12
  29.  
  30. CPU | Usage | User | Kernel | Idle
  31. -------------------------------------------
  32. 0| 2.39%| 1.14%| 1.25%| 97.61%
  33. 1| 1.54%| 1.10%| 0.44%| 98.45%
  34. 2| 3.39%| 2.61%| 0.78%| 96.61%
  35. 3| 2.57%| 1.15%| 1.43%| 97.43%
  36. 4| 0.91%| 0.51%| 0.40%| 99.10%
  37. 5| 1.44%| 0.90%| 0.54%| 98.56%
  38. 6| 1.32%| 0.76%| 0.56%| 98.68%
  39. 7| 1.24%| 0.75%| 0.49%| 98.75%
  40. 8| 1.64%| 0.93%| 0.71%| 98.36%
  41. 9| 2.24%| 1.62%| 0.62%| 97.76%
  42. 10| 2.14%| 1.57%| 0.57%| 97.86%
  43. 11| 2.54%| 1.58%| 0.95%| 97.47%
  44. -------------------------------------------
  45. avg.| 1.95%| 1.22%| 0.73%| 98.05%
  46.  
  47. Total IO
  48. thread | bytes | I/Os | MB/s | I/O per s | file
  49. ------------------------------------------------------------------------------
  50. 0 | 25389170688 | 48426 | 80.71 | 161.41 | D:\...
  51. ------------------------------------------------------------------------------
  52. total: 25389170688 | 48426 | 80.71 | 161.41
  53.  
  54. Read IO
  55. thread | bytes | I/Os | MB/s | I/O per s | file
  56. ------------------------------------------------------------------------------
  57. 0 | 25389170688 | 48426 | 80.71 | 161.41 | D:\...
  58. ------------------------------------------------------------------------------
  59. total: 25389170688 | 48426 | 80.71 | 161.41
  60.  
  61. Write IO
  62. thread | bytes | I/Os | MB/s | I/O per s | file
  63. ------------------------------------------------------------------------------
  64. 0 | 0 | 0 | 0.00 | 0.00 | D:\...
  65. ------------------------------------------------------------------------------
  66. total: 0 | 0 | 0.00 | 0.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement