Skip to content

Instantly share code, notes, and snippets.

View ncw's full-sized avatar
💥
429 Too Many Requests

Nick Craig-Wood ncw

💥
429 Too Many Requests
View GitHub Profile
@ncw
ncw / README.txt
Last active February 20, 2024 19:30 — forked from spikebike/client output
Client side certificates with go
This demonstrates how to make client side certificates with go
First generate the certificates with
./makecert.sh test@test.com
Run the server in one terminal
go run server.go
@ncw
ncw / netperf_tcp_crr_reports.markdown
Created May 23, 2011 14:37 — forked from cgbystrom/netperf_tcp_crr_reports.markdown
Reports for netperf's TCP_CRR test

Reports for netperf's TCP_CRR test (i.e TCP accept() performance)

Below is list of results collected with netperf. The interesting value is TCP_CRR, it measures how fast it can TCP connect/request/response/receive. In short, the transaction rate. The test is used to simulate a normal HTTP/1.0 transaction. What's worrying is that this value has very low on Xen virtualized guests. Performance differences between bare metal and virtualization has been as high as 2-3x.