2019-10-12 21:52:04 +05:30
|
|
|
---
|
|
|
|
type: reference
|
|
|
|
---
|
|
|
|
|
|
|
|
# Diagnostics tools
|
|
|
|
|
|
|
|
These are some of the diagnostics tools the GitLab Support team uses during troubleshooting.
|
|
|
|
They are listed here for transparency, and they may be useful for users with experience
|
|
|
|
with troubleshooting GitLab. If you are currently having an issue with GitLab, you
|
|
|
|
may want to check your [support options](https://about.gitlab.com/support/) first,
|
|
|
|
before attempting to use these tools.
|
|
|
|
|
|
|
|
## gitlabsos
|
|
|
|
|
|
|
|
The [gitlabsos](https://gitlab.com/gitlab-com/support/toolbox/gitlabsos/) utility
|
2020-04-22 19:07:51 +05:30
|
|
|
provides a unified method of gathering information and logs from GitLab and the system it's
|
2019-10-12 21:52:04 +05:30
|
|
|
running on.
|
|
|
|
|
|
|
|
## strace-parser
|
|
|
|
|
|
|
|
[strace-parser](https://gitlab.com/wchandler/strace-parser) is a small tool to analyze
|
2020-04-22 19:07:51 +05:30
|
|
|
and summarize raw `strace` data.
|
2019-10-12 21:52:04 +05:30
|
|
|
|
|
|
|
## Pritaly
|
|
|
|
|
|
|
|
[Pritaly](https://gitlab.com/wchandler/pritaly) takes Gitaly logs and colorizes output
|
|
|
|
or converts the logs to JSON.
|