mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Allow collecting of CPU and memory diagnostics when running troubleshoot CLI applications using --memprofile and --cpuprofile flags. These flags accept file paths if where to store the collected runtime data
34 lines
765 B
Markdown
34 lines
765 B
Markdown
## support-bundle analyze
|
|
|
|
analyze a support bundle
|
|
|
|
### Synopsis
|
|
|
|
Analyze a support bundle using the Analyzer definitions provided
|
|
|
|
```
|
|
support-bundle analyze [url] [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--bundle string filename of the support bundle to analyze
|
|
-h, --help help for analyze
|
|
--output string output format: json, yaml
|
|
--quiet enable/disable error messaging and only show parseable output
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--cpuprofile string File path to write cpu profiling data
|
|
--memprofile string File path to write memory profiling data
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [support-bundle](support-bundle.md) - Generate a support bundle
|
|
|
|
###### Auto generated by spf13/cobra on 3-Jan-2023
|