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

      

    练一技,修百艺,而成于自然.
  • 相关阅读:
    Android SingleTask启动模式与Home键的问题
    Flutter Widget截图
    Flutter 以Dialog Activity形式展现
    Flutter Text或者RichText不换行的问题
    Adnroid提高效率之资源移动
    GO学习之 输入输出
    GO学习之 运算符
    GO学习之 值类型与引用类型
    GO学习之 指针
    GO学习之 变量与变量的基本数据类型
  • 原文地址:https://www.cnblogs.com/xwj1985/p/2433696.html
Copyright © 2011-2022 走看看