480 B
480 B
| title | weight |
|---|---|
| Profiling Flamenco Manager | 50 |
Flamenco Manager has built-in profiling support. To get a call graph with timing information, follow these steps:
- Run
flamenco-manager -pprofto enable its profiler HTTP endpoint. - Run
go tool pprof -http localhost:8082 'http://localhost:8080/debug/pprof/profile?seconds=60'. - Do whatever you want to profile with Flamenco.
- The tool will open a browser to show the call graph when it's done gathering the info.