Commit 7c7dec44 authored by wangkx1's avatar wangkx1
Browse files

Update README.md

parent 6512da8d
# ib_test_perf
核心测试文件说明,
每一个子目录下都有该文件。
ib_write_bw_test_all.sh
```bash
#!/bin/bash
SERVER_IP="node1" # 当前测试的节点
# 其他节点 master node2 node3
for CLIENT_IP in master node2 node3; do
...
...
...
# 执行 ibdev2netdev 查看, 一个mlx设备,代表一个网卡; 一个双口网卡 有 2 个mlx设备;
for IB_DEV in mlx5_1 mlx5_2 mlx5_3 mlx5_4 mlx5_7 mlx5_8 mlx5_9 mlx5_10; do
...
...
...
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment