github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_debug_profile.md (about) 1 ## pachctl debug profile 2 3 Return a profile from the server. 4 5 ### Synopsis 6 7 Return a profile from the server. 8 9 ``` 10 pachctl debug profile <profile> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -d, --duration duration Duration to run a CPU profile for. (default 1m0s) 17 -h, --help help for profile 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --no-color Turn off colors. 24 -v, --verbose Output verbose logs 25 ``` 26