Platform.sh User Documentation

Monitor Dedicated Gen 3 metrics

Sign up for Upsun

Get your free trial by clicking the link below.

Get your Upsun free trial

Dedicated Gen 3 environments consist of various containers running across dedicated hosts:

Infrastructure metrics report CPU, RAM, and disk space for all containers.

By default, the graphs include all hosts and an average over the hosts. To select metrics for specific hosts, click Filter.

Clicking Filter reveals a list of hosts you can filter

The ID numbers for the hosts in the list for filtering match the numbers for interacting with a host, such as for accessing the environment using SSH.

Example of how to read metrics Anchor to this heading

This example should give you an idea of how the metrics appear. Dedicated Gen 3 environments metrics show resource usage for each app, service, and worker container across all hosts.

This reference project has a single app, two services (MySQL and Redis), and one worker.

Once you’ve read the metrics, see recommendations for action.

App container Anchor to this heading

Metrics graphs for the app container show CPU, RAM, and disk allocation and usage across all hosts. The persistent disk has been configured in the app configuration at 4.86 GB, while the temporary disk is 3.99 GB by default.

All of the metrics for the app container

Service containers Anchor to this heading

Metrics graphs for the service containers show CPU, RAM, and disk allocation and usage across all hosts.

MySQL Anchor to this heading

Metrics graphs for the MySQL service container show CPU, RAM, and disk allocation and usage across all hosts. The persistent disk has been configured in the services configuration as 24.55 GB, while the temporary disk is 3.99 GB by default.

All of the metrics for the MySQL container

Redis Anchor to this heading

Metrics graphs for the Redis service container show CPU, RAM, and disk allocation and usage across all hosts. No persistent disk has been configured for Redis, while the temporary disk is 3.99 GB by default.

All of the metrics for the Redis container

Worker container Anchor to this heading

Metrics graphs for the Scheduler worker container show CPU, RAM, and disk allocation and usage across all hosts. The persistent disk has been configured in the app configuration at 4.86 GB (the same as the app), while the temporary disk is 3.99 GB by default.

All of the metrics for the Scheduler worker container

Is this page helpful?