Advertisement
Guest User

HP SA P410i counters

a guest
Nov 17th, 2010
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. With "noop" option enabled in the I/O scheduler:
  2. [root@srv sandbox]# echo "noop" > /sys/block/cciss\!c0d0/queue/scheduler
  3.  
  4. With 8MB of read ahead cache:
  5. [root@srv sandbox]# blockdev --setra 8192 /dev/cciss/c0d0
  6.  
  7. [root@srv sandbox]# iozone -i 0 -i 1 -i 2 -r 4m -e -t 3 -s 48g
  8. Iozone: Performance Test of File I/O
  9. Version $Revision: 3.327 $
  10. Compiled for 64 bit mode.
  11. Build: linux
  12.  
  13. Contributors:William Norcott, Don Capps, Isom Crawford, Kirby Collins
  14. Al Slater, Scott Rhine, Mike Wisner, Ken Goss
  15. Steve Landherr, Brad Smith, Mark Kelly, Dr. Alain CYR,
  16. Randy Dunlap, Mark Montague, Dan Million, Gavin Brebner,
  17. Jean-Marc Zucconi, Jeff Blomberg, Benny Halevy,
  18. Erik Habbinga, Kris Strecker, Walter Wong, Joshua Root.
  19.  
  20. Run began: Thu Nov 18 10:42:48 2010
  21.  
  22. Record Size 4096 KB
  23. Include fsync in write timing
  24. File size set to 50331648 KB
  25. Command line used: iozone -i 0 -i 1 -i 2 -r 4m -e -t 3 -s 48g
  26. Output is in Kbytes/sec
  27. Time Resolution = 0.000001 seconds.
  28. Processor cache size set to 1024 Kbytes.
  29. Processor cache line size set to 32 bytes.
  30. File stride size set to 17 * record size.
  31. Throughput test with 3 processes
  32. Each process writes a 50331648 Kbyte file in 4096 Kbyte records
  33.  
  34. Children see throughput for 3 initial writers = 403348.45 KB/sec
  35. Parent sees throughput for 3 initial writers = 396017.75 KB/sec
  36. Min throughput per process = 130588.26 KB/sec
  37. Max throughput per process = 136556.31 KB/sec
  38. Avg throughput per process = 134449.48 KB/sec
  39. Min xfer = 48132096.00 KB
  40.  
  41. Children see throughput for 3 rewriters = 388516.96 KB/sec
  42. Parent sees throughput for 3 rewriters = 383248.16 KB/sec
  43. Min throughput per process = 127749.85 KB/sec
  44. Max throughput per process = 132657.72 KB/sec
  45. Avg throughput per process = 129505.65 KB/sec
  46. Min xfer = 50331648.00 KB
  47.  
  48. Children see throughput for 3 readers = 303065.75 KB/sec
  49. Parent sees throughput for 3 readers = 303053.32 KB/sec
  50. Min throughput per process = 100007.34 KB/sec
  51. Max throughput per process = 102066.11 KB/sec
  52. Avg throughput per process = 101021.92 KB/sec
  53. Min xfer = 49319936.00 KB
  54.  
  55. Children see throughput for 3 re-readers = 298324.72 KB/sec
  56. Parent sees throughput for 3 re-readers = 298310.37 KB/sec
  57. Min throughput per process = 98019.91 KB/sec
  58. Max throughput per process = 100545.94 KB/sec
  59. Avg throughput per process = 99441.57 KB/sec
  60. Min xfer = 49070080.00 KB
  61.  
  62. Children see throughput for 3 random readers = 168330.78 KB/sec
  63. Parent sees throughput for 3 random readers = 168326.31 KB/sec
  64. Min throughput per process = 55925.84 KB/sec
  65. Max throughput per process = 56208.99 KB/sec
  66. Avg throughput per process = 56110.26 KB/sec
  67. Min xfer = 50081792.00 KB
  68.  
  69. Children see throughput for 3 random writers = 301058.52 KB/sec
  70. Parent sees throughput for 3 random writers = 297864.71 KB/sec
  71. Min throughput per process = 99511.12 KB/sec
  72. Max throughput per process = 101287.23 KB/sec
  73. Avg throughput per process = 100352.84 KB/sec
  74. Min xfer = 49451008.00 KB
  75.  
  76.  
  77.  
  78. iozone test complete.
  79. [root@srv sandbox]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement