lasttest is a load generator written in rust
It is designed for 64 bit NUMA-Systems
cargo run --release local all
Edit this line in the Makefile to set your target host:
TARGET_HOST="huge.cluster.machine.edu"
Pull Requests are very welcome.
./lasttest: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./lasttest)
If you encounter this error, use the docker container to build lasttest with an older libc or use the compile-musl
and compile-musl
target.