403Webshell
Server IP : 15.235.198.142  /  Your IP : 216.73.216.14
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/share/doc/bpfcc-tools/examples/doc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/bpfcc-tools/examples/doc/rdmaucma_example.txt
Demonstrations of rdmaucma, the Linux eBPF/bcc version.


This program traces RDMA UCMA(Userspace Connection Manager Access) events,
then help us to analyze issues on RDMA CM.

Example of rdmaucma:
# ./rdmaucma
Tracing RDMA Userspace Connection Manager Access event... Hit Ctrl-C to end.
Timestamp Event            Family Local                                         Remote
09:47:49  connect request  IPv6   fdcc:abcd:15:479::165:6379                    fdcc:abcd:15:479::166:61293
09:47:49  established      IPv6   fdcc:abcd:15:479::165:6379                    fdcc:abcd:15:479::166:61293
09:47:51  disconnected     IPv6   fdcc:abcd:15:479::165:6379                    fdcc:abcd:15:479::166:61293
09:47:52  connect request  IPv6   fdcc:abcd:15:479::165:6379                    fdcc:abcd:15:479::166:33402
09:47:52  established      IPv6   fdcc:abcd:15:479::165:6379                    fdcc:abcd:15:479::166:33402
09:47:53  disconnected     IPv6   fdcc:abcd:15:479::165:6379                    fdcc:abcd:15:479::166:33402
09:48:06  connect request  IPv4   192.168.122.165:6379                          192.168.122.166:41498
09:48:06  established      IPv4   192.168.122.165:6379                          192.168.122.166:41498
09:48:10  disconnected     IPv4   192.168.122.165:6379                          192.168.122.166:41498
09:48:11  connect request  IPv4   192.168.122.165:6379                          192.168.122.166:19047
09:48:11  established      IPv4   192.168.122.165:6379                          192.168.122.166:19047
09:48:11  disconnected     IPv4   192.168.122.165:6379                          192.168.122.166:19047

Full USAGE:

# ./rdmaucma -h
usage: rdmaucma [-h] [-D]

Trace RDMA Userspace Connection Manager Access Event

optional arguments:
  -h, --help   show this help message and exit
  -D, --debug  print BPF program before starting (for debugging purposes)

examples:
    ./rdmaucma            # Trace all RDMA Userspace Connection Manager Access Event

Youez - 2016 - github.com/yon3zu
LinuXploit