A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://run-ai-docs.nvidia.com/self-hosted/platform-management/monitor-performance/reports below:

Reports | Run:ai Documentation

Reports | Run:ai Documentation
  1. Platform management
  2. Monitor Performance and Health
Reports

This section explains the procedure of managing reports in NVIDIA Run:ai.

Reports allow users to access and organize large amounts of data in a clear, CSV-formatted layout. They enable users to monitor resource consumption, analyze trends, and make data-driven decisions to optimize their AI workloads effectively.

Currently, only consumption reports are available, which provides insights into the consumption of resources such as GPU, CPU, and CPU memory across organizational units.

The Reports table can be found under Analytics in the NVIDIA Run:ai platform.

The Reports table provides a list of all the reports defined in the platform and allows you to manage them.

Users are able to access the reports they have generated themselves. Users with project viewing permissions throughout the tenant can access all reports within the tenant.

The Reports table comprises the following columns:

The description of the report

The different lifecycle phases and representation of the report condition

The type of the report – e.g., consumption

The user who created the report

The timestamp of when the report was created

The period in which the data was collected

The following table describes the reports' condition and whether they were created successfully:

Report is ready and can be downloaded as CSV

Report is in the queue and waiting to be processed

The report couldn’t be created

The report is being created

Customizing the Table View

Before you start, make sure you have a project.

To create a new report:

  1. Enter a name for the report (if the name already exists, you will need to choose a different one)

  2. Optional: Provide a description of the report

  3. Set the report’s data collection period

  4. Set the report segmentation and filters

  1. Select the report you want to delete

  2. On the dialog, click DELETE to confirm

Note

To download, the report must be in status “Ready”.

  1. Select the report you want to download

Enabling Reports for Self-Hosted Accounts

Reports must be saved in a storage solution compatible with S3. To activate this feature for self-hosted accounts, the storage needs to be linked to the account. The configuration should be incorporated into two ConfigMap objects within the Control Plane.

  1. Edit the runai-backend-org-unit-service ConfigMap:

    kubectl edit cm runai-backend-org-unit-service -n runai-backend
  2. Add the following lines to the file:

    S3_ENDPOINT: <S3_END_POINT_URL>
    S3_ACCESS_KEY_ID: <S3_ACCESS_KEY_ID>
    S3_ACCESS_KEY: <S3_ACCESS_KEY>
    S3_USE_SSL: "true"
    S3_BUCKET: <BUCKET_NAME>
  3. Edit the runai-backend-metrics-service ConfigMap:

    kubectl edit cm runai-backend-metrics-service -n runai-backend
  4. Add the following lines to the file:

    S3_ENDPOINT: <S3_END_POINT_URL>
    S3_ACCESS_KEY_ID: <S3_ACCESS_KEY_ID>
    S3_ACCESS_KEY: <S3_ACCESS_KEY>
    S3_USE_SSL: "true"
  5. In addition on the same file, under config.yaml section, add the following right after log_level: \"Info\":

    reports:\n s3_config:\n bucket: \"<BUCKET_NAME>\"\n
  6. Restart the deployments:

    kubectl rollout restart deployment runai-backend-metrics-service runai-backend-org-unit-service -n runai-backend
  7. Refresh the page to see Reports under Analytics in the NVIDIA Run:ai platform.

To view the available actions, go to the Reports API reference.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4