Skip to content

NetworkPlugin: enhancements#195

Open
alexandraBara wants to merge 1 commit into
developmentfrom
alex_network
Open

NetworkPlugin: enhancements#195
alexandraBara wants to merge 1 commit into
developmentfrom
alex_network

Conversation

@alexandraBara
Copy link
Copy Markdown
Collaborator

@alexandraBara alexandraBara commented May 13, 2026

Summary

  • Enhanced NetworkPlugin

Test plan

  • pytest test/unit
  • pytest test/functional (if applicable)
  • pre-commit run --all-files

Checklist

  • Added/updated tests (or explained why not)
  • Updated docs/README if behavior changed
  • No secrets or credentials committed

Sample run:

(venv) alexbara@smci355-ccs-aus-n13-25:~/node-scraper$ node-scraper run-plugins NetworkPlugin                                                        2026-05-13 18:16:15 UTC       INFO               nodescraper | Log path: ./scraper_logs_smci355_ccs_aus_n13_25_prov_aus_ccs_cpe_ice_amd_com_2026_05_13-06_16_15_PM
  2026-05-13 18:16:15 UTC       INFO               nodescraper | System Name: smci355-ccs-aus-n13-25.prov.aus.ccs.cpe.ice.amd.com
  2026-05-13 18:16:15 UTC       INFO               nodescraper | System location: SystemLocation.LOCAL
  2026-05-13 18:16:15 UTC       INFO               nodescraper | Initializing connection manager for InBandConnectionManager with default args
  2026-05-13 18:16:15 UTC       INFO               nodescraper | --------------------------------------------------
  2026-05-13 18:16:15 UTC       INFO               nodescraper | Running plugin NetworkPlugin
  2026-05-13 18:16:15 UTC       INFO               nodescraper | Initializing connection: InBandConnectionManager
  2026-05-13 18:16:15 UTC       INFO               nodescraper | Using local shell
  2026-05-13 18:16:15 UTC       INFO               nodescraper | Checking OS family
  2026-05-13 18:16:15 UTC       INFO               nodescraper | OS Family: LINUX
  2026-05-13 18:16:15 UTC       INFO               nodescraper | Running data collector: NetworkCollector
  2026-05-13 18:16:15 UTC       INFO               nodescraper | (NetworkPlugin) Network data collected successfully
  2026-05-13 18:16:15 UTC       INFO               nodescraper | Running data analyzer: NetworkAnalyzer
  2026-05-13 18:16:15 UTC      ERROR               nodescraper | Network error detected on benic1p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions]
  2026-05-13 18:16:15 UTC      ERROR               nodescraper | Network error detected on benic2p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions]
  2026-05-13 18:16:15 UTC      ERROR               nodescraper | Network error detected on benic4p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions]
  2026-05-13 18:16:15 UTC      ERROR               nodescraper | Network error detected on benic3p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions]
  2026-05-13 18:16:15 UTC      ERROR               nodescraper | Network error detected on benic5p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions]
  2026-05-13 18:16:15 UTC      ERROR               nodescraper | Network error detected on benic6p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions]
  2026-05-13 18:16:15 UTC      ERROR               nodescraper | Network error detected on benic8p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions]
  2026-05-13 18:16:15 UTC      ERROR               nodescraper | Network error detected on benic7p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions]
  2026-05-13 18:16:15 UTC      ERROR               nodescraper | (NetworkPlugin) Network errors detected in statistics (8 errors: Network error detected on benic1p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions], Network error detected on benic2p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions], Network error detected on benic4p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions], Network error detected on benic3p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions], Network error detected on benic5p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions], Network error detected on benic6p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions], Network error detected on benic8p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions], Network error detected on benic7p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions])
  2026-05-13 18:16:15 UTC       INFO               nodescraper | Closing connections
  2026-05-13 18:16:15 UTC       INFO               nodescraper | Running result collators
  2026-05-13 18:16:15 UTC       INFO               nodescraper | Running TableSummary result collator
  2026-05-13 18:16:15 UTC       INFO               nodescraper |

+-------------------------+--------+-----------------------------+
| Connection              | Status | Message                     |
+-------------------------+--------+-----------------------------+
| InBandConnectionManager | OK     | task completed successfully |
+-------------------------+--------+-----------------------------+

+---------------+--------+--------------------------------------------------------------------------------+
| Plugin        | Status | Message                                                                        |
+---------------+--------+--------------------------------------------------------------------------------+
| NetworkPlugin | ERROR  | Analysis error: Network errors detected in statistics (8 errors: Network error |
|               |        | detected on benic1p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3,                  |
|               |        | pfc_pri3_tx_transitions], Network error detected on benic2p1: [tx_pfc_frames,  |
|               |        | tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions], Network error detected on    |
|               |        | benic4p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions],    |
|               |        | Network error detected on benic3p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3,    |
|               |        | pfc_pri3_tx_transitions], Network error detected on benic5p1: [tx_pfc_frames,  |
|               |        | tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions], Network error detected on    |
|               |        | benic6p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions],    |
|               |        | Network error detected on benic8p1: [tx_pfc_frames, tx_pfc_ena_frames_pri3,    |
|               |        | pfc_pri3_tx_transitions], Network error detected on benic7p1: [tx_pfc_frames,  |
|               |        | tx_pfc_ena_frames_pri3, pfc_pri3_tx_transitions])                              |
+---------------+--------+--------------------------------------------------------------------------------+

  2026-05-13 18:16:15 UTC       INFO               nodescraper | Data written to csv file: ./scraper_logs_smci355_ccs_aus_n13_25_prov_aus_ccs_cpe_ice_amd_com_2026_05_13-06_16_15_PM/nodescraper.csv

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.

1 participant