diff --git a/data/workshop/exercise2.mdx b/data/workshop/exercise2.mdx index 42030c3..01bf7c7 100644 --- a/data/workshop/exercise2.mdx +++ b/data/workshop/exercise2.mdx @@ -110,6 +110,23 @@ From the **Resources** tab click **View logs** +## 2.4 - Checking application resource usage + +Another essential element of supporting applications on OpenShift is understanding what resources the application is consuming, for example cpu, memory, network bandwidth and storage io. + +OpenShift includes built in support for reviewing application resource usage. Let's take a look at that now. + +In the **Developer** perspective, open the **Observe** view. + +You should see the **Dashboard** tab. Set the time range to the `Last 1 hour` then scroll through the dashboard. + +How much cpu and memory is your ParksMap application currently using? + + +|![app-logs](/ocp-app-delivery-workshop/static/images/app-resources.gif) | +|:-------------------------------------------------------------------:| +| *Checking the ParksMap application resource usage* | + diff --git a/public/static/images/app-resources.gif b/public/static/images/app-resources.gif new file mode 100644 index 0000000..0c4bf26 Binary files /dev/null and b/public/static/images/app-resources.gif differ