An open API service indexing awesome lists of open source software.

https://github.com/heppu/go-profiling-demo

How to profile Go application
https://github.com/heppu/go-profiling-demo

Last synced: 5 months ago
JSON representation

How to profile Go application

Awesome Lists containing this project

README

          

# Go profiling demo

Example application and tooling for profiling Go application.

## Requirements
- [go](https://golang.org)
- [docker](https://www.docker.com)
- [benchcmp](https://godoc.org/golang.org/x/tools/cmd/benchcmp)
- [wrk](https://github.com/wg/wrk)
- [vegeta](https://github.com/tsenart/vegeta)

## Tools
- benchmarks
- trace
- pprof
- flamegraphs