/defendertest

tiny app to test filesystem speeds for defender

Primary LanguageRust

defendertest

Hopefully this will give some inside on timings for file read-write on a clean system vs defender.

Usage

  1. Install rustup, which gives you access to the cargo build tool:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Install flamegraph using cargo:
cargo install flamegraph
  1. Build the tool using cargo:
cargo build --release
  1. Run the tool under flamegraph:
sudo flamegraph -- target/release/defendertest --path /tmp/ --total-inodes 1000
  1. Let's compare our timing information and flamegraph.