Skip to content

Commit

Permalink
addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
syaseen-rh committed Aug 9, 2024
1 parent 14dafa7 commit 9625679
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can view a graph that illustrates the HTTP requests that have failed or succ
.Prerequisites
* You have installed {productname-long}.
* On the OpenShift cluster where {productname-short} is installed, user workload monitoring is enabled.
* The following dashboard configuration options are set to their default values as shown:
* The following dashboard configuration options are set to the default values as shown:
+
[source]
----
Expand Down
10 changes: 5 additions & 5 deletions modules/viewing-performance-metrics-for-deployed-model.adoc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
:_module-type: PROCEDURE

[id="viewing-performance-metrics-for-model-server_{context}"]
[id="viewing-performance-metrics-for-deployed-model_{context}"]
= Viewing performance metrics for a deployed model

[role='_abstract']

You can monitor the following metrics for a specific model that is deployed on the single-model serving platform:

* *Number of requests* - The number of HTTP requests that have failed or succeeded for a specific model.
* *Number of requests* - The number of requests that have failed or succeeded for a specific model.
* *Average response time (ms)* - The average time it takes a specific model to respond to requests.
* *CPU utilization (%)* - The percentage of the CPU's capacity that is currently being used by a specific model.
* *Memory utilization (%)* - The percentage of the system's memory that is currently being used by a specific model.
* *CPU utilization (%)* - The percentage of the CPU limit per model replica that is currently utilized by a specific model.
* *Memory utilization (%)* - The percentage of the memory limit per model replica that is utilized by a specific model.

You can specify a time range and a refresh interval for these metrics to help you determine, for example, when the peak usage hours are and how the model is performing at a specified time.

Expand All @@ -26,7 +26,7 @@ endif::[]
ifdef::upstream[]
* If you are using specialized {productname-short} groups, you are part of the user group or admin group (for example, {odh-user-group} or {odh-admin-group}) in OpenShift.
endif::[]
* The following dashboard configuration options are set to their default values as shown:
* The following dashboard configuration options are set to the default values as shown:
+
[source]
----
Expand Down

0 comments on commit 9625679

Please sign in to comment.