docs: update CLI reference docs for debug
the cluster target was renamed to members.
This commit is contained in:
parent
064c43ee69
commit
fc4bfabf67
|
@ -8,13 +8,13 @@ page_title: 'Commands: Debug'
|
||||||
Command: `consul debug`
|
Command: `consul debug`
|
||||||
|
|
||||||
The `consul debug` command monitors a Consul agent for the specified period of
|
The `consul debug` command monitors a Consul agent for the specified period of
|
||||||
time, recording information about the agent, cluster, and environment to an archive
|
time, recording information about the agent, cluster membership, and environment to an archive
|
||||||
written to the current directory.
|
written to the current directory.
|
||||||
|
|
||||||
Providing support for complex issues encountered by Consul operators often
|
Providing support for complex issues encountered by Consul operators often
|
||||||
requires a large amount of debugging information to be retrieved. This command
|
requires a large amount of debugging information to be retrieved. This command
|
||||||
aims to shortcut that coordination and provide a simple workflow for accessing
|
aims to shortcut that coordination and provide a simple workflow for accessing
|
||||||
data about Consul agent, cluster, and environment to enable faster
|
data about Consul agent, cluster membership, and environment to enable faster
|
||||||
isolation and debugging of issues.
|
isolation and debugging of issues.
|
||||||
|
|
||||||
This command requires an `operator:read` ACL token in order to retrieve the
|
This command requires an `operator:read` ACL token in order to retrieve the
|
||||||
|
@ -75,7 +75,7 @@ information when `debug` is running. By default, it captures all information.
|
||||||
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `agent` | Version and configuration information about the agent. |
|
| `agent` | Version and configuration information about the agent. |
|
||||||
| `host` | Information about resources on the host running the target agent such as CPU, memory, and disk. |
|
| `host` | Information about resources on the host running the target agent such as CPU, memory, and disk. |
|
||||||
| `cluster` | A list of all the WAN and LAN members in the cluster. |
|
| `members` | A list of all the WAN and LAN members in the cluster. |
|
||||||
| `metrics` | Metrics from the in-memory metrics endpoint in the target, captured at the interval. |
|
| `metrics` | Metrics from the in-memory metrics endpoint in the target, captured at the interval. |
|
||||||
| `logs` | `DEBUG` level logs for the target agent, captured for the duration. |
|
| `logs` | `DEBUG` level logs for the target agent, captured for the duration. |
|
||||||
| `pprof` | Golang heap, CPU, goroutine, and trace profiling. CPU and traces are captured for `duration` in a single file while heap and goroutine are separate snapshots for each `interval`. This information is not retrieved unless [`enable_debug`](/docs/agent/options#enable_debug) is set to `true` on the target agent or ACLs are enable and an ACL token with `operator:read` is provided. |
|
| `pprof` | Golang heap, CPU, goroutine, and trace profiling. CPU and traces are captured for `duration` in a single file while heap and goroutine are separate snapshots for each `interval`. This information is not retrieved unless [`enable_debug`](/docs/agent/options#enable_debug) is set to `true` on the target agent or ACLs are enable and an ACL token with `operator:read` is provided. |
|
||||||
|
|
Loading…
Reference in New Issue