Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwth-os/memlab
A memory latency and bandwidth benchmark
https://github.com/rwth-os/memlab
Last synced: 15 days ago
JSON representation
A memory latency and bandwidth benchmark
- Host: GitHub
- URL: https://github.com/rwth-os/memlab
- Owner: RWTH-OS
- License: gpl-2.0
- Created: 2015-06-22T21:26:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T13:57:39.000Z (over 9 years ago)
- Last Synced: 2023-08-06T11:10:57.784Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 123 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memlab: MEMory Latency and bandwidth Benchmark
```
memlab - MEMory Latency And bandwith Benchmark
usage: ./memlab [options] [test] [test] [...]
options:
-h help
-p plot (format output for gnuplot)
-q sqlplot (format output for sqlplot)
-v verbose (include system infos)
-rN range N Bytes (eg. 8192, 8K, 2M, 1G)
-dN detail for iteration: 2^N steps between Powers-of-two
-tN create N threads
tests:
lat : latency range/stride
bw : bandwidth test
bwt : threaded bandwidth test
```