View Workspace Monitoring Details
This section describes how to view the monitoring details of a single workspace.
Prerequisites
You need to have the platform-admin role in the KubeSphere platform. For more information, refer to Users and Platform Roles.
Steps
-
Log in to the KubeSphere web console with a user who has the platform-admin role.
-
In the upper right corner of the page, click the
icon and select WizTelemetry Observability Platform.
-
Click Global Monitoring > Workspace in the left navigation pane.
-
In the workspace list, click the name of a workspace to open its details page.
-
In the upper area of the details page, click Manage Workspace to enter the management page of the current workspace.
-
Under the Overview tab on the details page, view the overview information of the workspace.
Area Description Resource Statistics
The number of authorized clusters in the current workspace, and the number of created projects, Deployments, StatefulSets, DaemonSets, Jobs, Services, Persistent Volume Claims, Ingresses, and pods.
Real-time Resource Usage
The real-time usage and total amount of CPU and memory in the current workspace; as well as persistent volume usage and persistent volume reserved quantity. Click All to view the persistent volume usage and reserved quantity for different types of storage.
Click the corresponding area to view the real-time usage percentage of that resource.
Workspace Quota
For more information on parameters, refer to View Workspace Quotas.
Pods
The number of various types of pods in the current workspace.
Pod status types include:
-
Pending: The pod has been accepted by the system, but at least one container has not been created or is not running. In this state, the pod may be waiting to be scheduled or waiting for the container image to be downloaded.
-
Running: The pod has been assigned to a node, all containers in the pod have been created, and at least one container is running, starting, or restarting.
-
Succeeded: All containers in the pod have terminated successfully (terminated with exit code 0) and will not be restarted.
-
Failed: All containers in the pod have terminated, and at least one container terminated with a non-zero exit code.
-
Unknown: The system is unable to retrieve the pod’s status. This state typically occurs due to communication failure between the system and the host where the pod is located.
Pod QoS (Quality of Service) types include:
-
Guaranteed: Every container in the pod has memory limits, memory requests, CPU limits, and CPU requests set, and the memory limit equals the memory request, and the CPU limit equals the CPU request.
-
Burstable: At least one container in the pod does not meet the requirements for the Guaranteed type.
-
BestEffort: The containers in the pod are not configured with any memory limits, memory requests, CPU limits, or CPU requests.
The QoS type of a pod determines its runtime priority. When system resources are insufficient to run all pods, the system prioritizes ensuring the operation of pods with a QoS type of Guaranteed, followed by pods with a QoS type of Burstable, and lastly, pods with a QoS type of BestEffort.
Number of Pods Terminated and Restarted Due to OOM: The number of pods that were forcibly terminated and automatically restarted by the system due to insufficient memory (Out Of Memory).
Number of Pending Pods: The number of pods that have been created but cannot start due to insufficient resources or scheduling issues.
Number of Restarted Pods: The number of pods that have been automatically restarted due to failures or configuration changes.
-
-
Click the Projects and Clusters tabs on the details page to view monitoring information for projects and authorized clusters within the workspace.
-
Click the drop-down list above the list to select the sort field and sort order.
-
Click the search box above the list and enter keywords to search for projects or clusters by name.
-
Click
in the upper right corner of the list to refresh the list information.
-
Click
in the upper right corner of the list to customize the information displayed in the list.
-
-
Click the Monitoring tab on the details page to view detailed information of monitoring metrics within a specified time range.
-
Click
in the upper right corner to set the time range.
-
Click
/
in the upper right corner to enable/disable real-time data refresh.
-
Click
in the upper right corner to refresh data manually.
-