Skip to content
Snippets Groups Projects

doc: Debugging Gitaly

Merged Andras Horvath requested to merge ahorvath-debugdoc-20240628 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -103,7 +103,7 @@ The query uses [PromQL](https://prometheus.io/docs/prometheus/latest/querying/ba
@@ -103,7 +103,7 @@ The query uses [PromQL](https://prometheus.io/docs/prometheus/latest/querying/ba
- [hyperfine](https://github.com/sharkdp/hyperfine): a performance tool that can benchmarks over time
- [hyperfine](https://github.com/sharkdp/hyperfine): a performance tool that can benchmarks over time
- hyperfine can be used together with grpcurl to check the response time of a gPRC call
- hyperfine can be used together with grpcurl to check the response time of a gPRC call
#### strace
### strace
`strace(1)` a gitaly process:
`strace(1)` a gitaly process:
Loading