summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/disk.xml
blob: c561cdf829e98a2b29088d5af8fdec74d5b858c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<PhoronixTestSuite>
	<SuiteInformation>
		<Version>1.1.2</Version>
		<TestType>Disk</TestType>
		<Title>Hard Disk Test Suite</Title>
		<Maintainer>Michael Larabel</Maintainer>
		<Description>The disk suite contains Phoronix Test Suite tests designed to test the system's disk (HDD) performance.</Description>
	</SuiteInformation>
	<RunTest>
		<Test>iozone</Test>
		<Arguments>-s 4096M -i0</Arguments>
		<Description>4GB Write Performance</Description>
	</RunTest>
	<RunTest>
		<Test>iozone</Test>
		<Arguments>-s 4096M -i0 -i1</Arguments>
		<Description>4GB Read Performance</Description>
	</RunTest>
	<RunTest>
		<Test>fio</Test>
		<Arguments>examples/iometer-file-access-server</Arguments>
		<Description>Intel IOMeter File Server Access Pattern</Description>
	</RunTest>
	<RunTest>
		<Test>fio</Test>
		<Arguments>examples/netio</Arguments>
		<Description>Example Network Job</Description>
	</RunTest>
</PhoronixTestSuite>