logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rdmaucma - Trace RDMA Userspace Connection Manager Access Event. For Linux, uses BCC, eBPF.

Author

       zhenwei pi

Description

       This  program traces RDMA UCMA(Userspace Connection Manager Access) events, This can be useful to analyze
       issues on RDMA CM.

       Since this uses BPF, only the root user can use this tool.

Name

       rdmaucma - Trace RDMA Userspace Connection Manager Access Event. For Linux, uses BCC, eBPF.

Options

       -h     Print usage message.

       -D     Show debug infomation of bpf text.

Os

       Linux

Requirements

       CONFIG_BPF and bcc.

See Also

rdma(8)

USER COMMANDS                                      2023-05-29                                        rdmaucma(8)

Source

       This is from bcc.

              https://github.com/iovisor/bcc

       Also look in the bcc distribution for a companion _examples.txt file containing  example  usage,  output,
       and commentary for this tool.

Stability

       Unstable - in development.

Synopsis

rdmaucma[-h][-D]

See Also