github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/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        --profile-file string   File to write the profile to. (default "profile")
    20  ```
    21  
    22  ### Options inherited from parent commands
    23  
    24  ```
    25        --no-color   Turn off colors.
    26    -v, --verbose    Output verbose logs
    27  ```
    28