• Oracle 的ORION工具简单使用


    1. 下载地址:

    http://www.oracle.com/technetwork/cn/topics/index-088165-zhs.html

    2. linux x64 还有 windows的 安装文件皆可以

    3. windows上面安装, linux上面暂时没安装

    4. 进入安装目录

    orion -help 查看帮助信息

    5. 最简单的压力测试

    创建一个lun文件

    比如 WindowsIO.lun

    测试C盘的话 输入 

    \.C:

    测试D盘的话输入

    \.D:

    6. 最简单的测试

    在安装目录下输入 

    orion -run simple -testname WindowsIO -num_disks 1

    进行测试,如图示

    一个只有一个快照的虚拟机的测试结果

    -run simple -testname OneSnapshot -num_disks 1

    This maps to this test:
    Test: OneSnapshot
    Small IO size: 8 KB
    Large IO size: 1024 KB
    IO Types: Small Random IOs, Large Random IOs
    Simulated Array Type: CONCAT
    Write: 0%
    Cache Size: Not Entered
    Duration for each Data Point: 60 seconds
    Small Columns:, 0
    Large Columns:, 0, 1, 2
    Total Data Points: 8

    Name: \.C: Size: 536870912
    1 FILEs found.

    Maximum Large MBPS=345.12 @ Small=0 and Large=2
    Maximum Small IOPS=1849 @ Small=5 and Large=0
    Minimum Small Latency=2.07 @ Small=1 and Large=0

    一个包含较多快照的虚拟机的测试结果

    -run simple -testname ESXiio -num_disks 1

    This maps to this test:
    Test: ESXiio
    Small IO size: 8 KB
    Large IO size: 1024 KB
    IO Types: Small Random IOs, Large Random IOs
    Simulated Array Type: CONCAT
    Write: 0%
    Cache Size: Not Entered
    Duration for each Data Point: 60 seconds
    Small Columns:, 0
    Large Columns:, 0, 1, 2
    Total Data Points: 8

    Name: \.C: Size: 966787072
    1 FILEs found.

    Maximum Large MBPS=38.71 @ Small=0 and Large=2
    Maximum Small IOPS=95 @ Small=3 and Large=0
    Minimum Small Latency=15.42 @ Small=1 and Large=0

    ESXi上面虚拟机的性能影响好大..

  • 相关阅读:
    webform--常用的控件
    .net嵌入c#代码(投票练习)
    webform之session传值(临时数据的存储)与扩展属性 --(购物车练习)
    ASP.NET aspx页面中 写C#脚本; ASP.NET 指令(<%@%>);
    LinQ操作
    什么是C# Lambda表达式?形如:p=>p.abc
    winform基础
    3D计算机图形学读书笔记—Wat版本
    计算机图形学的领域与分类
    NetBeans中文乱码解决办法
  • 原文地址:https://www.cnblogs.com/jinanxiaolaohu/p/8268746.html
Copyright © 2020-2023  润新知