From 28d26830c99a2cdbc53e26fb8fcb0d65a9f079ff Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Wed, 21 Oct 2020 23:41:33 +0200 Subject: [PATCH] treat vlan id 0x000 as untagged --- .../measurements/2020-09-24_2.0-pre_perf.json | 165 ++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 contrib/measurements/2020-09-24_2.0-pre_perf.json diff --git a/contrib/measurements/2020-09-24_2.0-pre_perf.json b/contrib/measurements/2020-09-24_2.0-pre_perf.json new file mode 100644 index 0000000..bd7f514 --- /dev/null +++ b/contrib/measurements/2020-09-24_2.0-pre_perf.json @@ -0,0 +1,165 @@ +{ + "meta": { + "region": "eu-central-1", + "instance_type": "m5.large", + "ami": "ami-00a205cb8e06c3c4e", + "version": "2.0-pre", + "duration": 621.4215319156647 + }, + "native": { + "iperf": { + "throughput": 9680424000.0, + "cpu_sender": 12.878548, + "cpu_receiver": 66.330665 + }, + "ping_100": { + "rtt_min": 0.045, + "rtt_max": 0.204, + "rtt_avg": 0.052, + "pkt_loss": 0.0 + }, + "ping_500": { + "rtt_min": 0.047, + "rtt_max": 0.213, + "rtt_avg": 0.054, + "pkt_loss": 0.0 + }, + "ping_1000": { + "rtt_min": 0.048, + "rtt_max": 0.629, + "rtt_avg": 0.055, + "pkt_loss": 0.0 + } + }, + "plain": { + "iperf": { + "throughput": 5733394000.0, + "cpu_sender": 11.835632, + "cpu_receiver": 67.865656 + }, + "ping_100": { + "rtt_min": 0.074, + "rtt_max": 3.375, + "rtt_avg": 0.093, + "pkt_loss": 0.0 + }, + "ping_500": { + "rtt_min": 0.076, + "rtt_max": 1.886, + "rtt_avg": 0.095, + "pkt_loss": 0.0 + }, + "ping_1000": { + "rtt_min": 0.076, + "rtt_max": 1.873, + "rtt_avg": 0.094, + "pkt_loss": 0.0 + } + }, + "aes256": { + "iperf": { + "throughput": 3917323000.0, + "cpu_sender": 7.746875, + "cpu_receiver": 65.508621 + }, + "ping_100": { + "rtt_min": 0.076, + "rtt_max": 1.527, + "rtt_avg": 0.093, + "pkt_loss": 0.0 + }, + "ping_500": { + "rtt_min": 0.075, + "rtt_max": 1.969, + "rtt_avg": 0.094, + "pkt_loss": 0.0 + }, + "ping_1000": { + "rtt_min": 0.079, + "rtt_max": 1.973, + "rtt_avg": 0.096, + "pkt_loss": 0.0 + } + }, + "aes128": { + "iperf": { + "throughput": 3899771000.0, + "cpu_sender": 6.73498, + "cpu_receiver": 64.197019 + }, + "ping_100": { + "rtt_min": 0.073, + "rtt_max": 1.522, + "rtt_avg": 0.094, + "pkt_loss": 0.0 + }, + "ping_500": { + "rtt_min": 0.08, + "rtt_max": 1.979, + "rtt_avg": 0.098, + "pkt_loss": 0.0 + }, + "ping_1000": { + "rtt_min": 0.082, + "rtt_max": 2.162, + "rtt_avg": 0.099, + "pkt_loss": 0.0 + } + }, + "chacha20": { + "iperf": { + "throughput": 2888735000.0, + "cpu_sender": 6.548527, + "cpu_receiver": 63.424257 + }, + "ping_100": { + "rtt_min": 0.078, + "rtt_max": 0.276, + "rtt_avg": 0.095, + "pkt_loss": 0.0 + }, + "ping_500": { + "rtt_min": 0.084, + "rtt_max": 0.241, + "rtt_avg": 0.1, + "pkt_loss": 0.0 + }, + "ping_1000": { + "rtt_min": 0.087, + "rtt_max": 0.424, + "rtt_avg": 0.106, + "pkt_loss": 0.0 + } + }, + "results": { + "throughput_mbits": { + "native": 9680.424, + "plain": 5733.394, + "aes256": 3917.323, + "aes128": 3899.771, + "chacha20": 2888.735 + }, + "latency_us": { + "plain": { + "100": 20.5, + "500": 20.5, + "1000": 19.5 + }, + "aes256": { + "100": 20.5, + "500": 20.0, + "1000": 20.5 + }, + "aes128": { + "100": 21.0, + "500": 22.000000000000004, + "1000": 22.000000000000004 + }, + "chacha20": { + "100": 21.5, + "500": 23.000000000000004, + "1000": 25.5 + } + } + } +} \ No newline at end of file