/veristat

veristat is the tool for loading, verifying, and debugging BPF object files

Primary LanguageCOtherNOASSERTION

veristat Build

This is a mirror of veristat sources from bpf-next Linux kernel tree. Veristat is located under tools/testing/selftests/bpf directory.

veristat is the tool for loading, verifying, and debugging BPF object files. It allows to work with BPF object files convenient and quickly, without having to use or modify corresponding user-space parts of an application.

We currently don't have a good documentation, so please refer to commit messages explaining each feature as they were added to veristat upstream:

  • general loading functionality (patch);
  • comparison mode (patch);
  • results replay mode (patch);
  • filtering (patch, patch);
  • stats ordering (patch);
  • controlling BPF verifier log verboseness (patch).

Over time we hopefully will get a more usable and consolidated documentation.