|
@@ -79,11 +79,11 @@ Type 'help' for available commands/options.
|
79
|
79
|
|
80
|
80
|
## Run pprof via a web interface
|
81
|
81
|
|
82
|
|
-If the `-http=port` option is specified, pprof starts a web server at
|
83
|
|
-the specified port that provides an interactive web-based interface to pprof.
|
|
82
|
+If the `-http="host:port"` option is specified, pprof starts a web server at
|
|
83
|
+the specified host:port that provides an interactive web-based interface to pprof.
|
84
|
84
|
|
85
|
85
|
```
|
86
|
|
-pprof -http=[port] [main_binary] profile.pb.gz
|
|
86
|
+pprof -http=[host:port] [main_binary] profile.pb.gz
|
87
|
87
|
```
|
88
|
88
|
|
89
|
89
|
The preceding command should automatically open your web browser at
|