cockroachdb / cockroachdb/cockroach

server: include kernel/IO/networking info in `debug.zip` and metrics

Open
#102,125 5 comments 0 reactions 0 assignees View on GitHub
A-cluster-observability A-observability-inf C-enhancement E-quick-win O-support P-3 T-supportability
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

It would be useful to include in `debug.zip` and/or metrics various OS/kernel info from every node, to inspect e.g. kernel params, TCP settings, and other relevant metrics when debugging kernel issues. For example:

* `sysctl -a`
* `netstat -s`
* `netstat -an`
* `ps aux`
* `mount`
* `/proc/meminfo`
* `ss --tcp -n -e`

And probably lots of other stuff. We'll need to consider what we can and can't include wrt. redaction.

Jira issue: CRDB-27295
Epic: CRDB-32134

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.