Oracle Orion: A Storage System Performance Testing Tool
Source: Internet
Author: User
(I) Definition
Orion (Oracle I/O calibration tool) is a bottleneck provided by Oracle for testing storage system performance.
As Orion is an independent tool, you do not need to create or run an Oracle database.
Orion is very simple to use. You can directly decompress the downloaded package from the official website.
● You do not need to run Load Runner or configure a large number of virtual users.
● You do not need to run the Oracle database or prepare a large amount of test data.
● The test results are more representative. For example, in random I/O testing, the software can make the storage hit rate close to 0, and simulate the real iops of the disk.
However, it is difficult for the load runner to achieve this, and the final disk iops needs to be converted
● You can customize a certain proportion of write operations as needed (no write operations by default). However, note that if there is data on the disk, be careful when the data is overwritten.
(Iii) output file
At the end of the Orion execution, five files will be output:
● <Testname> _summary.txt-Summary of the input parameters along with Min. Small latency, Max large Mbps and/or Max. Small iops.
● <Testname> _mbps.csv-performanceresults of large iOS in Mbps (throughput)
● <Testname> _iops.csv-performanceresults of small iOS in iops (IO times per second)
● <Testname> _lat.csv-latency of smallios (Response Time)
● <Testname> _tradeoff.csv-shows largembps/small iops combinations that can be achieved at certain small latencies
● <Testname> _trace.txt-extended, unprocessed output (trace information, the most detailed data)
(4) three mandatory parameters
Running oraion must contain three parameters: Run, testname, and num_disks.
● Run
Type of workload to run (simple, normal, advanced)
Simple-Tests random 8 K small IOS at various loads, then random 1 m largeios at various loads.
Normal-Tests combinations of random8k small iOS and random 1 m large IOS
Advanced-run theworkload specified by the user using optional parameters
● Testname name of the test run
● Num_disks Number of disks (physicalspindles)
(V) A simple test
Orion execution requires a parameter file to specify the disk for testing.
# Cat/dev/sda1> Rocky
# Cat/dev/sda2> Rocky
#./Orion_linux_x86-run simple-testname Rocky-num_disks 1
The test results generate the five files mentioned above.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.