Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename default PCIe metrics for better readability #357

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

koshieguchi
Copy link
Contributor

Closes #354

Description

This PR updates the default PCIe metric from DCGM_FI_DEV_PCIE_{TX,RX}_THROUGHPUT to DCGM_FI_PROF_PCIE_{TX,RX}_BYTES in ./etc files to align with the DCGM Documentation (Version 3.3).

Background

According to the DCGM Documentation, DCGM_FI_DEV_PCIE_{TX,RX}_THROUGHPUT is deprecated and should be replaced with DCGM_FI_PROF_PCIE_{TX,RX}_BYTES. This change resolves issues reported in Issue #167.

Changes Made

  • Replaced DCGM_FI_DEV_PCIE_{TX,RX}_THROUGHPUT with DCGM_FI_PROF_PCIE_{TX,RX}_BYTES in ./etc/default-counters.csv.

References

Copy link
Collaborator

@glowkey glowkey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@koshieguchi koshieguchi force-pushed the update-default-pcie-metrics-names branch from 96f2e3a to 3cf0196 Compare July 11, 2024 05:51
Signed-off-by: Koshi Eguchi <koshieguegu@gmail.com>
@koshieguchi koshieguchi force-pushed the update-default-pcie-metrics-names branch from 3cf0196 to 99a774b Compare July 11, 2024 06:10
@koshieguchi
Copy link
Contributor Author

@glowkey
Have added a GPG signature to my commit! Thanks for the review!

@glowkey glowkey merged commit 219eb08 into NVIDIA:main Jul 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why DCGM_FI_DEV_PCIE_{TX,RX}_THROUGHPUT is default instead of DCGM_FI_PROF_PCIE_{TX,RX}_BYTES ?
2 participants