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
*`WORKSPACE_PROJECT` (required, one or more, unless using `--app`) - One or more `WORKSPACE` or `WORKSPACE/PROJECT` to run usage report for. If `WORKSPACE` is provided without a project, all projects in that workspace will be included.
470
+
471
+
**Options:**
472
+
*`--units {month,week,day,hour}` - Time unit for grouping experiments (default: month)
473
+
*`month`: Group by month (YYYY-MM format)
474
+
*`week`: Group by ISO week (YYYY-WW format)
475
+
*`day`: Group by day (YYYY-MM-DD format)
476
+
*`hour`: Group by hour (YYYY-MM-DD-HH format)
477
+
*`--max-experiments-per-chart N` - Maximum number of workspaces/projects per chart (default: 5). If more workspaces/projects are provided, multiple charts will be generated.
478
+
*`--no-open` - Don't automatically open the generated PDF file after generation.
479
+
*`--app` - Launch interactive Streamlit web app instead of generating PDF. When using this option, you don't need to specify workspace/project arguments.
480
+
481
+
**Output:**
482
+
***PDF Report** (default): Generates a PDF report containing:
483
+
* Summary statistics (total experiments, users, run times, GPU utilization)
484
+
* Experiment count charts by time unit
485
+
* GPU utilization charts (if GPU data is available)
486
+
* GPU memory utilization charts (if GPU data is available)
487
+
***Interactive Web App** (with `--app`): Launches a Streamlit web interface where you can:
0 commit comments