Mailing List Archive

problem with benchmark
Hello, i'm testing DRDB 0.6.1-pre7, and i've some questions
first one, does anybody have update the run.sh script for benchmark ?
i've try to update it ... i think it's good ... but i've strange result
two nodes are exactly the same but i've very different result.

i've add -k options on the script (for all "net" command) because if i don't add it, the secondary node crash when the script unload the module and nodes are in SycingAll state (just at the end of the "Drbd connected (writing on node1)" part)
so i've no result for the node2 without -k option
but where it's really strange ... when i suppres "-k" options, node1 has about 5MB/sec for protocol A B and C instead of 2MB/sec.

here are reports for a test with "-k", and another without "-k"
i've also attached my modified run.sh

Thanks

Anthony Hinsinger

==== RESULT WITH -k IN THE MODIFIED SCRIPT ============
DRBD Benchmark
Version: 0.6.1-pre7 (api:58)
SETSIZE = 10M

Node1:
Linux 2.4.16 i686
bogomips : 1599.07
Disk write: 5.09 MB/sec (10485760 B / 00:01.963134)
Drbd unconnected: 5.08 MB/sec (10485760 B / 00:01.966637)

Node2:
Linux 2.4.16 i686
bogomips : 1595.80
Disk write: 5.05 MB/sec (10485760 B / 00:01.979634)
Drbd unconnected: 5.04 MB/sec (10485760 B / 00:01.985713)

Network:
Bandwidth: 10.80 MB/sec (10485760 B / 00:00.925905)
Latency: round-trip min/avg/max/mdev = 0.105/0.107/0.183/0.016 ms

Drbd connected (writing on node1):
Protocol A: 2.16 MB/sec (10485760 B / 00:04.622394)
Protocol B: 2.20 MB/sec (10485760 B / 00:04.554630)
Protocol C: 2.21 MB/sec (10485760 B / 00:04.514799)

Drbd connected (writing on node2):
Protocol A: 5.01 MB/sec (10485760 B / 00:01.997274)
Protocol B: 5.01 MB/sec (10485760 B / 00:01.997163)
Protocol C: 5.01 MB/sec (10485760 B / 00:01.997313)
=================================================

==== RESULT WITHOUT -k IN THE MODIFIED SCRIPT ========
DRBD Benchmark
Version: 0.6.1-pre7 (api:58)
SETSIZE = 10M

Node1:
Linux 2.4.16 i686
bogomips : 1599.07
Disk write: 5.09 MB/sec (10485760 B / 00:01.963598)
Drbd unconnected: 5.08 MB/sec (10485760 B / 00:01.967198)

Node2:
Linux 2.4.16 i686
bogomips : 1595.80
Disk write: 4.99 MB/sec (10485760 B / 00:02.002709)
Drbd unconnected: 5.04 MB/sec (10485760 B / 00:01.985291)

Network:
Bandwidth: 10.80 MB/sec (10485760 B / 00:00.926336)
Latency: round-trip min/avg/max/mdev = 0.105/0.109/0.179/0.010 ms

Drbd connected (writing on node1):
Protocol A: 5.00 MB/sec (10485760 B / 00:01.998265)
Protocol B: 5.00 MB/sec (10485760 B / 00:01.999283)
Protocol C: 5.00 MB/sec (10485760 B / 00:02.000244)

Drbd connected (writing on node2):
Protocol A: Protocol B: Protocol C:

!!!!!!! node2 is totally crashed !!!!!!!!!!

================================================