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

frequency json #444

Closed
wants to merge 84 commits into from
Closed

frequency json #444

wants to merge 84 commits into from

Conversation

kfan326
Copy link
Collaborator

@kfan326 kfan326 commented Jul 10, 2023

Added json output for frequency data: Currently implemented for Intel Skylake through Kabylake. AMD Epyc, IBM Power9, AMD GPUs, nVidia GPUs.

Fixes #

Commit message:

json output for frequency data

-add docs
-supports Intel, AMD, IBM Power9 CPUs; AMD, nVidia GPUs

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/architecture support (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Build/CI update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please provide hardware architecture specs and
instructions so we can reproduce.

  • Test A: Octomore
  • Test B: Lassen
{
    "lassen32": {
        "timestamp": 1699315058326702,
        "socket_0": {
            "CPU": {
                "cpu_avg_freq_mhz": 3441
            },
            "GPU": {
                "gpu_0_freq_mhz": 135,
                "gpu_0_mem_freq_mhz": 877,
                "gpu_1_freq_mhz": 135,
                "gpu_1_mem_freq_mhz": 877
            }
        }
    }
}
  • Test C: Tioga

Checklist:

  • I have run ./scripts/check-code-format.sh and confirm my code code follows the style guidelines of variorum
  • I have added comments in my code
  • My changes generate no new warnings (build with -DENABLE_WARNINGS=ON)
  • New and existing unit tests pass with my changes

Thank you for taking the time to contribute to Variorum!

kfan326 and others added 30 commits June 23, 2023 09:59
… are accessed by socket, core, thread combo as key)
…n repoting format to include hostname as part of the key
@kfan326 kfan326 added the status-ready-for-review Formatted, and tested on multiple systems. label Nov 7, 2023
@kfan326 kfan326 removed the status-work-in-progress In progress, not ready to merge. label Nov 9, 2023
@slabasan slabasan self-requested a review November 14, 2023 23:42
@slabasan slabasan mentioned this pull request Jan 5, 2024
@slabasan
Copy link
Collaborator

slabasan commented Jan 5, 2024

Conflicts addressed and replaced by #488

@slabasan slabasan closed this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-internal status-ready-for-review Formatted, and tested on multiple systems. type-feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants