Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
77750e1b
Commit
77750e1b
authored
Nov 30, 2018
by
Jacob Vosmaer
Committed by
Achilleas Pipinellis
Nov 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation reference to gitaly-debug
parent
5f1b71d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+11
-0
No files found.
doc/administration/gitaly/index.md
View file @
77750e1b
...
@@ -237,3 +237,14 @@ gitaly_enabled=false
...
@@ -237,3 +237,14 @@ gitaly_enabled=false
When you run
`service gitlab restart`
Gitaly will be disabled on this
When you run
`service gitlab restart`
Gitaly will be disabled on this
particular machine.
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
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment