pachctl debug analyze #
Start a local pachd server to analyze a debug dump.
Synopsis #
This command starts a local pachd server to analyze a debug dump.
pachctl debug analyze <file> [flags]Examples #
pachctl debug analyze dump.tgz
pachctl debug analyze dump.tgz --port 1650 Options #
-h, --help help for analyze
-p, --port int launch a debug server on the given port. If unset, choose a free port automaticallyOptions inherited from parent commands #
--no-color Turn off colors.
-v, --verbose Output verbose logsSEE ALSO #
- pachctl debug - Debug commands for analyzing a running cluster.