Browse Source
Add consistent -debug and -debug.port flags to commands (#7816)
Add consistent -debug and -debug.port flags to commands (#7816)
* Add consistent -debug and -debug.port flags to commands Add -debug and -debug.port flags to weed master, weed volume, weed s3, weed mq.broker, and weed filer.sync commands for consistency with weed filer. When -debug is enabled, an HTTP server starts on the specified port (default 6060) serving runtime profiling data at /debug/pprof/. For mq.broker, replaced the older -port.pprof flag with the new -debug and -debug.port pattern for consistency. * Update weed/util/grace/pprof.go Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>pull/7817/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 56 additions and 22 deletions
-
3test/kafka/docker-compose.yml
-
3test/kafka/kafka-client-loadtest/docker-compose.yml
-
7weed/command/filer_sync.go
-
7weed/command/master.go
-
28weed/command/mq_broker.go
-
8weed/command/s3.go
-
7weed/command/volume.go
-
15weed/util/grace/pprof.go
Write
Preview
Loading…
Cancel
Save
Reference in new issue