Skip to content

Commit

Permalink
readme: update bench again
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo authored Jun 17, 2019
1 parent 48337d2 commit 6318143
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,16 +231,34 @@ Machines:
- CPU: AMD Opteron(tm) Processor 3350 HE

Results (Juin 2019):
### QPerf TCP latence Without TSO :
### QPerf TCP latence Without TSO on VMs:
```
cmd: qperf -vvs <ip address> tcp_lat
| Without Firewall | With Firewall |
---------------+------------------+---------------+
| Same Host | 18.3 us | 20.1 us |
| Diferent Host | 22.6 us | 24.1 us |
```

20.1 us
20.1 us

### QPerf UDP latence With TSO on VMs:
```
cmd: qperf -vvs <ip address> udp_lat
| Without Firewall | With Firewall |
---------------+------------------+---------------+
| Same Host | 16.8 us | 18.5 us |
| Diferent Host | 21.7 us | 22.1 us |
```

### QPerf TCP latence With TSO on VMs:
```
cmd: qperf -vvs <ip address> tcp_lat
| Without Firewall | With Firewall |
---------------+------------------+---------------+
| Same Host | 18.4 us | 20.1 us |
| Diferent Host | 22.9 us | 24.1 us |
```

Results (august 2017, 60 seconds per tests):

Expand All @@ -249,17 +267,17 @@ Results (august 2017, 60 seconds per tests):
| VMs on same host | VMs on remote host |
------------------------+---------------------+---------------------|
| Ping (min/average/max) | 0.072/0.090/0.160ms | 0.106/0.162/0.236ms |
| TCP | 6.00 Gbits/s | 6.70 Gbits/s |
| UDP | 2.99 Gbits/s | 1.41 Gbits/s |
| TCP (iperf 3) | 6.00 Gbits/s | 6.70 Gbits/s |
| UDP (iperf 3) | 2.99 Gbits/s | 1.41 Gbits/s |
```

### With TSO enabled on VMs (--tso-on)
```
| VMs on same host | VMs on remote host |
------------------------+---------------------+---------------------|
| Ping (min/average/max) | 0.077/0.101/0.447ms | 0.059/0.96/0.203ms |
| TCP | 15.9 Gbits/s | 3.2 Gbits/s |
| UDP | 2.99 Gbits/s | 1.4 Gbits/s |
| TCP (iperf 3) | 15.9 Gbits/s | 3.2 Gbits/s |
| UDP (iperf 3) | 2.99 Gbits/s | 1.4 Gbits/s |
```

### Notes
Expand Down

0 comments on commit 6318143

Please sign in to comment.