package
Version:
v0.0.0-...-1f59db8
Opens a new window with list of versions in this module.
Published: Feb 20, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
pprof
-
Run application
go run main.go
-
Use Vegeta to generate some traffic
echo "GET http://localhost:8080" | vegeta attack -duration=30s
-
Use pprof tool to visualise profiling
go tool pprof cpu.prof
-
Get same info running
go tool pprof -top http://localhost:8080/debug/pprof/heap
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.