Using bpftrace for PCC traffic

The following command will print a stack trace whenever pcc_send_data is called.

sudo bpftrace -e 'f:pcc_send_data{print(kstack())}'

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.