github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_debug_pprof.md (about)

     1  ## pachctl debug pprof
     2  
     3  Analyze a profile of pachd in pprof.
     4  
     5  ### Synopsis
     6  
     7  Analyze a profile of pachd in pprof.
     8  
     9  ```
    10  pachctl debug pprof <profile> [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16        --binary-file string    File to write the binary to. (default "binary")
    17    -d, --duration duration     Duration to run a CPU profile for. (default 1m0s)
    18    -h, --help                  help for pprof
    19    -i, --interactive           If set, open an interactive session with 'go tool pprof' analyzing the collected profile.
    20        --profile-file string   File to write the profile to. (default "profile")
    21  ```
    22  
    23  ### Options inherited from parent commands
    24  
    25  ```
    26        --no-color   Turn off colors.
    27    -v, --verbose    Output verbose logs
    28  ```
    29