cockroachdb / cockroachdb/cockroach
server: include kernel/IO/networking info in `debug.zip` and metrics
Open
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
Assessment
This issue has not been assessed yet.