dns2utf8 / lasttest

lasttest is a load generator written in rust optimized for NUMA systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lasttest

lasttest is a load generator written in rust

It is designed for 64 bit NUMA-Systems

Build status

Linux and Mac: Build Status

Windows:

Clippy Linting Result

Run local

cargo run --release local all

Adapt deploy

Edit this line in the Makefile to set your target host:

TARGET_HOST="huge.cluster.machine.edu"

Contribute

Pull Requests are very welcome.

Errors

libc not found / too old

./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.

About

lasttest is a load generator written in rust optimized for NUMA systems


Languages

Language:Rust 72.6%Language:Shell 22.4%Language:Makefile 3.5%Language:Dockerfile 1.5%