微知-ib_write_bw的各种参数汇总(-d -q -s -R --run_infinitely)

背景

经常忘记使用ib_write_bw打流的一些参数,特此整理记录在这里方便快速查阅。尤其是run_infinitely这个参数容易写错。

最简洁

ib_write_bw -d mlx5_0 # server
ib_write_bw -d mlx5_0 1.1.1.1 # client

常用参数

非常常用

  • -d mlx5_0, --ib-dev= 指定ib设备,比如: -d mlx5_0表示用mlx5_0设备
  • -q 8 指定qp数量,比如8个qp, --qp=<num of qp’s> Num of qp’s(default 1)。服务器和client都需要指定
  • -R 使用rdma_cm建链, --rdma_cm 。服务器和client都需要指定
  • --run_infinitely 一直持续的运行,每间隔-D的参数秒打印
  • -s 1024指定size大小, --size=

一般常用

  • -D 10, --duration 指定打流时间 比如-D 10 指定10秒
  • -a 默认只会用65535的msgsize,这里会使用从2到2^23(8M)大小的size, --all
  • -c RC指定类型,默认RC。, --connection=<RC/XRC/UC/DC>
  • -i 1 指定IB的port。, --ib-port= Use port of IB device (default 1)
  • -m 4096 指定mtu, --mtu= MTU size : 256 - 4096 (default port mtu)
  • -p 18516 Listen on/connect to port (default 18515) 指定建链监听端口, --port=
  • -u 14 指定qp超时时间,默认, --qp-timeout= QP timeout, timeout value is 4 usec * 2 ^(timeout), default 14 ,约等于 65ms
  • --report_gbits使用Gbps的方式报告
  • --rate_limit=<rate> 设置最大限速Set the maximum rate of sent packages. default unit is [Gbps]. use --rate_units to change that.

其他 全量help信息

