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
- Host: GitHub
- URL: https://github.com/dns2utf8/lasttest
- Owner: dns2utf8
- Created: 2016-04-26T09:08:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T18:07:00.000Z (over 4 years ago)
- Last Synced: 2025-01-17T11:45:45.744Z (about 1 year ago)
- Topics: load-generator, loadgenerator, numa-systems, parallel, parallel-computing, rust, thread-pool, threading, threadsafe
- Language: Rust
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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: [](https://travis-ci.org/dns2utf8/lasttest)
[](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.