lspci |grep Mell
+ |
+Checks whether an IB card exists on the host (by searching for the vendor name Mellanox).
+ |
+
+ibstatus
+ |
+Views IB card information, including the link status, port rate, and port GUID.
+ |
+
+ibstat
+ |
+Has similar functions to those of ibstatus.
+ |
+
+ofed_info -s
+ |
+Queries the version of the installed driver.
+ |
+
+ibv_devinfo
+ |
+Queries the IB device information on the current node.
+ |
+
+ibqueryerrors -C mlx4_0 -P 1
+ |
+Queries the statistics of each port on the current IB network.
+ |
+
+perfquery
+ |
+Queries whether packet loss occurs on the IB card port and whether any port symbol is incorrect.
+ |
+
+ibv_devices
+ |
+Queries the IB card of the current node.
+ |
+
+ibdump
+ |
+Captures packets at the IB layer. It is provided by Mellanox.
+ |
+
+ethtool --set-priv-flags eth-s0 sniffer on
+ |
+Enables the sniffer function so that tcpdump can be used to capture packets.
+ |
+
+ib_atomic_bw
+ |
+Calculates the bandwidth of RDMA atomic transactions between a pair of machines (one server and one client). It obtains the time for receiving complete messages through CPU sampling to calculate the bandwidth. It supports two-way tests and allows you to change the MTU size, TX size, number of iterations, and message size. For more usage, see the -a parameter.
+ |
+
+ib_atomic_lat
+ |
+Calculates the delay of atomic transactions between a pair of machines in certain RDMA message size. The client sends RDMA atomic operations to the server, samples the CPU clock to obtain the time when all the messages are received, and calculates the delay.
+ |
+
+ib_read_bw
+ |
+Calculates the bandwidth of RDMA read operations between a pair of machines.
+ |
+
+ib_read_lat
+ |
+Calculates the read operation delay between a pair of machines in certain RDMA message size.
+ |
+
+ib_send_bw -d mlx5_1
+ |
+Calculates the RDMA send operation bandwidth between a pair of machines.
+ |
+
+ib_send_lat
+ |
+Calculates the send operation delay between a pair of machines in certain RDMA message size.
+ |
+
+ib_write_bw
+ |
+Calculates the RDMA write operation bandwidth between a pair of machines.
+ |
+
+ib_write_lat
+ |
+Calculates the write operation delay between a pair of machines in certain RDMA message size.
+ |
+
+raw_ethernet_bw
+ |
+Calculates the send bandwidth between a pair of machines.
+ |
+
+raw_ethernet_lat
+ |
+Calculates the delay for sending messages of a certain size between a pair of machines.
+ |
+
+rping
+ |
+Checks whether the RDMA CM connection is normal.
+ |
+
+
+