root@localhost:~# ib_write_bw --help
Usage:ib_write_bw            start a server and wait for connectionib_write_bw <host>     connect to server at <host>Options:-a, --all  Run sizes from 2 till 2^23-b, --bidirectional  Measure bidirectional bandwidth (default unidirectional)-c, --connection=<RC/XRC/UC/DC>  Connection type RC/XRC/UC/DC (default RC)--log_dci_streams=<log_num_dci_stream_channels> (default 0)  Run DC initiator as DCS instead of DCI with <log_num dci_stream_channels>--log_active_dci_streams=<log_num_active_dci_stream_channels> (default log_num_dci_stream_channels)--aes_xts Runs traffic with AES_XTS feature (encryption)--encrypt_on_tx Runs traffic with encryption on tx (default decryption on tx)--sig_before Puts signature on data before encrypting it (default after)--aes_block_size=<512,520,4048,4096,4160> (default 512)--data_enc_keys_number=<number of data encryption keys> (default 1)--kek_path path to the key encryption key file--credentials_path path to the credentials file--data_enc_key_app_path path to the data encryption key app-d, --ib-dev=<dev>  Use IB device <dev> (default first device found)-D, --duration  Run test for a customized period of seconds.-f, --margin  measure results within margins. (default=2sec)-F, --CPU-freq  Do not show a warning even if cpufreq_ondemand module is loaded, and cpu-freq is not on max.-h, --help  Show this help screen.-i, --ib-port=<port>  Use port <port> of IB device (default 1)-I, --inline_size=<size>  Max size of message to be sent in inline-l, --post_list=<list size>Post list of send WQEs of <list size> size (instead of single post)--recv_post_list=<list size> Post list of receive WQEs of <list size> size (instead of single post)-L, --hop_limit=<hop_limit>  Set hop limit value (ttl for IPv4 RawEth QP). Values 0-255 (default 64)-m, --mtu=<mtu>  MTU size : 256 - 4096 (default port mtu)-n, --iters=<iters>  Number of exchanges (at least 5, default 5000)-N, --noPeak Cancel peak-bw calculation (default with peak up to iters=20000)-O, --dualport  Run test in dual-port mode.-p, --port=<port>  Listen on/connect to port <port> (default 18515)-q, --qp=<num of qp's>  Num of qp's(default 1)-Q, --cq-mod  Generate Cqe only after <--cq-mod> completion-R, --rdma_cm  Connect QPs with rdma_cm and run test on those QPs-s, --size=<size>  Size of message to exchange (default 65536)-S, --sl=<sl>  SL (default 0)-t, --tx-depth=<dep>  Size of tx queue (default 128)-T, --tos=<tos value>  Set <tos_value> to RDMA-CM QPs. available only with -R flag. values 0-256 (default off)-u, --qp-timeout=<timeout>  QP timeout, timeout value is 4 usec * 2 ^(timeout), default 14-V, --version  Display version number-w, --limit_bw=<value>  Set verifier limit for bandwidth-W, --report-counters=<list of counter names>  Report performance counter change (example: "counters/port_xmit_data,hw_counters/out_of_buffer")-x, --gid-index=<index>  Test uses GID with GID index-y, --limit_msgrate=<value>  Set verifier limit for Msg Rate-z, --comm_rdma_cm  Communicate with rdma_cm module to exchange data - use regular QPs--out_json  Save the report in a json file--out_json_file=<file>  Name of the report json file. (Default: perftest_out.json in the working directory) --cpu_util  Show CPU Utilization in report, valid only in Duration mode --dlid  Set a Destination LID instead of getting it from the other side.--dont_xchg_versions  Do not exchange versions and MTU with other side --force-link=<value>  Force the link(s) to a specific type: IB or Ethernet.--ipv6  Use IPv6 GID. Default is IPv4--ipv6-addr=<IPv6>  Use IPv6 address for parameters negotiation. Default is IPv4--bind_source_ip  Source IP of the interface used for connection establishment. By default taken from routing table.--mmap=file  Use an mmap'd file as the buffer for testing P2P transfers.--mmap-offset=<offset>  Use an mmap'd file as the buffer for testing P2P transfers.--mr_per_qp  Create memory region for each qp.--odp  Use On Demand Paging instead of Memory Registration.--output=<units> Set verbosity output level: bandwidth , message_rate, latency --payload_file_path=<payload_txt_file_path> Set the payload by passing a txt file containing a pattern in the next form(little endian): '0xaaaaaaaa, 0xbbbbbbbb, ...' .Latency measurement is Average calculation --use_old_post_send Use old post send flow (ibv_post_send).--perform_warm_up Perform some iterations before start measuring in order to warming-up memory cache, valid in Atomic, Read and Write BW tests--pkey_index=<pkey index> PKey index to use for QP--report-both  Report RX & TX results separately on Bidirectional BW tests--report_gbits  Report Max/Average BW of test in Gbit/sec (instead of MiB/sec)Note: MiB=2^20 byte, while Gb=10^9 bits. Use these formulas for conversion:Factor=10^9/(2^20*8)=119.2; MiB=Gb_result * factor; Gb=MiB_result / factor--report-per-port  Report BW data on both ports when running Dualport and Duration mode--reversed  Reverse traffic direction - Server send to client--run_infinitely  Run test forever, print results every <duration> seconds--retry_count=<value>  Set retry count value in rdma_cm mode--tclass=<value>  Set the Traffic Class in GRH (if GRH is in use)--flow_label=<value>  Set the flow_label in GRH (if GRH is in use)--use_hugepages  Use Hugepages instead of contig, memalign allocations.--use-null-mr  Allocate a null memory region for the client with ibv_alloc_null_mr.--wait_destroy=<seconds>  Wait <seconds> before destroying allocated resources (QP/CQ/PD/MR..)--disable_pcie_relaxed Disable PCIe relaxed orderingRate Limiter:--burst_size=<size> Set the amount of messages to send in a burst when using rate limiter--typical_pkt_size=<bytes> Set the size of packet to send in a burst. Only supports PP rate limiter--rate_limit=<rate> Set the maximum rate of sent packages. default unit is [Gbps]. use --rate_units to change that.--rate_units=<units> [Mgp] Set the units for rate limit to MiBps (M), Gbps (g) or pps (p). default is Gbps (g).Note (1): pps not supported with HW limit.Note (2): When using PP rate_units is forced to Kbps.--rate_limit_type=<type> [HW/SW/PP] Limit the QP's by HW, PP or by SW. Disabled by default. When rate_limit is not specified HW limit is Default.Note: in Latency under load test SW rate limit is forced--write_with_imm  use write-with-immediate verb instead of write

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/pingmian/61630.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

