Skip to content

Commit

Permalink
Copy over Yuvi's additional descriptions in jupyterhub#90
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Feb 8, 2024
1 parent 3b85f7e commit 166c4f2
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions docs/reference/dashboards/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,29 @@ This section is a Work in Progress!

### Running Users

Count of running users, grouped by namespace.
Number of currently running users per hub. Common shapes this visualization may take:

1. A large number of users starting servers at exactly the same time will be visible here as a single spike, and may cause stability issues. Since they share the same cluster, such spikes happening on a *different* hub may still affect your hub.

### Memory commitment %

Percentage of total memory in the cluster currently requested by to non-placeholder pods.
If autoscaling is efficient, this should be a fairly constant, high number (>70%).
Percentage of memory in cluster guaranteed to user workloads. Common shapes:

1. If this is consistently low (<50%), you are paying for cloud compute that you do not need. Consider reducing the size of your nodes, or increasing the amount of memory guaranteed to your users. Some variability based on time of day is to be expected.

### CPU commitment %

Percentage of total CPU in the cluster currently requested by to non-placeholder pods.
JupyterHub users mostly are capped by memory, so this is not super useful.
Percentage of total CPU in the cluster currently guaranteed to user workloads.

Most commonly, JupyterHub workloads are *memory bound*, not CPU bound. So this is not a particularly helpful graph.

Common shapes:
1. If this is *consistently high* but shaped differently than your memory commitment graph, consider changing your CPU requirements.

### Node count

Number of nodes in each nodepool in this cluster.

### Pods not in Running state

Pods in states other than 'Running'.
Expand All @@ -37,7 +46,7 @@ Percentage of each node guaranteed to pods on it.

### Node Memory Commit %

Percentage of each node guaranteed to pods on it.
Percentage of each node guaranteed to pods on it. When this hits 100%, the autoscaler will spawn a new node and the scheduler will stop putting pods on the old node.

### Node Memory Utilization %

Expand Down

0 comments on commit 166c4f2

Please sign in to comment.