Setting up memflow is very straightforward. This video shows how.
More about memflow: https://memflow.github.io
Join our discord: / discord
GitHub: https://github.com/memflow
Timestamps:
00:00 - Intro
00:44 - Installing connectors (memflowup way)
02:05 - Installing the KVM connector
03:26 - Installing the CLI
06:02 - Wrapping up
Rust toolchain: https://rustup.rs/
Python: https://www.python.org/
memflowup utility (there are AUR packages for Arch, but this video only demonstrates the memflowup way): https://github.com/memflow/memflowup
memflow-kvm repo: https://github.com/memflow/memflow-kvm
DKMS installation:
Fedora/CentOS/RHEL - sudo dnf install dkms
Arch/Manjaro - sudo pacman -S dkms
memflow-cli install:
cargo install --git https://github.com/memflow/memflow-cli/ --branch dev --force memflow-cli
memflow-daemon install
cargo install --git https://github.com/memflow/memflow-cli/ --branch dev --force memflow-daemon
memflow-daemon setup:
sudo mkdir -p /etc/memflow/
curl -L raw.githubusercontent.com/memflow/memflow-cli/master/daemon.conf | sudo tee /etc/memflow/daemon.conf