智能外呼,轻松触达海外客户

在全球化的今天&#xff0c;海外市场已成为众多企业寻求增长的重要阵地。然而&#xff0c;如何高效、精准地触达海外客户&#xff0c;一直是企业面临的一大挑战。沃丰科技推出了智能外呼机器人&#xff0c;为企业打开了一扇通往海外市场的智慧之门。 沃丰科技外呼机器人的核心…

小鹏汽车智慧材料数据库系统项目总成数据同步

1、定时任务处理 2、提供了接口 小鹏方面提供的推送的数据表结构&#xff1a; 这几个表总数为100多万&#xff0c;经过条件筛选过滤后大概2万多条数据 小鹏的人给的示例图&#xff1a; 界面&#xff1a; SQL: -- 查询车型 select bmm.md_material_id, bmm.material_num, bm…

Parker派克防爆电机在实际应用中的安全性能如何保证?

Parker防爆电机确保在实际应用中的安全性能主要通过以下几个方面来保证&#xff1a; 1.防爆外壳设计&#xff1a;EX系列电机采用强大的防爆外壳&#xff0c;设计遵循严格的防爆标准&#xff0c;能够承受内部可能发生的爆炸而不破损&#xff0c;利用间隙切断原理&#xff0c;防…

Django如何配置多个环境的MySQL数据库

在 Django 项目中配置多个环境的 MySQL 数据库是一个常见的需求&#xff0c;特别是在开发、测试和生产环境中使用不同的数据库配置。你可以通过在 settings.py 文件中使用条件语句或环境变量来实现这一点。 1. 使用环境变量 使用环境变量是一种灵活且安全的方式来配置多个环境…

如何在Word文件中设置水印以及如何禁止修改水印

在日常办公和学习中&#xff0c;我们经常需要在Word文档中设置水印&#xff0c;以保护文件的版权或标明文件的机密性。水印可以是文字形式&#xff0c;也可以是图片形式&#xff0c;能够灵活地适应不同的需求。但仅仅设置水印是不够的&#xff0c;有时我们还需要确保水印不被随…

Linux高阶——1123—

1、服务器基础 1、服务器基本概述 在CS架构下&#xff0c;client and server下&#xff0c;工程师研发服务器&#xff0c;经典的后端程序&#xff0c;为前端&#xff08;客户端&#xff09;提供数据处理支持、数据中转、数据持久化等功能&#xff0c;在互联网中&#xff0c;几…

网络通信从用户态到物理网络的完整发送和接收流程

1. 数据发送流程 用户程序调用系统调用 应用程序调用 write() 或 send()&#xff0c;将数据从用户空间传递到内核。系统调用接口&#xff08;如 sys_sendto 或 sys_write&#xff09;进入内核态。 内核查找套接字 内核根据文件描述符&#xff08;如 sockfd&#xff09;查找对…

鸿蒙NEXT开发案例:字数统计

【引言】 本文将通过一个具体的案例——“字数统计”组件&#xff0c;来探讨如何在鸿蒙NEXT框架下实现这一功能。此组件不仅能够统计用户输入文本中的汉字、中文标点、数字、以及英文字符的数量&#xff0c;还具有良好的用户界面设计&#xff0c;使用户能够直观地了解输入文本…

贪心算法(1)

目录 柠檬水找零 题解&#xff1a; 代码&#xff1a; 将数组和减半的最少操作次数&#xff08;大根堆&#xff09; 题解&#xff1a; 代码&#xff1a; 最大数&#xff08;注意 sort 中 cmp 的写法&#xff09; 题解&#xff1a; 代码&#xff1a; 摆动序列&#xff0…

数据结构(一)链表

目录 链表 单向链表 单向链表结构与基本操作 插入节点 删除节点 搜索节点 遍历链表 反转链表 双向链表 双向链表结构与基本操作 节点定义和创建 插入节点 删除节点 搜索节点 遍历链表 转链表反 在开始讲线性表之前&#xff0c;先给各位读者重新回顾一下链表 链…

linux从0到1——shell编程7

