You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/admin-ui-setup/dashboard-analysis.md
+25-4Lines changed: 25 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,13 @@ Use the drop down menus at the top of the dashboard to apply filters for:
273
273
* Project or department
274
274
* Per project (single, multiple, or all)
275
275
* Per department (single, multiple or all)
276
+
* Per cluster (single, multiple, all)
277
+
278
+
Use cost fields at the top of the dashboard to provides calculated costs for:
279
+
280
+
* GPU
281
+
* CPU
282
+
* CPU memory (in GB)
276
283
277
284
Use the time picker dropdown to select relative time range options and set custom absolute time ranges.
278
285
You can change the Timezone and fiscal year settings from the time range controls by clicking the Change time settings button.
@@ -284,20 +291,34 @@ You can change the Timezone and fiscal year settings from the time range control
284
291
285
292
You can change the refresh interval using the refresh interval drop down.
286
293
287
-
The dashboard has a Total consumption table that displays the total consumption of resources based on:
294
+
The dashboard has a 2 consumption tables that display the total consumption of resources.
295
+
Hover over an entry in the table to filter it in or out of the table.
296
+
297
+
The *Total consumption* table includes consumption details based on the filters selected. Fields include:
288
298
289
299
* Project
290
300
* Department
291
301
* GPU hours
292
302
* CPU hours
293
303
* Memory hours
304
+
* GPU cost (only when configured)
305
+
* CPU cost (only when configured)
306
+
* CPU memory (only when configured)
294
307
295
-
Hover over an entry in the table to filter it in or out of the table.
308
+
The *Total department consumption* table includes consumption details for each department, or details for departments selected in the filters. Fields include:
309
+
310
+
* Department
311
+
* GPU hours
312
+
* CPU hours
313
+
* Memory hours
314
+
* GPU cost (only when configured)
315
+
* CPU cost (only when configured)
316
+
* CPU memory (only when configured)
296
317
297
318
The dashboard has a graph of the GPU allocation over time.
298
319
299
320
!
300
321
301
-
The dashboard has a graph of the Project over-quota GPU consumtion.
322
+
The dashboard has a graph of the Project over-quota GPU consumption.
0 commit comments