diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2018-11-30 17:26:37 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-30 17:26:37 +0000 |
commit | 77750e1b6c5d60c173682c4e7b6f28777d0ad40e (patch) | |
tree | ca9444cef177e678a565882e3307da42afc3e68f /doc | |
parent | 5f1b71d18a7b0fcabdde6819b7f6b8d98e625918 (diff) | |
download | gitlab-ce-77750e1b6c5d60c173682c4e7b6f28777d0ad40e.tar.gz |
Add documentation reference to gitaly-debug
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/gitaly/index.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md index 3395c503ced..dc6a71e2ebd 100644 --- a/doc/administration/gitaly/index.md +++ b/doc/administration/gitaly/index.md @@ -237,3 +237,14 @@ gitaly_enabled=false When you run `service gitlab restart` Gitaly will be disabled on this particular machine. + +## Troubleshooting Gitaly in production + +Since GitLab 11.6, Gitaly comes with a command-line tool called +`gitaly-debug` that can be run on a Gitaly server to aid in +troubleshooting. In GitLab 11.6 its only sub-command is +`simulate-http-clone` which allows you to measure the maximum possible +Git clone speed for a specific repository on the server. + +For an up to date list of sub-commands see [the gitaly-debug +README](https://gitlab.com/gitlab-org/gitaly/blob/master/cmd/gitaly-debug/README.md). |