Difference between revisions of "Benchmarking: IOZone (CERN)"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
== Prerequisites == | == Prerequisites == | ||
| − | + | XFS & lsscsi need installing: | |
| − | XFS | ||
<syntaxhighlight> | <syntaxhighlight> | ||
| − | yum install xfsprogs.x86_64 | + | yum install xfsprogs.x86_64 lsscsi |
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 10: | Line 9: | ||
yum install iozone | yum install iozone | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| + | |||
| + | == Preparing the data filesystems == | ||
| + | All available block devices in the attached disk enclosure will be used for this test. None of the drives in the front-end server will be used. | ||
| + | === Get the list of available block devices === | ||
Revision as of 11:56, 9 July 2014
Prerequisites
XFS & lsscsi need installing:
yum install xfsprogs.x86_64 lsscsiAs does IOZONE:
yum install iozonePreparing the data filesystems
All available block devices in the attached disk enclosure will be used for this test. None of the drives in the front-end server will be used.