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

      

    练一技,修百艺,而成于自然.
  • 相关阅读:
    python爬虫,scrapy,获取响应的cookie,获取返回的cookie
    this指向
    闭包的10种形式
    nodejs 公私钥文件加密解密
    mysql基础知识
    nodejs 连接mysql 集群,开启事务,事务回滚封装
    pm2 启动eggjs,
    js身份证验证,二代身份证,大陆,权重验证,正规
    nodejs限制IP一段时间内的访问次数
    nodejs链接mysql集群,nodejs PoolCluster : Error: Too many connections
  • 原文地址:https://www.cnblogs.com/xwj1985/p/2433696.html
Copyright © 2011-2022 走看看