Bandwidth testing

From genomewiki
Revision as of 22:37, 12 May 2010 by Hiram (talk | contribs) (initial contents)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Machines tested

machine
name
processor
speed
memSize10 files
of size
dd /dev/zero
to /dev/shm
cp /dev/shm
to /tmp
hgwdevOpteron
1150 Mhz
32 Gb1 gB800 mB/s287 mB/s
kolossusIntel
2261 Mhz
1 Tb1 gB1980 mB/s192 mB/s
okazakiIntel
1600 Mhz
2 Gb76 mB700 mB/s90 mB/s
mitzieIntel
400 Mhz
512 Kb18 mB113 mB/s25 mB/s

Procedure

Sizing files based on available /dev/shm space. Largest file size limited to 1 gB.

The /dev/zero to /dev/shm write is done ten times with a dd command:

 dd if=/dev/zero of=/dev/shm/memToMem.$I.zero bs=200000 count=$ddCount

The /dev/shm copy to /tmp is done ten times with the cp command:

cp -p /dev/shm/memToMem.$I.zero ./memToFile.$I.zero