Skip to main content

astroctl application metrics

Show live resource usage for an application

astroctl application metrics [application-name] [flags]

Examples


astroctl app metrics checkout --window 1h
astroctl app metrics --name checkout --window 15m

Options

-h, --help help for metrics
--window string window duration (for example 15m, 1h, 24h); minutes-scale, not truncated to whole hours (default "1h")

Options inherited from parent commands

-n, --name string name of the application
-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO