./wrk -c100 -d2000s -t50 http://127.0.0.1:8081/
wget http://localhost:8081/debug/pprof/trace?seconds=5 -o trace.out
go tool trace trace.out
