Guest User

Untitled

a guest
Mar 8th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. Command Line: diskspd.exe -c1G -b512K -w67 -r4K -h -d180 D:\testfile.dat
  2.  
  3. Input parameters:
  4.  
  5. timespan: 1
  6. -------------
  7. duration: 600s
  8. warm up time: 5s
  9. cool down time: 0s
  10. random seed: 0
  11. path: 'D:\testfile.dat'
  12. think time: 0ms
  13. burst size: 0
  14. software and hardware write cache disabled
  15. performing mix test (write/read ratio: 67/100)
  16. block size: 524288
  17. using random I/O (alignment: 4096)
  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: 600.00s
  30. thread count: 1
  31. proc count: 12
  32.  
  33. CPU | Usage | User | Kernel | Idle
  34. -------------------------------------------
  35. 0| 52.84%| 2.17%| 50.67%| 47.16%
  36. 1| 3.70%| 2.97%| 0.73%| 96.30%
  37. 2| 5.39%| 4.18%| 1.20%| 94.61%
  38. 3| 3.32%| 1.96%| 1.35%| 96.68%
  39. 4| 1.26%| 0.70%| 0.56%| 98.74%
  40. 5| 2.04%| 1.07%| 0.97%| 97.96%
  41. 6| 1.70%| 0.91%| 0.79%| 98.29%
  42. 7| 1.38%| 0.86%| 0.52%| 98.62%
  43. 8| 2.01%| 1.32%| 0.69%| 97.99%
  44. 9| 1.82%| 1.19%| 0.63%| 98.18%
  45. 10| 2.22%| 1.55%| 0.66%| 97.78%
  46. 11| 2.55%| 1.36%| 1.19%| 97.44%
  47. -------------------------------------------
  48. avg.| 6.68%| 1.69%| 5.00%| 93.31%
  49.  
  50. Total IO
  51. thread | bytes | I/Os | MB/s | I/O per s | file
  52. ------------------------------------------------------------------------------
  53. 0 | 3501899907072 | 6679344 | 5566.10 | 11132.19 | D:\testfile.
  54. dat (1024MB)
  55. ------------------------------------------------------------------------------
  56. total: 3501899907072 | 6679344 | 5566.10 | 11132.19
  57.  
  58. Read IO
  59. thread | bytes | I/Os | MB/s | I/O per s | file
  60. ------------------------------------------------------------------------------
  61. 0 | 1154263023616 | 2201582 | 1834.64 | 3669.29 | D:\testfile.
  62. dat (1024MB)
  63. ------------------------------------------------------------------------------
  64. total: 1154263023616 | 2201582 | 1834.64 | 3669.29
  65.  
  66. Write IO
  67. thread | bytes | I/Os | MB/s | I/O per s | file
  68. ------------------------------------------------------------------------------
  69. 0 | 2347636883456 | 4477762 | 3731.45 | 7462.91 | D:\testfile.
  70. dat (1024MB)
  71. ------------------------------------------------------------------------------
  72. total: 2347636883456 | 4477762 | 3731.45 | 7462.91
Add Comment
Please, Sign In to add comment