### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/aws/cli-reference/slstats) # Serverless Statistics This plugin implements a way to toggle framework statistics. ```bash serverless slstats --enable ``` ## Options - `--enable` or `-e`. - `--disable` or `-d` ## Provided lifecycle events - `slstats:slstats` ## Examples ### Disabling it ```bash serverless slstats --disable ``` This example will disable framework statistics.