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
- Host: GitHub
- URL: https://github.com/heppu/go-profiling-demo
- Owner: heppu
- License: mit
- Created: 2019-04-17T13:07:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T14:56:58.000Z (about 7 years ago)
- Last Synced: 2025-02-23T10:42:58.406Z (over 1 year ago)
- Language: Makefile
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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