-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
high-level description of each container image
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# sc-images | ||
Spare Cores Container Images | ||
|
||
Spare Cores container images for hardware inspection and benchmarking workloads: | ||
|
||
- [benchmark](images/benchmark) - Hardware benchmarks for memory bandwidth, compression, OpenSSL crypto operations, and Geekbench tests | ||
- [benchmark-llm](images/benchmark-llm) - LLM inference speed benchmarks using `llama.cpp` with different models and token lengths for prompt processing and text generation | ||
- [benchmark-passmark](images/benchmark-passmark) - PassMark Performance Test benchmarking suite for CPU and memory performance | ||
- [benchmark-redis](images/benchmark-redis) - Redis server performance benchmarks using `memtier_benchmark` | ||
- [benchmark-web](images/benchmark-web) - Static web server performance benchmarks using `wrk` and `binserve` | ||
- [dmidecode](images/dmidecode) - Hardware information reader using `dmidecode` | ||
- [hwinfo](images/hwinfo) - Hardware information tools including `likwid` and `lshw` | ||
- [nvbandwidth](images/nvbandwidth) - NVIDIA GPU memory bandwidth measurement tool | ||
- [stress-ng](images/stress-ng) - Stress testing CPU using the `div16` method on variable number of virtual CPU cores | ||
- [virtualization](images/virtualization) - Check if virtualization is supported on the host machine via KVM |