Skip to content

Instantly share code, notes, and snippets.

View hotbaby's full-sized avatar

阳阳 hotbaby

  • 09:22 (UTC +08:00)
View GitHub Profile
@Dounm
Dounm / monitor_ib_traffic.py
Last active May 12, 2025 08:10
Monitor Infiniband traffic and caculate bandwidth
# Inspired by https://github.com/vpenso/ganglia-sensors/blob/master/lib/python_modules/infiniband.py#/
import logging
import re
import sys
import json
import time
import subprocess