debian-mirror-gitlab/doc/administration/troubleshooting/diagnostics_tools.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
1.1 KiB
Markdown
Raw Normal View History

2019-10-12 21:52:04 +05:30
---
2022-07-23 23:45:48 +05:30
stage: Systems
2021-02-22 17:27:13 +05:30
group: Distribution
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2019-10-12 21:52:04 +05:30
type: reference
---
2021-09-04 01:27:46 +05:30
# Diagnostics tools **(FREE SELF)**
2019-10-12 21:52:04 +05:30
These are some of the diagnostics tools the GitLab Support team uses during troubleshooting.
2022-08-13 15:12:31 +05:30
They are listed here for transparency, and for users with experience
2019-10-12 21:52:04 +05:30
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.
2022-04-04 11:22:00 +05:30
2022-08-13 15:12:31 +05:30
## `kubesos`
2022-04-04 11:22:00 +05:30
2022-11-25 23:54:43 +05:30
The [`kubesos`](https://gitlab.com/gitlab-com/support/toolbox/kubesos/) utility retrieves GitLab cluster configuration and logs from GitLab Helm chart deployments.