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常用API整理
    Java开发人员必知必会的20种常用类库和API
    SpringBoot_web开发【实验】-员工列表-链接高亮&列表完成
    luogu P1754 球迷购票问题 |动态规划
    luogu P1566 加等式 |背包问题方案数
    luogu P1564 膜拜 |动态规划
    luogu P1509 找啊找啊找GF |背包
    P1474 货币系统 Money Systems |背包方案数
    cloudera安装报错 socket.gaierror: [Errno -2] Name or service not known
  • 原文地址:https://www.cnblogs.com/xwj1985/p/2433696.html
Copyright © 2011-2022 走看看