Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Ok so that is the equivilent of a AWS C5 instance, 2nd gen Intel (latest is 5th gen). So its pretty likely you are being bottlenecked on CPU?

In the past I had benchmarked AWS instances against raw crypto speed:

c5: 2GB/s
c6: 4.8GB/s
c7: 6.4GB/s

note: GB vs Gb, so the 2GB/s is 16Gb/s. However, this is purely doing TLS encryption operation so doesn't account for any other overhead

I also did iperf test (technically, this was not with ztunnel but with a simple TLS proxy, so its not 100% applicable but still relevant):

name           old recv-Gbits/s  new recv-Gbits/s  delta
/tcp-2                8.16 Β±12%        21.51 Β± 1%  +163.40%  (p=0.008 n=5+5)
/tls-2                3.91 Β± 9%         9…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@xatnight
Comment options

Comment options

You must be logged in to vote
3 replies
@xatnight
Comment options

@howardjohn
Comment options

Answer selected by xatnight
@xatnight
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants