博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle 的ORION工具简单使用
阅读量:4520 次
发布时间:2019-06-08

本文共 1479 字,大约阅读时间需要 4 分钟。

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上面虚拟机的性能影响好大..

 

转载于:https://www.cnblogs.com/jinanxiaolaohu/p/8268746.html

你可能感兴趣的文章
C# 笔记
查看>>
android 之输入法
查看>>
编译参数-ObjC的说明
查看>>
配置Synergy(Server : XP, client: Win7)
查看>>
Hadoop集群(第7期)_Eclipse开发环境设置
查看>>
Mysql 多表查询详解
查看>>
Ubuntu下tensorboard的使用
查看>>
门面模式
查看>>
Navicat Premium 10/12——破解激活
查看>>
【leetcode❤python】 290. Word Pattern
查看>>
Mysql备份还原数据库之mysqldump实例及参数详细说明 -转自http://www.cnblogs.com/xuejie/archive/2013/01/11/2856911.html...
查看>>
2013年10月13日学习:SQL通过命令语句来创建表
查看>>
剑指offer : 二维数组中的查找
查看>>
第三章 python基础
查看>>
java基础题
查看>>
[转]人人店短信插件开发
查看>>
[转]c# System.IO.Ports SerialPort Class
查看>>
14. 最长公共前缀
查看>>
Redis文档
查看>>
项目重构
查看>>