MatrixAI / Overwatch

Distributed Infrastructure Telemetry
2 stars 0 forks source link

BCC Python 2/3 #14

Open CMCDragonkai opened 5 years ago

CMCDragonkai commented 5 years ago

Here's the Nix expression for BCC: https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/bcc/default.nix

It seems to have been built with Python 2 support, but not Python 3. It does seem that bcc itself does support python 3, but there's not much information on it.

This may not matter in the long term as we are exploring how to eventually generate the right BPF filters from Haskell/Session types.

CMCDragonkai commented 5 years ago

https://github.com/NixOS/nixpkgs/issues/45619