summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/disk.xml
blob: 0c34604cf0a5fe6add0e66fd66fa017d8171b3df (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
30
31
32
33
34
35
36
37
38
39
<PhoronixTestSuite>
	<SuiteInformation>
		<Version>1.0.3</Version>
		<TestType>Hard 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>bonnie</Test>
		<Arguments>SEQ_CREATE</Arguments>
		<Description>Sequential Create</Description>
	</RunTest>
	<RunTest>
		<Test>bonnie</Test>
		<Arguments>RAND_READ</Arguments>
		<Description>Random Read</Description>
	</RunTest>
	<RunTest>
		<Test>bonnie</Test>
		<Arguments>RAND_DELETE</Arguments>
		<Description>Random Delete</Description>
	</RunTest>
	<RunTest>
		<Test>iozone</Test>
		<Arguments>-i0</Arguments>
		<Description>Write 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>