Skip to content

Conversation

@jaspals3123
Copy link
Collaborator

@jaspals3123 jaspals3123 commented Jan 14, 2026

New Fabrics Plugin:
node-scraper run-plugins FabricsPlugin

Output
` (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"

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