Get a nice overview of how your plan resources are distributed to containers. It also shows current usage. Nice for when you want to diagnose performance issues.
Usage:
bash show_container_distribution.sh $PROJECT_ID $ENV_NAME (defaults to: main)
For example:
bash show_container_distribution.sh szr3gqubqrd2y master
Alternatively, just running it in a platform project will also work, since it reads the same config.yaml the platform/upsun cli can read
bash show_container_distribution.sh $PROJECT_ID $ENV
- bash
- Platform CLI installed documentation
- OR Upsun CLI installed documentation
Not really anything to install, this is a bash script that can be freely copy pasted.
You can git clone the repo, or look at the source directly.
I prefer to have it cloned, and I have the folder added to $PATH.
