ORION 存储测试

news/2024/7/20 22:37:21 标签: iOS, Linux, Oracle, Cache

解压即可使用
# gzip orion_linux_x86-64.gz

测异步IO时需要libaio库
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64
# echo $LD_LIBRARY_PATH
:/opt/oracle/product/10.2.0/lib:/usr/lib64

创建配置文件mytest.lun,列出要测试的分区即可. 注意文件名前缀要跟下面的 testname一致
# vi mytest.lun

查看mytest.jun内容
# cat mytest.lun
/dev/sda2

先来个simple test
# ./orion_linux_x86-64 -run simple -testname mytest -num_disks 8

查看测试结果
# cat mytest_20081111_1431_summary.txt
ORION VERSION 11.1.0.7.0

Commandline:
-run simple -testname mytest -num_disks 8

This maps to this test:
Test: mytest
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,       3,       4,       5,       6,       7,       8,       9,      10,      11,      12,      13,      14,      15,      16
Total Data Points: 38

Name: /dev/sda2 Size: 629143441920
1 FILEs found.

Maximum Large MBPS=56.97 @ Small=0 and Large=7
Maximum Small IOPS=442 @ Small=40 and Large=0
Minimum Small Latency=14.62 @ Small=1 and Large=0

最大MBPS为56.97,最大IOPS为442

再测一下8k随机读操作
# ./orion_linux_x86-64 -run advanced -testname mytest -num_disks 8 -size_small 8 -size_large 8 -type rand &

看看结果
# cat mytest_20081111_1519_summary.txt
ORION VERSION 11.1.0.7.0

Commandline:
-run advanced -testname mytest -num_disks 8 -size_small 8 -size_large 8 -type rand

This maps to this test:
Test: mytest
Small IO size: 8 KB
Large IO size: 8 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,       3,       4,       5,       6,       7,       8,       9,      10,      11,      12,      13,      14,      15,      16
Total Data Points: 38

Name: /dev/sda2 Size: 629143441920
1 FILEs found.

Maximum Large MBPS=3.21 @ Small=0 and Large=13
Maximum Small IOPS=448 @ Small=38 and Large=0
Minimum Small Latency=15.16 @ Small=1 and Large=0

最大MBPS为3.21(这么低??),最大IOPS为448

再测一下1M顺序读操作, 失败了, 原因不明...
# ./orion_linux_x86-64 -run advanced -testname mytest -num_disks 8 -size_small 1024 -size_large 1024 -type seq
ORION: ORacle IO Numbers -- Version 11.1.0.7.0
mytest_20081114_1349
Test will take approximately 73 minutes
Larger caches may take longer

rwbase_run_test: rwbase_reap_req failed
rwbase_run_process: rwbase_run_test failed
rwbase_rwluns: rwbase_run_process failed
orion_warm_cache: Warming cache failed. Continuing

看看结果
# cat mytest_20081111_1620_summary.txt
ORION VERSION 11.1.0.7.0

Commandline:
-run advanced -testname mytest -num_disks 8 -size_small 1024 -size_large 1024 -type seq

This maps to this test:
Test: mytest
Small IO size: 1024 KB
Large IO size: 1024 KB
IO Types: Small Random IOs, Large Sequential Streams
Number of Concurrent IOs Per Stream: 4
Force streams to separate disks: No
Simulated Array Type: CONCAT
Write: 0%
Cache Size: Not Entered
Duration for each Data Point: 60 seconds

没结果,失败


http://www.niftyadmin.cn/n/1551815.html

相关文章

truncate table会不会释放相关索引

drop table dt_test_tab;create table dt_test_tab (i number);create index dt_test_idx on dt_test_tab(i);insert into dt_test_tab values (1); insert into dt_test_tab select i from dt_test_tab; / ... / 共17次得到131072条记录commit; select sum(bytes)/1024 f…

10g以上expdp/impdp命令

exp/imp已经很好用了,但是唯一的确定是速度太慢,如果1张表的数据有个百千万的,常常导入导出就长时间停在这个表这,但是从Oracle 10g开始提供了称为数据泵新的工具expdp/impdp,它为Oracle数据提供高速并行及大数据的迁移…

WORD编号排版

假设你的二级编号为:1.1 内容 回车后将自动变成1.2 了,这时你直接按Tab键,它将自动生成三级编号1.1.1 ,同理,当你三级编号的内容全部输完,比如到了1.1.5,回车自动生成1.1.6时按Tab键&#xff…

采用scp命令在Linux系统之间copy文件

不同的Linux之间copy文件常用有3种方法,第一种就是ftp,也就是其中一台Linux安装ftp Server,这样可以另外一台使用ftp的client程序来进行文件的copy。第二种方法就是采用samba服务,类似Windows文件copy的方式来操作,比较…

Oracle的Nologging何时生效 与 批量insert加载数据速度(zt)

Oracle的Nologging何时生效 与 批量insert加载数据速度(转载) 一 非归档模式下 D:>sqlplus "/ as sysdba" 数据库版本为9.2.0.1.0 SQL*Plus: Release 9.2.0.1.0 - Production on 星期一 8月 14 10:20:39 2006 Copyright (c) 1982, 2002, Oracle Corporation. All…

Greenplum高性能数据引擎探秘

【51CTO独家特稿】Greenplum数据引擎是为新一代数据仓库和大规模分析处理而建立的软件解决方案。其最大的特点是不需要高端的硬件支持仍然可以支撑大规模的高性能数据仓库和商业智能查询。在数据仓库、商业智能的应用上,尤其海量数据的处理方面性能极其优异。 高性…

HASH表原理

今天由于天气不好,整天就闷在家里无所事事,偶然间想起前段时间与一个朋友讨论的问题,就是关于哈希函数以及哈希表使用上的,而他对哈希表的理解却是一塌糊涂,当时由于比较忙,也没有仔细与他具体讨论此问题&a…

Linux防火墙设置

1) 永久性生效,重启后不会复原 即时生效,重启后复原 开启: service iptables start 关闭: service iptables stop iptables 脚本配置说明cat /etc/sysconfig/iptables 文件,内容:# Firewall configurati…