Skip to content

Commit cafeb13

Browse files
committed
Merge branch 'docs-debug-cody' into 'master'
Bring diagnostics_tools.md from debug project to docs See merge request gitlab-org/gitlab-ce!31399
2 parents fab7500 + dd2b872 commit cafeb13

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

doc/administration/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,5 @@ Learn how to install, configure, update, and maintain your GitLab instance.
185185
- [Debugging tips](troubleshooting/debug.md): Tips to debug problems when things go wrong
186186
- [Log system](logs.md): Where to look for logs.
187187
- [Sidekiq Troubleshooting](troubleshooting/sidekiq.md): Debug when Sidekiq appears hung and is not processing jobs.
188+
- Useful [diagnostics tools](troubleshooting/diagnostics_tools.md) that are sometimes used by the GitLab
189+
Support team.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
type: reference
3+
---
4+
5+
# Diagnostics tools
6+
7+
These are some of the diagnostics tools the GitLab Support team uses during troubleshooting.
8+
They are listed here for transparency, and they may be useful for users with experience
9+
with troubleshooting GitLab. If you are currently having an issue with GitLab, you
10+
may want to check your [support options](https://about.gitlab.com/support/) first,
11+
before attempting to use these tools.
12+
13+
## gitlabsos
14+
15+
The [gitlabsos](https://gitlab.com/gitlab-com/support/toolbox/gitlabsos/) utility
16+
provides a unified method of gathering info and logs from GitLab and the system it's
17+
running on.
18+
19+
## strace-parser
20+
21+
[strace-parser](https://gitlab.com/wchandler/strace-parser) is a small tool to analyze
22+
and summarize raw strace data.
23+
24+
## Pritaly
25+
26+
[Pritaly](https://gitlab.com/wchandler/pritaly) takes Gitaly logs and colorizes output
27+
or converts the logs to JSON.

0 commit comments

Comments
 (0)