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

[RFE] Add Host Metadata for GPU #460

Open
sadsfae opened this issue Oct 17, 2023 · 0 comments
Open

[RFE] Add Host Metadata for GPU #460

sadsfae opened this issue Oct 17, 2023 · 0 comments

Comments

@sadsfae
Copy link
Member

sadsfae commented Oct 17, 2023

For QUADS 2.0 / APIv3 we should collect GPU model/type hardware information. All normal compute servers will likely have an integrated GPU as part of the chipset (typically not used) but lshw will capture this.

"children" : [
                    {
                      "id" : "display",
                      "class" : "display",
                      "claimed" : true,
                      "handle" : "PCI:0000:03:00.0",
                      "description" : "VGA compatible controller",
                      "product" : "Integrated Matrox G200eW3 Graphics Controller",
                      "vendor" : "Matrox Electronics Systems Ltd.",
                      "physid" : "0",
                      "businfo" : "pci@0000:03:00.0",
                      "version" : "04",
                      "width" : 32,
                      "clock" : 66000000,
                      "configuration" : {
                        "driver" : "mgag200",
                        "latency" : "0",
                        "maxlatency" : "32",
                        "mingnt" : "16"
                      },

We just need to determine the relevant values we should capture, I think at a minimum product and vendor

"product" : "Integrated Matrox G200eW3 Graphics Controller",
"vendor" : "Matrox Electronics Systems Ltd.",
@sadsfae sadsfae added this to the 2.0 Series - Bowie milestone Oct 17, 2023
@sadsfae sadsfae added this to To do in 2.0 Release via automation Oct 17, 2023
@sadsfae sadsfae removed this from To do in 2.0 Release Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant