mirror of
https://github.com/rclone/rclone.git
synced 2025-01-11 08:49:37 +01:00
docs: fix links to rc debug commands
This commit is contained in:
parent
a52814eed9
commit
328f0e7135
@ -1824,10 +1824,10 @@ Here is how to use some of them:
|
|||||||
- 30-second CPU profile: `go tool pprof http://localhost:5572/debug/pprof/profile`
|
- 30-second CPU profile: `go tool pprof http://localhost:5572/debug/pprof/profile`
|
||||||
- 5-second execution trace: `wget http://localhost:5572/debug/pprof/trace?seconds=5`
|
- 5-second execution trace: `wget http://localhost:5572/debug/pprof/trace?seconds=5`
|
||||||
- Goroutine blocking profile
|
- Goroutine blocking profile
|
||||||
- Enable first with: `rclone rc debug/set-block-profile-rate rate=1` ([docs](#debug/set-block-profile-rate))
|
- Enable first with: `rclone rc debug/set-block-profile-rate rate=1` ([docs](#debug-set-block-profile-rate))
|
||||||
- `go tool pprof http://localhost:5572/debug/pprof/block`
|
- `go tool pprof http://localhost:5572/debug/pprof/block`
|
||||||
- Contended mutexes:
|
- Contended mutexes:
|
||||||
- Enable first with: `rclone rc debug/set-mutex-profile-fraction rate=1` ([docs](#debug/set-mutex-profile-fraction))
|
- Enable first with: `rclone rc debug/set-mutex-profile-fraction rate=1` ([docs](#debug-set-mutex-profile-fraction))
|
||||||
- `go tool pprof http://localhost:5572/debug/pprof/mutex`
|
- `go tool pprof http://localhost:5572/debug/pprof/mutex`
|
||||||
|
|
||||||
See the [net/http/pprof docs](https://golang.org/pkg/net/http/pprof/)
|
See the [net/http/pprof docs](https://golang.org/pkg/net/http/pprof/)
|
||||||
|
Loading…
Reference in New Issue
Block a user