zoukankan      html  css  js  c++  java
  • Raid5 Raid10性能测试

     Dell R710Xeon 5506 *24G *8300GSAS *4 15K Raid 10

     Dell R710Xeon 5506 *24G *8146G SAS *5  15KRaid 5

    SQLIO 测试

     sqlio -kW -t2 -s120  -o1 -frandom -b64 -BH -LS Testfile.dat >> e:\Wfrandom.txt

      sqlio -kW -t2 -s120  -o1 -frandom -b32 -BH -LS Testfile.dat >> e:\Wfrandom.txt

     sqlio -kW -t2 -s120  -o1 -frandom -b16-BH -LS Testfile.dat >> e:\Wfrandom.txt

     sqlio -kW -t2 -s120  -o1 -frandom -b8 -BH -LS Testfile.dat >> e:\Wfrandom.txt

     sqlio -kW -t2 -s120  -o1 -frandom -b4 -BH -LS Testfile.dat >> e:\Wfrandom.txt

    sqlio -kR -t2 -s120  -o1 -frandom -b64 -BH -LS Testfile.dat >> e:\Rfrandom.txt

     sqlio -kR -t2 -s120  -o1 -frandom -b32 -BH -LS Testfile.dat >> e:\Rfrandom.txt

    sqlio -kR -t2 -s120  -o1 -frandom -b16 -BH -LS Testfile.dat >> e:\Rfrandom.txt

    sqlio -kR -t2 -s120  -o1 -frandom -b8 -BH -LS Testfile.dat >> e:\Rfrandom.txt

    sqlio -kR -t2 -s120  -o1 -frandom -b4 -BH -LS Testfile.dat >> e:\Rfrandom.txt

    sqlio -kW -t2 -s120  -o1 -fsequential -b64 -BH -LS Testfile.dat >> e:\Wfsequential.txt

     sqlio -kW -t2 -s120  -o1 -fsequential -b32 -BH -LS Testfile.dat >> e:\Wfsequential.txt

    sqlio -kW -t2 -s120  -o1 -fsequential -b16-BH -LS Testfile.dat >> e:\Wfsequential.txt

    sqlio -kW -t2 -s120  -o1 -fsequential -b8 -BH -LS Testfile.dat >> e:\Wfsequential.txt

    sqlio -kW -t2 -s120  -o1 -fsequential -b4 -BH -LS Testfile.dat >> e:\Wfsequential.txt

    sqlio -kR -t2 -s120   -o1 -fsequential -b64 -BH -LS Testfile.dat >> e:\Rfsequential.txt

     sqlio -kR -t2 -s120   -o1 -fsequential -b32-BH -LS Testfile.dat >> e:\Rfsequential.txt

    sqlio -kR -t2 -s120   -o1 -fsequential -b16 -BH -LS Testfile.dat >> e:\Rfsequential.txt

    sqlio -kR -t2 -s120   -o1 -fsequential -b8 -BH -LS Testfile.dat >> e:\Rfsequential.txt

    sqlio -kR -t2 -s120   -o1 -fsequential -b4 -BH -LS Testfile.dat >> e:\Rfsequential.txt

      

    练一技,修百艺,而成于自然.
  • 相关阅读:
    变量和值的延伸思考
    一念之想--多维数组
    java扫描控制台输入
    java字符转义
    javaee开发工具及环境配置过程
    java数组、泛型、集合在多态中的使用及对比
    flex的Accordion组件头部文本居中显示
    Visual Studio解决方案及项目的配置
    Away3D引擎学习入门笔记
    使用photoshop,把图片背景变成透明
  • 原文地址:https://www.cnblogs.com/xwj1985/p/2433696.html
Copyright © 2011-2022 走看看