ORACLE ORION測(cè)試IO性能
https://www.oracle.com/technetwork/cn/topics/index-088165-zhs.html 下載地址
Orion是Oracle提供的IO性能測(cè)試工具,運(yùn)行該工具不需要安裝oracle database軟件或創(chuàng)建數(shù)據(jù)庫(kù)。 它可以模擬Oracle數(shù)據(jù)庫(kù)的IO負(fù)載,也可以用來(lái)仿真ASM的條帶化的功能
下載后解壓就可以直接用
先把要測(cè)試的設(shè)備寫入到同路徑的文件中,然后即可測(cè)試
[root@localhost oracle]# cat mytest.lun
/dev/mapper/ol-root
[root@localhost oracle]# ./orion_linux_x86-64 -run simple -testname mytest -num_disks 1
ORION: ORacle IO Numbers -- Version 11.1.0.7.0
mytest_20190329_1057
Test will take approximately 9 minutes
Larger caches may take longer
[root@localhost oracle]# ls|grep csv
mytest_20190329_1057_iops.csv
mytest_20190329_1057_lat.csv
mytest_20190329_1057_mbps.csv
[root@localhost oracle]# cat mytest_20190329_1057_iops.csv
Large/Small, 1, 2, 3, 4, 5
0, 2302, 4398, 5450, 6006, 6210
1
2
[root@localhost oracle]# cat mytest_20190329_1057_lat.csv
Large/Small, 1, 2, 3, 4, 5
0, 0.43, 0.45, 0.55, 0.67, 0.80
1
2
[root@localhost oracle]# cat mytest_20190329_1057_mbps.csv
Large/Small, 0, 1, 2, 3, 4, 5
1, 271.58
2, 374.26
[root@localhost oracle]#
[root@localhost oracle]# ll|grep mytest -rw-r--r--. 1 root root 128 Mar 29 11:04 mytest_20190329_1057_iops.csv -rw-r--r--. 1 root root 128 Mar 29 11:04 mytest_20190329_1057_lat.csv -rw-r--r--. 1 root root 100 Mar 29 11:04 mytest_20190329_1057_mbps.csv -rw-r--r--. 1 root root 599 Mar 29 11:04 mytest_20190329_1057_summary.txt -rw-r--r--. 1 root root 2969 Mar 29 11:04 mytest_20190329_1057_trace.txt -rw-r--r--. 1 root root 20 Mar 29 10:57 mytest.lun [root@localhost oracle]# cat mytest_20190329_1057_summary.txt ORION VERSION 11.1.0.7.0 Commandline: -run simple -testname mytest -num_disks 1 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 Total Data Points: 8 Name: /dev/mapper/ol-root Size: 49178214400 1 FILEs found. Maximum Large MBPS=374.26 @ Small=0 and Large=2 Maximum Small IOPS=6210 @ Small=5 and Large=0 Minimum Small Latency=0.43 @ Small=1 and Large=0
結(jié)束后會(huì)多出5個(gè)文件,分別是測(cè)試詳細(xì)信息,概要信息,iops,mbps,latency
作者:九命貓幺
博客出處:http://www.rzrgm.cn/yongestcat/
歡迎轉(zhuǎn)載,轉(zhuǎn)載請(qǐng)標(biāo)明出處。
如果你覺(jué)得本文還不錯(cuò),對(duì)你的學(xué)習(xí)帶來(lái)了些許幫助,請(qǐng)幫忙點(diǎn)擊右下角的推薦
博客出處:http://www.rzrgm.cn/yongestcat/
歡迎轉(zhuǎn)載,轉(zhuǎn)載請(qǐng)標(biāo)明出處。
如果你覺(jué)得本文還不錯(cuò),對(duì)你的學(xué)習(xí)帶來(lái)了些許幫助,請(qǐng)幫忙點(diǎn)擊右下角的推薦

浙公網(wǎng)安備 33010602011771號(hào)