声明&#xff01; 学习视频来自B站up主 **泷羽sec** 有兴趣的师傅可以关注一下&#xff0c;如涉及侵权马上删除文章&#xff0c;笔记只是方便各位师傅的学习和探讨&#xff0c;文章所提到的网站以及内容&#xff0c;只做学习交流&#xff0c;其他均与本人以及泷羽sec团队无关&a…

微软发布Win11 24H2系统11月可选更新KB5046740!

系统之家11月22日报道&#xff0c;微软针对Win11 24H2系统推出2024年11月最新可选更新补丁KB5046740&#xff0c;更新后系统版本后升至26100.2454&#xff0c;此次更新后修复当应用程序以PDF和XLSX格式导出图表对象时停止响应、无法使用API查找旋转信息等问题。以下小编将给大家…

五天SpringCloud计划——DAY2之使用Docker完成项目的部署

一、引言 刚刚学完了Docker的使用&#xff0c;现在知识在脑子里面还是热乎的&#xff0c;是时候把它总结一下了。 现在的我认为Docker时一个部署项目的工具(不知道是不是真的),相比于我以前使用宝塔面板部署项目&#xff0c;使用Docker更能让我看到代码之美&#xff0c;怎么一…

.net6 使用 FreeSpire.XLS 实现 excel 转 pdf - docker 部署

FreeSpire.XLS && Aspose.Cells包都可以实现。实现过程中发现如下问题&#xff1a; 本地测试通过&#xff0c; docker部署服务器后报错&#xff1a; The type initializer for Spire.Xls.Core.Spreadsheet.XlsPageSetupBase threw an exception. 由于缺少依赖&#xf…

sed使用扩展正则表达式时, -i 要写在 -r 或 -E 的后面

sed使用扩展正则表达式时, -i 要写在 -r 或 -E 的后面 前言 -r 等效 -E , 启用扩展正则表达式 -E是新叫法,更统一,能增强可移植性 , 但老系统,比如 CentOS-7 的 sed 只能用 -r ### Ubuntu24.04-E, -r, --regexp-extendeduse extended regular expressions in the script(fo…

学习ASP.NET Core的身份认证(基于Cookie的身份认证2)

采用基于Cookie的身份认证&#xff0c;在调用services.AddAuthentication注册服务时&#xff0c;可以通过CookieAuthenticationOptions对象按需设置Cookie属性&#xff0c;常用的包括以下属性&#xff08;更详细的介绍见参考文献2&#xff0c;微软的帮助文档中的介绍看的头大&a…

设计模式之 模板方法模式

模板方法模式是行为型设计模式的一种。它定义了一个算法的骨架&#xff0c;并将某些步骤的实现延迟到子类中。模板方法模式允许子类在不改变算法结构的情况下重新定义算法的某些特定步骤。 模板方法模式的核心在于&#xff1a; 封装算法的骨架&#xff1a;通过父类中的模板方…

Softing线上研讨会 | Ethernet-APL:推动数字时代的过程自动化

| &#xff08;免费&#xff09;线上研讨会时间&#xff1a;2024年11月19日 16:00~16:30 / 23:00~23:30 Ethernet-APL以10Mb/s的传输速率为过程工业中的现场设备带来了无缝以太网连接和本质安全电源&#xff0c;这不仅革新了新建工厂&#xff0c;也适用于改造现有工厂。 与现…

Idea修改Commit Changes模式、idea使用git缺少部分Commit Changes

文章目录 一、模式一1、页面效果如下2、如何打开为这种样式&#xff1f; 二、模式二1、页面效果如下2、如何打开为这种样式&#xff1f; 三、总结 前言&#xff1a;Idea中代码提交到git库时的commit Change有两种模式&#xff0c;每种模式的界面及功能都不太一样。 Commit Cha…

Getx:GetxController依赖管理02,Binding绑定全局控制器(懒加载Controller)

在使用GetX 状态管理器的时候&#xff0c;如果每个页面都手动实例化一个控制器就太麻烦了&#xff0c; Binding 的作用就是所有需要进行状态管理的控制器进行统一初始化 创建全局控制器Binding import package:get/get.dart; import ../controllers/counter.dart; // 同上一篇内…