Skip to content

Conversation

@alexandraBara
Copy link
Collaborator

@alexandraBara alexandraBara commented Dec 4, 2025

Adding extra calls to dev enum plugin:
-lshw
-lscpu

Run:

node-scraper run-plugins DeviceEnumerationPlugin

Run with plugin_config.json:

{
  "global_args": {},
  "plugins": {
    "DeviceEnumerationPlugin": {
        "analysis_args": {
            "cpu_count" : 2,
            "gpu_count": 1,
            "vf_count": 0
        }
    }
  },
  "result_collators": {},
  "name": "plugin_config",
  "desc": "Auto generated config"
}

Run:

node-scraper --plugin-config plugin_config.json

@alexandraBara alexandraBara merged commit 95d6ac9 into development Dec 10, 2025
6 checks passed
@alexandraBara alexandraBara deleted the alex_devenum_update branch December 10, 2025 17:13
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.

2 participants