Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developers/profiling-scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ go tool pprof --seconds 120 https+insecure://<POD_IP>/debug/pprof/profile

Example output:

```
```bash
root@hami-pprof-76cfcb66f6-jpjnm:/# go tool pprof --seconds 120 https+insecure://10.42.0.24/debug/pprof/profile
Fetching profile over HTTP from https+insecure://10.42.0.24/debug/pprof/profile?seconds=120
Please wait... (2m0s)
Expand Down Expand Up @@ -98,7 +98,7 @@ go tool pprof https+insecure://<POD_IP>/debug/pprof/allocs

Example output from the allocation profile:

```
```bash
root@hami-scheduler-ffd687cb7-7gqm2:/# /usr/local/go/bin/go tool pprof --seconds 120 https+insecure://10.42.0.24/debug/pprof/allocs
Fetching profile over HTTP from https+insecure://10.42.0.24/debug/pprof/allocs?seconds=120
Saved profile in /root/pprof/pprof.scheduler.alloc_objects.alloc_space.inuse_objects.inuse_space.041.pb.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ go tool pprof https+insecure://<POD_IP>/debug/pprof/allocs

分配性能分析的示例输出:

```
```bash
root@hami-scheduler-ffd687cb7-7gqm2:/# /usr/local/go/bin/go tool pprof --seconds 120 https+insecure://10.42.0.24/debug/pprof/allocs
Fetching profile over HTTP from https+insecure://10.42.0.24/debug/pprof/allocs?seconds=120
Saved profile in /root/pprof/pprof.scheduler.alloc_objects.alloc_space.inuse_objects.inuse_space.041.pb.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ go tool pprof --seconds 120 https+insecure://<POD_IP>/debug/pprof/profile

Example output:

```
```bash
root@hami-pprof-76cfcb66f6-jpjnm:/# go tool pprof --seconds 120 https+insecure://10.42.0.24/debug/pprof/profile
Fetching profile over HTTP from https+insecure://10.42.0.24/debug/pprof/profile?seconds=120
Please wait... (2m0s)
Expand Down Expand Up @@ -98,7 +98,7 @@ go tool pprof https+insecure://<POD_IP>/debug/pprof/allocs

Example output from the allocation profile:

```
```bash
root@hami-scheduler-ffd687cb7-7gqm2:/# /usr/local/go/bin/go tool pprof --seconds 120 https+insecure://10.42.0.24/debug/pprof/allocs
Fetching profile over HTTP from https+insecure://10.42.0.24/debug/pprof/allocs?seconds=120
Saved profile in /root/pprof/pprof.scheduler.alloc_objects.alloc_space.inuse_objects.inuse_space.041.pb.gz
Expand Down