An open API service indexing awesome lists of open source software.

https://github.com/dns2utf8/lasttest

lasttest is a load generator written in rust optimized for NUMA systems
https://github.com/dns2utf8/lasttest

load-generator loadgenerator numa-systems parallel parallel-computing rust thread-pool threading threadsafe

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# lasttest

lasttest is a load generator written in rust

It is designed for 64 bit NUMA-Systems

## Build status
Linux and Mac: [![Build Status](https://travis-ci.org/dns2utf8/lasttest.svg?branch=master)](https://travis-ci.org/dns2utf8/lasttest)

Windows:

[![Clippy Linting Result](https://clippy.bashy.io/github/dns2utf8/lasttest/master/badge.svg)](https://clippy.bashy.io/github/dns2utf8/lasttest/master/log)

## Run local

```
cargo run --release local all
```

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

```Makefile
TARGET_HOST="huge.cluster.machine.edu"
```

# Contribute

Pull Requests are very welcome.

# Errors

## libc not found / too old

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