Skip to content

dockerq/goroutine-leak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goroutine leak

This repo is for debugging goroutine leak.

Requirements

  • golang 1.7+ for standard package context
  • golang 1.7- for golang.org/x/net/context
  • make
  • linux
  • docker 1.12

Usage

run

make dev-run will compile, build and run docker container named goleak

pprof

pprof will serve on port 34888, use

go tool pprof ip:port/debug/pprof/goroutine

Further details of pprof just clicking golang pprof

Reference

Releases

No releases published

Packages

No packages published