github.com/rohankumardubey/proxyfs@v0.0.0-20210108201508-653efa9ab00e/proxyfsd/debug.conf (about)

     1  # Debug-related parameters for proxyfs
     2  #
     3  # ProfileType is used to enable performance profiling of proxyfsd using pkg/profile.
     4  # The possible values for ProfileType are: Memory, Block, CPU, Mutex or None.
     5  # Only one of these value can be set. If not specified, the default is no profiling.
     6  #
     7  # DebugServerPort will be served by an embedded HTTP Server responding to requests
     8  # as described in package net/http/pprof documentation. If not defined, the embedded
     9  # HTTP Server is not launched.
    10  #
    11  [ProxyfsDebug]
    12  ProfileType:     None
    13  DebugServerPort: 6060