add pprof
This commit is contained in:
parent
0cd47265df
commit
60e184d8da
BIN
APIServer.exe
BIN
APIServer.exe
Binary file not shown.
@ -10,6 +10,7 @@ import (
|
||||
"io"
|
||||
"log"
|
||||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
"os"
|
||||
"os/exec"
|
||||
"path/filepath"
|
||||
|
@ -1,8 +1,8 @@
|
||||
Settings:
|
||||
ListenPort: 9000
|
||||
HookScript: APIHOOK
|
||||
# AddrMode: 0=IP Address; 1=Hostname
|
||||
AddrMode: 1
|
||||
# HostMode: 0=IP Address; 1=Hostname
|
||||
HostMode: 1
|
||||
ParamCheck: false
|
||||
LogRequest: true
|
||||
LogResponse: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user