Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dpsoft/bpf-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPF-Playground

Playground for using when we need develop/play on macOS.

Usage

  • We'll assume you've installed VirtualBox and Vagrant.

Setup the vagrant session (this will take a while).

make setup

Once vagrant session is up, you can verify your install using the following script:

vagrant ssh
sudo /usr/share/bcc/tools/biolatency
     usecs               : count     distribution
         0 -> 1          : 0        |                                        |
         2 -> 3          : 0        |                                        |
         4 -> 7          : 0        |                                        |
         8 -> 15         : 0        |                                        |
        16 -> 31         : 0        |                                        |
        32 -> 63         : 0        |                                        |
        64 -> 127        : 24       |********************                    |
       128 -> 255        : 46       |****************************************|
       256 -> 511        : 6        |*****                                   |

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published