Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Fabrics Plugin:
node-scraper run-plugins FabricsPluginOutput
` (venv) (py39) amd@dell300x-pla-u14-03:~/node-scraper$ node-scraper run-plugins FabricsPlugin
2026-01-14 12:21:44 CST INFO nodescraper | Log path: ./scraper_logs_dell300x_pla_u14_03_2026_01_14-12_21_44_PM
2026-01-14 12:21:44 CST INFO nodescraper | System Name: dell300x-pla-u14-03
2026-01-14 12:21:44 CST INFO nodescraper | System SKU: None
2026-01-14 12:21:44 CST INFO nodescraper | System Platform: None
2026-01-14 12:21:44 CST INFO nodescraper | System location: SystemLocation.LOCAL
2026-01-14 12:21:44 CST INFO nodescraper | Initializing connection manager for InBandConnectionManager with default args
2026-01-14 12:21:44 CST INFO nodescraper | --------------------------------------------------
2026-01-14 12:21:44 CST INFO nodescraper | Running plugin FabricsPlugin
2026-01-14 12:21:44 CST INFO nodescraper | Initializing connection: InBandConnectionManager
2026-01-14 12:21:44 CST INFO nodescraper | Using local shell
2026-01-14 12:21:44 CST INFO nodescraper | Checking OS family
2026-01-14 12:21:44 CST INFO nodescraper | OS Family: LINUX
2026-01-14 12:21:44 CST INFO nodescraper | Running data collector: FabricsCollector
2026-01-14 12:21:45 CST INFO nodescraper | (FabricsPlugin) Collected fabrics data: 9 ibstat devices, 9 ibv devices, 9 mappings, OFED: MLNX_OFED_LINUX-24.10-3.2.5.0, MST devices: 9, RDMA devices: 9
2026-01-14 12:21:45 CST INFO nodescraper | Closing connections
2026-01-14 12:21:45 CST INFO nodescraper | Running result collators
2026-01-14 12:21:45 CST INFO nodescraper | Running TableSummary result collator
2026-01-14 12:21:45 CST INFO nodescraper |
+-------------------------+--------+-----------------------------+
| Connection | Status | Message |
+-------------------------+--------+-----------------------------+
| InBandConnectionManager | OK | task completed successfully |
+-------------------------+--------+-----------------------------+
+---------------+--------+-------------------------------------+
| Plugin | Status | Message |
+---------------+--------+-------------------------------------+
| FabricsPlugin | OK | Plugin tasks completed successfully |
+---------------+--------+-------------------------------------+
2026-01-14 12:21:45 CST INFO nodescraper | Data written to csv file: ./scraper_logs_dell300x_pla_u14_03_2026_01_14-12_21_44_PM/nodescraper.csv
(venv) (py39) amd@dell300x-pla-u14-03:~/node-scraper$`
Covers cmds:
CMD_IBSTAT = "ibstat" CMD_IBV_DEVINFO = "ibv_devinfo" CMD_IB_DEV_NETDEVS = "ls -l /sys/class/infiniband/*/device/net" CMD_OFED_INFO = "ofed_info -s" CMD_MST_START = "mst start" CMD_MST_STATUS = "mst status -v" CMD_RDMA_DEV = "rdma dev" CMD_RDMA_LINK = "rdma link"