https://github.com/adithaker/benchmarking_scripts
💽 Scripts for benchmarking MLNX Network Drivers
https://github.com/adithaker/benchmarking_scripts
bash c linux mellanox
Last synced: 2 months ago
JSON representation
💽 Scripts for benchmarking MLNX Network Drivers
- Host: GitHub
- URL: https://github.com/adithaker/benchmarking_scripts
- Owner: ADIthaker
- Created: 2024-07-28T23:11:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T01:52:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T07:16:43.247Z (over 1 year ago)
- Topics: bash, c, linux, mellanox
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Tweaking NUMA Node IRQ on client:
*start_exp.sh*
```
#!/bin/bash
echo "Running Reset CPUS"
./reset_cpus.sh
echo "Running Set CPUS"
./set_cpus.sh $1 2
numactl --cpunodebind=$1 --membind=$1 iperf3 -c 10.10.1.1 -B 10.10.1.2 > ./logs/exp$1.log
```
#### Server:
`iperf3 -s -B 10.10.1.1`