oxsr deprecated

Generates comprehensive diagnostic reports for OX App Suite Middleware in Kubernetes.

Synopsis

oxsr is a command-line tool to create system reports for troubleshooting middleware deployments.

Options:

      --config string   config file (default is $HOME/.oxsr.yaml)
  -h, --help            help for oxsr
  -v, --verbose         Verbose output

Sub Commands

report

The report command creates an oxsysreport.

Synopsis

oxsr report <POD> [<POD>...] [flags]

The report command creates an oxsysreport which can optionally contain: [heapdump, threaddump, config files, logs, auxiliary system information].

Options

      --kubecontext string   The Kubernetes context to use
      --kubeconfig string    Path to the kubeconfig file
  -n, --namespace string     The Kubernetes namespace
  -t, --target string        The target container (default "core-mw")
      --all-pods             Include all pods of the deployment
  -l, --label string         Label to filter pods. Only required in combination with --all-pods and if label differs from default label (default "app=core-mw")
      --all                  Include all optional tools. Overrides [--heapdump, --threaddump, --config , --logs, --aux] flags
      --heapdump             Include heapdump
      --threaddump           Include threaddump
      --logs                 Include logs. This command requires the stern binary to be available in the system's PATH on the executing host machine
      --config               Include config archive
      --aux                  Include auxiliary Linux command line tools for additional diagnosis
  -h, --help                 help for report

Options inherited from parent commands

  -v, --verbose   Verbose output


autogenerated with builddoc - 9-Sep-2025