vhsm debug
Learn to debug vHSM server by starting a process that collects and probes information for a specific duration.
Permissions
Required Policy for Full Debugging
path "auth/token/lookup-self" {
capabilities = ["read"]
}
path "sys/pprof/*" {
capabilities = ["read"]
}
path "sys/config/state/sanitized" {
capabilities = ["read"]
}
path "sys/monitor" {
capabilities = ["read"]
}
path "sys/host-info" {
capabilities = ["read"]
}
path "sys/in-flight-req" {
capabilities = ["read"]
}Examples
Start debug with default settings:
Run debug for 1 minute, with custom intervals and no compression:
Capture only specific targets:
Output
Command Options
Capture Targets
Target
Description
Output Layout
Example Directory Structure
Last updated
Was this helpful?